summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorahoward <ara.t.howard@gmail.com>2014-03-03 23:53:52 -0700
committerahoward <ara.t.howard@gmail.com>2014-03-03 23:53:52 -0700
commit554b93de27b12448bf41241a94d6402e939cc851 (patch)
tree5705919ded21c6f18f2716687f11ce891ff59d29
parent963db85b9f60f1f8e12d7ee1fe39f501374027e5 (diff)
downloadsystemu-554b93de27b12448bf41241a94d6402e939cc851.tar.gz
license name
-rw-r--r--Rakefile4
-rw-r--r--pkg/systemu-2.6.4.gembin14336 -> 14336 bytes
-rw-r--r--systemu.gemspec2
3 files changed, 3 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index 5ec3ac3..bce655c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -4,7 +4,7 @@ This.email = "ara.t.howard@gmail.com"
This.homepage = "https://github.com/ahoward/#{ This.lib }"
task :license do
- open('LICENSE', 'w'){|fd| fd.puts "same as ruby's"}
+ open('LICENSE', 'w'){|fd| fd.puts "Ruby"}
end
task :default do
@@ -93,7 +93,7 @@ task :gemspec do
test_files = "test/#{ lib }.rb" if File.file?("test/#{ lib }.rb")
summary = object.respond_to?(:summary) ? object.summary : "summary: #{ lib } kicks the ass"
description = object.respond_to?(:description) ? object.description : "description: #{ lib } kicks the ass"
- license = object.respond_to?(:license) ? object.license : "same as ruby's"
+ license = object.respond_to?(:license) ? object.license : "Ruby"
if This.extensions.nil?
This.extensions = []
diff --git a/pkg/systemu-2.6.4.gem b/pkg/systemu-2.6.4.gem
index 120f9c6..e6f7803 100644
--- a/pkg/systemu-2.6.4.gem
+++ b/pkg/systemu-2.6.4.gem
Binary files differ
diff --git a/systemu.gemspec b/systemu.gemspec
index dc217b7..bfe834c 100644
--- a/systemu.gemspec
+++ b/systemu.gemspec
@@ -7,7 +7,7 @@ Gem::Specification::new do |spec|
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 = "same as ruby's"
+ spec.license = "Ruby"
spec.files =
["LICENSE",