From 554b93de27b12448bf41241a94d6402e939cc851 Mon Sep 17 00:00:00 2001 From: ahoward Date: Mon, 3 Mar 2014 23:53:52 -0700 Subject: license name --- Rakefile | 4 ++-- pkg/systemu-2.6.4.gem | Bin 14336 -> 14336 bytes systemu.gemspec | 2 +- 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 Binary files a/pkg/systemu-2.6.4.gem and b/pkg/systemu-2.6.4.gem 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", -- cgit v1.2.1