ruby_mongo_utils 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module MongoUtils
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_mongo_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -73,11 +73,11 @@ files:
73
73
  - LICENSE.txt
74
74
  - README.md
75
75
  - Rakefile
76
- - lib/mongo_utils.rb
77
76
  - lib/mongo_utils/mongo_dump.rb
78
77
  - lib/mongo_utils/mongo_restore.rb
79
78
  - lib/mongo_utils/stripable.rb
80
79
  - lib/mongo_utils/version.rb
80
+ - lib/ruby_mongo_utils.rb
81
81
  - ruby_mongo_utils.gemspec
82
82
  - spec/fixtures/page.rb
83
83
  - spec/fixtures/post.rb