diff --git a/settingslogic.gemspec b/settingslogic.gemspec index 49d3131..f72a4e0 100644 --- a/settingslogic.gemspec +++ b/settingslogic.gemspec @@ -1,15 +1,15 @@ # Generated by jeweler -# DO NOT EDIT THIS FILE -# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` +# DO NOT EDIT THIS FILE DIRECTLY +# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{settingslogic} - s.version = "2.0.3" + s.version = "2.0.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Ben Johnson of Binary Logic"] - s.date = %q{2009-09-01} + s.date = %q{2010-01-29} s.email = %q{bjohnson@binarylogic.com} s.extra_rdoc_files = [ "LICENSE", @@ -29,6 +29,7 @@ Gem::Specification.new do |s| "spec/settings.rb", "spec/settings.yml", "spec/settings2.rb", + "spec/settings3.rb", "spec/settingslogic_spec.rb", "spec/spec_helper.rb" ] @@ -41,6 +42,7 @@ Gem::Specification.new do |s| s.test_files = [ "spec/settings.rb", "spec/settings2.rb", + "spec/settings3.rb", "spec/settingslogic_spec.rb", "spec/spec_helper.rb" ] @@ -55,3 +57,4 @@ Gem::Specification.new do |s| else end end + -- libgit2 0.21.0