mongo-document 0.0.0

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/mongo/document.rb +0 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 9b05671822bad85d7e736d9e5b3749f6ea7222fb
4
+ data.tar.gz: 9416bc4ae7dbec35fe24ba830172dd7dd9298474
5
+ SHA512:
6
+ metadata.gz: c7ec2292c2c669e54b66df768f40917e77ca7a5290ec4fb5f00818cdb228652eec5965952f227fde7af76c4d36b43191005bc267bd3fccaa541459a744efeb64
7
+ data.tar.gz: c74b2243f05d11c223a9c56d0260271cfd0630af6a34799f67e3f614c1244cd9756023f9d8850f688bd951e1b291ff4faa081d459f9091f2593d1134d7804dc1
File without changes
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mongo-document
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Robert Zhang
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-04-10 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A slim Mongo document model
14
+ email: louirobert@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/mongo/document.rb
20
+ homepage: https://github.com/coin8086/mongo-document
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.2.2
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: A slim Mongo document model
44
+ test_files: []