ruby_mongo_utils 0.0.5 → 0.0.6

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.
@@ -1,3 +1,3 @@
1
1
  module MongoUtils
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
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 = 'https://github.com/77Agency/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.5
4
+ version: 0.0.6
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: https://github.com/77Agency/RubyMongoUtils
88
88
  licenses: []
89
89
  post_install_message:
90
90
  rdoc_options: []