mongo-db-utils 0.0.1 → 0.0.2
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.
- data/lib/mongo-db-utils/version.rb +1 -1
- data/mongo-db-utils.gemspec +1 -1
- metadata +2 -2
data/mongo-db-utils.gemspec
CHANGED
|
@@ -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.
|
|
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: []
|