nano-store 0.6.1 → 0.6.2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +4 -0
- data/Rakefile +1 -1
- data/lib/nano_store.rb +1 -1
- data/lib/nano_store/version.rb +1 -1
- data/nano-store.gemspec +2 -2
- data/vendor/Podfile.lock +3 -3
- data/vendor/Pods/BuildHeaders/NanoStore/NSFNanoGlobals.h +1 -3
- data/vendor/Pods/BuildHeaders/NanoStore/NSFNanoPredicate.h +5 -5
- data/vendor/Pods/BuildHeaders/NanoStore/NSFNanoSearch.h +3 -5
- data/vendor/Pods/BuildHeaders/NanoStore/NSFNanoSortDescriptor.h +1 -1
- data/vendor/Pods/BuildHeaders/NanoStore/NanoStore.h +0 -36
- data/vendor/Pods/Documentation/NanoStore/docset-installed.txt +2 -2
- data/vendor/Pods/Documentation/NanoStore/docset/Contents/Info.plist +3 -3
- data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Documents/Classes/NSFNanoBag.html +1 -1
- data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Documents/Classes/NSFNanoEngine.html +1 -1
- data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Documents/Classes/NSFNanoExpression.html +1 -1
- data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Documents/Classes/NSFNanoObject.html +1 -1
- data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Documents/Classes/NSFNanoPredicate.html +6 -6
- data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Documents/Classes/NSFNanoResult.html +1 -1
- data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Documents/Classes/NSFNanoSearch.html +4 -65
- data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Documents/Classes/NSFNanoSortDescriptor.html +2 -2
- data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Documents/Classes/NSFNanoStore.html +1 -1
- data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Documents/Classes/NSFOrderedDictionary.html +1 -1
- data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Documents/Protocols/NSFNanoObjectProtocol.html +1 -1
- data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Documents/hierarchy.html +4 -4
- data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Documents/index.html +4 -4
- data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Nodes.xml +1 -1
- data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Tokens5.xml +6 -6
- data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Tokens7.xml +2 -24
- data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/Tokens8.xml +2 -2
- data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/docSet.dsidx +0 -0
- data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/docSet.skidx +0 -0
- data/vendor/Pods/Documentation/NanoStore/docset/Contents/Resources/docSet.toc +0 -0
- data/vendor/Pods/Documentation/NanoStore/html/Classes/NSFNanoBag.html +1 -1
- data/vendor/Pods/Documentation/NanoStore/html/Classes/NSFNanoEngine.html +1 -1
- data/vendor/Pods/Documentation/NanoStore/html/Classes/NSFNanoExpression.html +1 -1
- data/vendor/Pods/Documentation/NanoStore/html/Classes/NSFNanoObject.html +1 -1
- data/vendor/Pods/Documentation/NanoStore/html/Classes/NSFNanoPredicate.html +6 -6
- data/vendor/Pods/Documentation/NanoStore/html/Classes/NSFNanoResult.html +1 -1
- data/vendor/Pods/Documentation/NanoStore/html/Classes/NSFNanoSearch.html +4 -65
- data/vendor/Pods/Documentation/NanoStore/html/Classes/NSFNanoSortDescriptor.html +2 -2
- data/vendor/Pods/Documentation/NanoStore/html/Classes/NSFNanoStore.html +1 -1
- data/vendor/Pods/Documentation/NanoStore/html/Classes/NSFOrderedDictionary.html +1 -1
- data/vendor/Pods/Documentation/NanoStore/html/Protocols/NSFNanoObjectProtocol.html +1 -1
- data/vendor/Pods/Documentation/NanoStore/html/hierarchy.html +4 -4
- data/vendor/Pods/Documentation/NanoStore/html/index.html +4 -4
- data/vendor/Pods/Headers/NanoStore/NSFNanoGlobals.h +1 -3
- data/vendor/Pods/Headers/NanoStore/NSFNanoPredicate.h +5 -5
- data/vendor/Pods/Headers/NanoStore/NSFNanoSearch.h +3 -5
- data/vendor/Pods/Headers/NanoStore/NSFNanoSortDescriptor.h +1 -1
- data/vendor/Pods/Headers/NanoStore/NanoStore.h +0 -36
- data/vendor/Pods/NanoStore/Classes/Advanced/NSFNanoEngine.m +49 -40
- data/vendor/Pods/NanoStore/Classes/Advanced/NSFNanoResult.m +53 -42
- data/vendor/Pods/NanoStore/Classes/Public/NSFNanoBag.m +89 -80
- data/vendor/Pods/NanoStore/Classes/Public/NSFNanoExpression.m +13 -11
- data/vendor/Pods/NanoStore/Classes/Public/NSFNanoGlobals.h +1 -3
- data/vendor/Pods/NanoStore/Classes/Public/NSFNanoGlobals.m +0 -1
- data/vendor/Pods/NanoStore/Classes/Public/NSFNanoObject.m +29 -34
- data/vendor/Pods/NanoStore/Classes/Public/NSFNanoPredicate.h +5 -5
- data/vendor/Pods/NanoStore/Classes/Public/NSFNanoPredicate.m +34 -43
- data/vendor/Pods/NanoStore/Classes/Public/NSFNanoSearch.h +3 -5
- data/vendor/Pods/NanoStore/Classes/Public/NSFNanoSearch.m +97 -171
- data/vendor/Pods/NanoStore/Classes/Public/NSFNanoSortDescriptor.h +1 -1
- data/vendor/Pods/NanoStore/Classes/Public/NSFNanoSortDescriptor.m +12 -13
- data/vendor/Pods/NanoStore/Classes/Public/NSFNanoStore.m +82 -83
- data/vendor/Pods/NanoStore/Classes/Public/NanoStore.h +0 -36
- data/vendor/Pods/Pods.bridgesupport +640 -648
- metadata +7 -7
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nano-store
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -43,8 +43,8 @@ dependencies:
|
|
43
43
|
- - ! '>='
|
44
44
|
- !ruby/object:Gem::Version
|
45
45
|
version: '0'
|
46
|
-
description:
|
47
|
-
based on sqlite
|
46
|
+
description: RubyMotion wrapper for NanoStore, a lightweight schema-less key-value
|
47
|
+
document database based on sqlite.
|
48
48
|
email:
|
49
49
|
- francis@ignition.hk
|
50
50
|
executables: []
|
@@ -240,7 +240,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
240
240
|
version: '0'
|
241
241
|
segments:
|
242
242
|
- 0
|
243
|
-
hash:
|
243
|
+
hash: 580559071649138149
|
244
244
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
245
245
|
none: false
|
246
246
|
requirements:
|
@@ -249,14 +249,14 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
249
249
|
version: '0'
|
250
250
|
segments:
|
251
251
|
- 0
|
252
|
-
hash:
|
252
|
+
hash: 580559071649138149
|
253
253
|
requirements: []
|
254
254
|
rubyforge_project:
|
255
255
|
rubygems_version: 1.8.24
|
256
256
|
signing_key:
|
257
257
|
specification_version: 3
|
258
|
-
summary:
|
259
|
-
based on sqlite
|
258
|
+
summary: RubyMotion wrapper for NanoStore, a lightweight schema-less key-value document
|
259
|
+
database based on sqlite.
|
260
260
|
test_files:
|
261
261
|
- spec/association_spec.rb
|
262
262
|
- spec/bag_spec.rb
|