ruby_mongo_utils 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -28,7 +28,7 @@ Include MongoUtils::Stripable in your classes in order to prevent stroring nil,
28
28
  include MongoUtils::Stripable
29
29
  end
30
30
 
31
- ## MongoDump and MongoRestore
31
+ ### MongoDump and MongoRestore
32
32
 
33
33
  Provide MongoDump with collection name, query and a path in order to backup entries:
34
34
 
@@ -1,3 +1,3 @@
1
1
  module MongoUtils
2
- VERSION = '0.0.7'
2
+ VERSION = '0.0.8'
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ['n.cernovs@77agency.com']
11
11
  gem.description = %q{Ruby Mongo Utilities}
12
12
  gem.summary = %q{Ruby Mongo Utilities}
13
- gem.homepage = ''
13
+ gem.homepage = 'http://77agency.github.io/RubyMongoUtils'
14
14
 
15
15
  gem.add_dependency 'mongoid'
16
16
 
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.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -84,7 +84,7 @@ files:
84
84
  - spec/mongo_utils/mongo_restore_spec.rb
85
85
  - spec/mongo_utils/stripable_spec.rb
86
86
  - spec/spec_helper.rb
87
- homepage: ''
87
+ homepage: http://77agency.github.io/RubyMongoUtils
88
88
  licenses: []
89
89
  post_install_message:
90
90
  rdoc_options: []