Created
March 23, 2015 13:36
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ diff -ur ~/.gem/ruby/1.9.3/gems/systemu-2.6.5/ . | |
Only in .: .git | |
diff -ur /Users/richardc/.gem/ruby/1.9.3/gems/systemu-2.6.5/Rakefile ./Rakefile | |
--- /Users/richardc/.gem/ruby/1.9.3/gems/systemu-2.6.5/Rakefile 2015-03-23 10:51:17.000000000 +0000 | |
+++ ./Rakefile 2014-03-24 17:49:08.000000000 +0000 | |
@@ -297,7 +297,7 @@ | |
# discover full path to this ruby executable | |
# | |
- c = RbConfig::CONFIG | |
+ c = Config::CONFIG | |
bindir = c["bindir"] || c['BINDIR'] | |
ruby_install_name = c['ruby_install_name'] || c['RUBY_INSTALL_NAME'] || 'ruby' | |
ruby_ext = c['EXEEXT'] || '' | |
Only in .: pkg | |
diff -ur /Users/richardc/.gem/ruby/1.9.3/gems/systemu-2.6.5/systemu.gemspec ./systemu.gemspec | |
--- /Users/richardc/.gem/ruby/1.9.3/gems/systemu-2.6.5/systemu.gemspec 2015-03-23 10:51:17.000000000 +0000 | |
+++ ./systemu.gemspec 2014-03-24 17:49:08.000000000 +0000 | |
@@ -3,15 +3,14 @@ | |
Gem::Specification::new do |spec| | |
spec.name = "systemu" | |
- spec.version = "2.6.5" | |
+ spec.version = "2.6.4" | |
spec.platform = Gem::Platform::RUBY | |
spec.summary = "systemu" | |
spec.description = "universal capture of stdout and stderr and handling of child process pid for windows, *nix, etc." | |
spec.license = "Ruby" | |
spec.files = | |
-["BSDL", | |
- "LICENSE", | |
+["LICENSE", | |
"README", | |
"README.erb", | |
"Rakefile", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment