mongous 0.1.3 → 0.1.4
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.
- checksums.yaml +4 -4
- data/lib/mongous/version.rb +1 -1
- data/mongous.gemspec +3 -2
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8625111477cf919df2db565a10a074c1634be763e2608ba11f27c700225b84c9
|
|
4
|
+
data.tar.gz: 6ff1ca08f9180c3e3272746f2fbb155b1e2b723686c5089222c61707b7868eab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a90f92e753dc4e634bf8939760ca3808a995fc73fc76d929028a03b7cb66fd50d3c42895ba54795c72205c3906636850f2f794279e8615c1e21d28a67716cd6b
|
|
7
|
+
data.tar.gz: fcb2cf7f85a660635a552410a37febf03165538a708a93d4760a11ea3645752c2d4f1bd3ee38971d040e75e36ca9c44ecf6ce26d80a3fafb40d6a06eee52a650
|
data/lib/mongous/version.rb
CHANGED
data/mongous.gemspec
CHANGED
|
@@ -3,12 +3,13 @@ require_relative 'lib/mongous/version'
|
|
|
3
3
|
Gem::Specification.new do |spec|
|
|
4
4
|
spec.name = "mongous"
|
|
5
5
|
spec.version = Mongous::VERSION
|
|
6
|
-
spec.authors = ["
|
|
6
|
+
spec.authors = ["arimay"]
|
|
7
7
|
spec.email = ["arima.yasuhiro@gmail.com"]
|
|
8
8
|
|
|
9
9
|
spec.summary = %q{ Mongo wrapper library. }
|
|
10
10
|
spec.description = %q{ Yet another lightweight mongo wrapper library. }
|
|
11
|
-
spec.
|
|
11
|
+
spec.homepage = "https://github.com/arimay/mongous"
|
|
12
|
+
spec.license = "MIT"
|
|
12
13
|
|
|
13
14
|
# Specify which files should be added to the gem when it is released.
|
|
14
15
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mongous
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- arimay
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
@@ -122,8 +122,9 @@ files:
|
|
|
122
122
|
- sample/zap_basic_1.rb
|
|
123
123
|
- sample/zap_basic_2.rb
|
|
124
124
|
- sample/zap_basic_3.rb
|
|
125
|
-
homepage:
|
|
126
|
-
licenses:
|
|
125
|
+
homepage: https://github.com/arimay/mongous
|
|
126
|
+
licenses:
|
|
127
|
+
- MIT
|
|
127
128
|
metadata: {}
|
|
128
129
|
post_install_message:
|
|
129
130
|
rdoc_options: []
|
|
@@ -133,7 +134,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
133
134
|
requirements:
|
|
134
135
|
- - ">="
|
|
135
136
|
- !ruby/object:Gem::Version
|
|
136
|
-
version:
|
|
137
|
+
version: '0'
|
|
137
138
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
138
139
|
requirements:
|
|
139
140
|
- - ">="
|