inflectious.gemspec in inflectious-0.1.0 vs inflectious.gemspec in inflectious-0.2.0

- old
+ new

@@ -3,11 +3,11 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{inflectious} - s.version = "0.1.0" + s.version = "0.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Matt Atkins"] s.date = %q{2010-12-19} s.description = %q{longer description of your gem} @@ -21,10 +21,15 @@ "Gemfile", "LICENSE.txt", "README.rdoc", "Rakefile", "VERSION", + "inflectious.gemspec", + "init.rb", + "lib/inflections.rb", "lib/inflectious.rb", + "lib/inflectious/inflector.rb", + "lib/inflectious/string.rb", "test/helper.rb", "test/test_inflectious.rb" ] s.homepage = %q{http://github.com/matkins/inflectious} s.licenses = ["MIT"]