mongomatic-rails3 0.0.0 → 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+ development: Mongo::Connection.new.db("<%= db || default %>")
2
+ test: Mongo::Connection.new.db("<%= db || default %>")
3
+ production: Mongo::Connection.new.db("<%= db || default %>")
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 0
9
- version: 0.0.0
8
+ - 1
9
+ version: 0.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jordan West
@@ -43,6 +43,7 @@ extra_rdoc_files:
43
43
  - README.rdoc
44
44
  files:
45
45
  - lib/rails/generators/mongomatic/config/config_generator.rb
46
+ - lib/rails/generators/mongomatic/config/templates/mongomatic.yml
46
47
  - lib/rails/generators/mongomatic/model/model_generator.rb
47
48
  - lib/rails/generators/mongomatic/model/templates/model.rb
48
49
  - lib/rails/generators/mongomatic_generator.rb