minimongo 0.0.2 → 0.0.3
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
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d23caa04c45a7a6ed4eff7c5b88740297560c5ff
|
|
4
|
+
data.tar.gz: f7b33ab0c1ecaa15dc09fd465f22c7e192c9d132
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2126224fbd0804e04298e5f45b65ab09004b6e71ec486e95dcf5eeccef2af6ef15093fea446de46bf5d199ce878f3c942bb4c70acaa529938fda7beef20c73c1
|
|
7
|
+
data.tar.gz: d182d9d4a498d5c5951a1571b2f910dada8a78790587e9cc6dc8575ec53bb80d6047b88e9353f67e11b18a1be4cf9955ae41926b427da3522cee1eb8b10d43ea
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: minimongo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fugroup Limited
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-12-
|
|
11
|
+
date: 2016-12-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: mongo
|
|
@@ -52,7 +52,8 @@ dependencies:
|
|
|
52
52
|
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
|
-
description: Helpers that sits right on top of mongodb with a nicer syntax
|
|
55
|
+
description: Helpers that sits right on top of mongodb with a nicer syntax. Only 6
|
|
56
|
+
lines of code.
|
|
56
57
|
email: mail@fugroup.net
|
|
57
58
|
executables: []
|
|
58
59
|
extensions: []
|
|
@@ -82,5 +83,5 @@ rubyforge_project:
|
|
|
82
83
|
rubygems_version: 2.5.1
|
|
83
84
|
signing_key:
|
|
84
85
|
specification_version: 4
|
|
85
|
-
summary: MongoDB
|
|
86
|
+
summary: Tiny MongoDB library
|
|
86
87
|
test_files: []
|