mongocore 0.1.0 → 0.1.1

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongocore
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fugroup Limited
@@ -24,20 +24,6 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '2.2'
27
- - !ruby/object:Gem::Dependency
28
- name: bson_ext
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ">="
32
- - !ruby/object:Gem::Version
33
- version: '0'
34
- type: :runtime
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - ">="
39
- - !ruby/object:Gem::Version
40
- version: '0'
41
27
  - !ruby/object:Gem::Dependency
42
28
  name: request_store
43
29
  requirement: !ruby/object:Gem::Requirement
@@ -88,7 +74,24 @@ executables: []
88
74
  extensions: []
89
75
  extra_rdoc_files: []
90
76
  files:
77
+ - ".gitignore"
78
+ - CHANGELOG.md
79
+ - Gemfile
80
+ - LICENSE
81
+ - README.md
82
+ - config/boot.rb
83
+ - config/db/schema/model.yml
84
+ - config/db/schema/parent.yml
91
85
  - lib/mongocore.rb
86
+ - lib/mongocore/access.rb
87
+ - lib/mongocore/cache.rb
88
+ - lib/mongocore/document.rb
89
+ - lib/mongocore/filters.rb
90
+ - lib/mongocore/query.rb
91
+ - lib/mongocore/schema.rb
92
+ - models/model.rb
93
+ - models/parent.rb
94
+ - mongocore.gemspec
92
95
  homepage: https://github.com/fugroup/mongocore
93
96
  licenses:
94
97
  - MIT