nano-store 0.3.12 → 0.3.13

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.
@@ -1,4 +1,4 @@
1
- PODS_ROOT = $(SRCROOT)/Pods
2
- HEADER_SEARCH_PATHS = "$(PODS_ROOT)/Headers" "$(PODS_ROOT)/Headers/NanoStore"
1
+ PODS_ROOT = ${SRCROOT}/Pods
3
2
  ALWAYS_SEARCH_USER_PATHS = YES
4
- OTHER_LDFLAGS = -ObjC -all_load -lsqlite3
3
+ OTHER_LDFLAGS = -ObjC -lsqlite3
4
+ HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/NanoStore"
@@ -0,0 +1,4 @@
1
+ @interface PodsDummy_Pods : NSObject
2
+ @end
3
+ @implementation PodsDummy_Pods
4
+ @end
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.3.12
4
+ version: 0.3.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,33 +9,43 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-07 00:00:00.000000000 Z
12
+ date: 2012-07-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bubble-wrap
16
- requirement: &70114812692800 !ruby/object:Gem::Requirement
16
+ requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
- - - ! '>='
19
+ - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 0.1.1
21
+ version: 1.1.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70114812692800
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ version: 1.1.0
25
30
  - !ruby/object:Gem::Dependency
26
31
  name: motion-cocoapods
27
- requirement: &70114812692220 !ruby/object:Gem::Requirement
32
+ requirement: !ruby/object:Gem::Requirement
28
33
  none: false
29
34
  requirements:
30
- - - ! '>='
35
+ - - ~>
31
36
  - !ruby/object:Gem::Version
32
- version: 1.0.1
37
+ version: 1.1.0
33
38
  type: :runtime
34
39
  prerelease: false
35
- version_requirements: *70114812692220
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ~>
44
+ - !ruby/object:Gem::Version
45
+ version: 1.1.0
36
46
  - !ruby/object:Gem::Dependency
37
47
  name: motion-redgreen
38
- requirement: &70114812691760 !ruby/object:Gem::Requirement
48
+ requirement: !ruby/object:Gem::Requirement
39
49
  none: false
40
50
  requirements:
41
51
  - - ! '>='
@@ -43,7 +53,12 @@ dependencies:
43
53
  version: '0'
44
54
  type: :development
45
55
  prerelease: false
46
- version_requirements: *70114812691760
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ none: false
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
47
62
  description: Wrapper for NanoStore, a lightweight schema-less key-value document database
48
63
  based on sqlite, for RubyMotion.
49
64
  email:
@@ -56,7 +71,6 @@ files:
56
71
  - .gitmodules
57
72
  - .rvmrc
58
73
  - Gemfile
59
- - Gemfile.lock
60
74
  - LICENSE
61
75
  - README.md
62
76
  - Rakefile
@@ -133,10 +147,13 @@ files:
133
147
  - vendor/Pods/NanoStore/Classes/Public/NanoStore.h
134
148
  - vendor/Pods/NanoStore/LICENSE
135
149
  - vendor/Pods/NanoStore/README.md
150
+ - vendor/Pods/Pods-Acknowledgements.markdown
151
+ - vendor/Pods/Pods-Acknowledgements.plist
136
152
  - vendor/Pods/Pods-prefix.pch
137
153
  - vendor/Pods/Pods-resources.sh
138
154
  - vendor/Pods/Pods.bridgesupport
139
155
  - vendor/Pods/Pods.xcconfig
156
+ - vendor/Pods/PodsDummy_Pods.m
140
157
  homepage: https://github.com/siuying/NanoStoreInMotion
141
158
  licenses: []
142
159
  post_install_message:
@@ -157,7 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
157
174
  version: '0'
158
175
  requirements: []
159
176
  rubyforge_project:
160
- rubygems_version: 1.8.15
177
+ rubygems_version: 1.8.24
161
178
  signing_key:
162
179
  specification_version: 3
163
180
  summary: Wrapper for NanoStore, a lightweight schema-less key-value document database
data/Gemfile.lock DELETED
@@ -1,24 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- nano-store (0.3.9)
5
- bubble-wrap (>= 0.1.1)
6
- motion-cocoapods (>= 1.0.1)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- bubble-wrap (0.2.0)
12
- cocoapods (0.5.1)
13
- xcodeproj (~> 0.1.0)
14
- motion-cocoapods (1.0.2)
15
- cocoapods (>= 0.5.1)
16
- motion-redgreen (0.0.2)
17
- xcodeproj (0.1.0)
18
-
19
- PLATFORMS
20
- ruby
21
-
22
- DEPENDENCIES
23
- motion-redgreen
24
- nano-store!