Rakefile in nameable-0.4.2 vs Rakefile in nameable-0.5.0

- old
+ new

@@ -3,11 +3,11 @@ require 'rubygems/specification' require 'date' require 'spec/rake/spectask' GEM = "nameable" -GEM_VERSION = "0.1.0" +GEM_VERSION = "0.5.0" AUTHOR = "Chris Horn" EMAIL = "chorn@chorn.com" HOMEPAGE = "http://github.com/chorn/nameable" SUMMARY = "A ruby library to parse people names into parts and reformat them." @@ -20,13 +20,13 @@ s.summary = SUMMARY s.description = s.summary s.author = AUTHOR s.email = EMAIL s.homepage = HOMEPAGE - + # Uncomment this to add a dependency # s.add_dependency "foo" - + s.require_path = 'lib' s.autorequire = GEM s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,spec}/**/*") end