diff --git a/mongoid_acts_as_tree.gemspec b/mongoid_acts_as_tree.gemspec index 6303ea1..9fae7fa 100644 --- a/mongoid_acts_as_tree.gemspec +++ b/mongoid_acts_as_tree.gemspec @@ -1,54 +1,51 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY -# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command +# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{mongoid_acts_as_tree} - s.version = "0.1.6" + s.version = "0.1.7" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Jakob Vidmar, Aliaksandr Rahalevich"] - s.date = %q{2010-11-02} + s.date = %q{2011-02-10} s.description = %q{Port of the old, venerable ActsAsTree with a bit of a twist} s.email = %q{saksmlz@gmail.com} s.extra_rdoc_files = [ "LICENSE", - "README.rdoc" + "README.rdoc" ] s.files = [ ".document", - ".gitignore", - "CHANGELOG", - "LICENSE", - "README.rdoc", - "Rakefile", - "VERSION", - "lib/mongoid_acts_as_tree.rb", - "mongoid_acts_as_tree.gemspec", - "test/helper.rb", - "test/models/category.rb", - "test/models/ordered_category.rb", - "test/models/sub_category.rb", - "test/test_order.rb", - "test/test_tree.rb" + "CHANGELOG", + "LICENSE", + "README.rdoc", + "Rakefile", + "VERSION", + "lib/mongoid_acts_as_tree.rb", + "mongoid_acts_as_tree.gemspec", + "test/helper.rb", + "test/models/category.rb", + "test/models/ordered_category.rb", + "test/models/sub_category.rb", + "test/test_order.rb", + "test/test_tree.rb" ] s.homepage = %q{http://github.com/saks/mongoid_acts_as_tree} - s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.7} + s.rubygems_version = %q{1.5.0} s.summary = %q{ActsAsTree plugin for Mongoid} s.test_files = [ + "test/helper.rb", "test/models/category.rb", - "test/models/ordered_category.rb", - "test/models/sub_category.rb", - "test/helper.rb", - "test/test_tree.rb", - "test/test_order.rb" + "test/models/ordered_category.rb", + "test/models/sub_category.rb", + "test/test_order.rb", + "test/test_tree.rb" ] if s.respond_to? :specification_version then - current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then