mongomodel.gemspec in mongomodel-0.2.7 vs mongomodel.gemspec in mongomodel-0.2.8
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{mongomodel}
- s.version = "0.2.7"
+ s.version = "0.2.8"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Sam Pohlenz"]
- s.date = %q{2010-09-05}
+ s.date = %q{2010-09-06}
s.default_executable = %q{console}
s.description = %q{MongoModel is a MongoDB ORM for Ruby/Rails similar to ActiveRecord and DataMapper.}
s.email = %q{sam@sampohlenz.com}
s.executables = ["console"]
s.extra_rdoc_files = [
@@ -98,9 +98,13 @@
"lib/mongomodel/support/types/set.rb",
"lib/mongomodel/support/types/string.rb",
"lib/mongomodel/support/types/symbol.rb",
"lib/mongomodel/support/types/time.rb",
"lib/mongomodel/version.rb",
+ "lib/rails/generators/mongo_model/config/config_generator.rb",
+ "lib/rails/generators/mongo_model/config/templates/mongomodel.yml",
+ "lib/rails/generators/mongo_model/model/model_generator.rb",
+ "lib/rails/generators/mongo_model/model/templates/model.rb",
"mongomodel.gemspec",
"spec/mongomodel/attributes/store_spec.rb",
"spec/mongomodel/concerns/activemodel_spec.rb",
"spec/mongomodel/concerns/associations/belongs_to_spec.rb",
"spec/mongomodel/concerns/associations/has_many_by_foreign_key_spec.rb",