mongo-db-utils 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module MongoDbUtils
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["ed.eustace@gmail.com"]
7
7
  gem.description = %q{some utilities for managing your mongod dbs}
8
8
  gem.summary = %q{some utilities for managing your mongod dbs}
9
- gem.homepage = ""
9
+ gem.homepage = "https://github.com/edeustace/mongo-db-utils"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongo-db-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -167,7 +167,7 @@ files:
167
167
  - mongo-db-utils.gemspec
168
168
  - spec/config-loader-spec.rb
169
169
  - spec/mongo_db_utils_spec.rb
170
- homepage: ''
170
+ homepage: https://github.com/edeustace/mongo-db-utils
171
171
  licenses: []
172
172
  post_install_message:
173
173
  rdoc_options: []