populate-me 0.0.20 → 0.0.21

Sign up to get free protection for your applications and to get access to all the features.
Binary file
data/populate-me.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'populate-me'
3
- s.version = "0.0.20"
3
+ s.version = "0.0.21"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.summary = "ALPHA !!! Populate Me is relatively complete but simple CMS"
6
6
  s.description = "ALPHA !!! Populate Me is relatively complete but simple CMS. It includes a Rack middleware for putting in your Rack stack, and a bespoke MongoDB ODM. But Populate Me is not really finished yet."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: populate-me
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -94,6 +94,7 @@ files:
94
94
  - lib/populate_me/mongo/mutation.rb
95
95
  - lib/populate_me/mongo/plug.rb
96
96
  - lib/populate_me/mongo/stash.rb
97
+ - populate-me-0.0.20.gem
97
98
  - populate-me.gemspec
98
99
  - test/spec_ext.rb
99
100
  - test/spec_mongo_mutation.rb