david 0.4.4 → 0.4.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +85 -76
- data/david.gemspec +4 -3
- data/lib/david/version.rb +1 -1
- metadata +29 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bac9cb7eace8d94debd12aeb9b79bfec0d32f8ce
|
4
|
+
data.tar.gz: ee6aaa074380c891699279268a6eb155e35b8348
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d15a6fd0c42a85ea4bb0b2a5a886724326fbe902de72a3ebed541fdd8351f6e3818690c81319e509f632f20244ba342c8f9e52aa6082fb99534dc6d04b9dd899
|
7
|
+
data.tar.gz: f2159889eff66e2925376d235a1963dd9d6ef97f5abd64f027e2a3207451cb12b933faa35a04c133d4751e261efccbfeaa7b5a2fbc01ef9d2f1fee9cb83bf7e9
|
data/Gemfile.lock
CHANGED
@@ -1,50 +1,51 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
david (0.4.
|
5
|
-
celluloid
|
4
|
+
david (0.4.5.pre)
|
5
|
+
celluloid (>= 0.16.0, < 0.17)
|
6
|
+
celluloid-io (>= 0.16.1, < 0.17)
|
6
7
|
coap (>= 0.1)
|
7
8
|
rack (~> 1.6)
|
8
9
|
|
9
10
|
GEM
|
10
11
|
remote: https://rubygems.org/
|
11
12
|
specs:
|
12
|
-
actionmailer (4.2.
|
13
|
-
actionpack (= 4.2.
|
14
|
-
actionview (= 4.2.
|
15
|
-
activejob (= 4.2.
|
13
|
+
actionmailer (4.2.3)
|
14
|
+
actionpack (= 4.2.3)
|
15
|
+
actionview (= 4.2.3)
|
16
|
+
activejob (= 4.2.3)
|
16
17
|
mail (~> 2.5, >= 2.5.4)
|
17
18
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
18
|
-
actionpack (4.2.
|
19
|
-
actionview (= 4.2.
|
20
|
-
activesupport (= 4.2.
|
21
|
-
rack (~> 1.6
|
19
|
+
actionpack (4.2.3)
|
20
|
+
actionview (= 4.2.3)
|
21
|
+
activesupport (= 4.2.3)
|
22
|
+
rack (~> 1.6)
|
22
23
|
rack-test (~> 0.6.2)
|
23
24
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
24
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
25
|
-
actionview (4.2.
|
26
|
-
activesupport (= 4.2.
|
25
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
26
|
+
actionview (4.2.3)
|
27
|
+
activesupport (= 4.2.3)
|
27
28
|
builder (~> 3.1)
|
28
29
|
erubis (~> 2.7.0)
|
29
30
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
30
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
31
|
-
activejob (4.2.
|
32
|
-
activesupport (= 4.2.
|
31
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
32
|
+
activejob (4.2.3)
|
33
|
+
activesupport (= 4.2.3)
|
33
34
|
globalid (>= 0.3.0)
|
34
|
-
activemodel (4.2.
|
35
|
-
activesupport (= 4.2.
|
35
|
+
activemodel (4.2.3)
|
36
|
+
activesupport (= 4.2.3)
|
36
37
|
builder (~> 3.1)
|
37
|
-
activerecord (4.2.
|
38
|
-
activemodel (= 4.2.
|
39
|
-
activesupport (= 4.2.
|
38
|
+
activerecord (4.2.3)
|
39
|
+
activemodel (= 4.2.3)
|
40
|
+
activesupport (= 4.2.3)
|
40
41
|
arel (~> 6.0)
|
41
|
-
activesupport (4.2.
|
42
|
+
activesupport (4.2.3)
|
42
43
|
i18n (~> 0.7)
|
43
44
|
json (~> 1.7, >= 1.7.7)
|
44
45
|
minitest (~> 5.1)
|
45
46
|
thread_safe (~> 0.3, >= 0.3.4)
|
46
47
|
tzinfo (~> 1.1)
|
47
|
-
arel (6.0.
|
48
|
+
arel (6.0.2)
|
48
49
|
axiom-types (0.1.1)
|
49
50
|
descendants_tracker (~> 0.0.4)
|
50
51
|
ice_nine (~> 0.11.0)
|
@@ -61,21 +62,23 @@ GEM
|
|
61
62
|
resolv-ipv6favor (~> 0)
|
62
63
|
coercible (1.0.0)
|
63
64
|
descendants_tracker (~> 0.0.1)
|
64
|
-
coveralls (0.
|
65
|
-
|
65
|
+
coveralls (0.8.2)
|
66
|
+
json (~> 1.8)
|
66
67
|
rest-client (>= 1.6.8, < 2)
|
67
|
-
simplecov (~> 0.
|
68
|
+
simplecov (~> 0.10.0)
|
68
69
|
term-ansicolor (~> 1.3)
|
69
70
|
thor (~> 0.19.1)
|
70
71
|
descendants_tracker (0.0.4)
|
71
72
|
thread_safe (~> 0.3, >= 0.3.1)
|
72
73
|
diff-lcs (1.2.5)
|
73
74
|
docile (1.1.5)
|
74
|
-
|
75
|
+
domain_name (0.5.24)
|
76
|
+
unf (>= 0.0.5, < 1.0.0)
|
77
|
+
equalizer (0.0.11)
|
75
78
|
erubis (2.7.0)
|
76
|
-
globalid (0.3.
|
79
|
+
globalid (0.3.5)
|
77
80
|
activesupport (>= 4.1.0)
|
78
|
-
grape (0.
|
81
|
+
grape (0.12.0)
|
79
82
|
activesupport
|
80
83
|
builder
|
81
84
|
hashie (>= 2.1.0)
|
@@ -85,35 +88,36 @@ GEM
|
|
85
88
|
rack-accept
|
86
89
|
rack-mount
|
87
90
|
virtus (>= 1.0.0)
|
88
|
-
hashie (3.4.
|
89
|
-
hike (1.2.3)
|
91
|
+
hashie (3.4.2)
|
90
92
|
hitimes (1.2.2)
|
91
93
|
hitimes (1.2.2-java)
|
92
94
|
hobbit (0.6.0)
|
93
95
|
rack
|
96
|
+
http-cookie (1.0.2)
|
97
|
+
domain_name (~> 0.5)
|
94
98
|
i18n (0.7.0)
|
95
99
|
ice_nine (0.11.1)
|
96
|
-
json (1.8.
|
97
|
-
json (1.8.
|
98
|
-
loofah (2.0.
|
100
|
+
json (1.8.3)
|
101
|
+
json (1.8.3-java)
|
102
|
+
loofah (2.0.2)
|
99
103
|
nokogiri (>= 1.5.9)
|
100
104
|
mail (2.6.3)
|
101
105
|
mime-types (>= 1.16, < 3)
|
102
|
-
mime-types (2.
|
106
|
+
mime-types (2.6.1)
|
103
107
|
mini_portile (0.6.2)
|
104
|
-
minitest (5.
|
105
|
-
multi_json (1.11.
|
108
|
+
minitest (5.7.0)
|
109
|
+
multi_json (1.11.2)
|
106
110
|
multi_xml (0.5.5)
|
107
111
|
netrc (0.10.3)
|
108
|
-
nio4r (1.1.
|
109
|
-
nio4r (1.1.
|
112
|
+
nio4r (1.1.1)
|
113
|
+
nio4r (1.1.1-java)
|
110
114
|
nokogiri (1.6.6.2)
|
111
115
|
mini_portile (~> 0.6.0)
|
112
116
|
nokogiri (1.6.6.2-java)
|
113
117
|
nyny (2.2.1)
|
114
118
|
rack
|
115
119
|
tilt
|
116
|
-
rack (1.6.
|
120
|
+
rack (1.6.4)
|
117
121
|
rack-accept (0.4.5)
|
118
122
|
rack (>= 0.4)
|
119
123
|
rack-mount (0.8.3)
|
@@ -122,48 +126,49 @@ GEM
|
|
122
126
|
rack
|
123
127
|
rack-test (0.6.3)
|
124
128
|
rack (>= 1.0)
|
125
|
-
rails (4.2.
|
126
|
-
actionmailer (= 4.2.
|
127
|
-
actionpack (= 4.2.
|
128
|
-
actionview (= 4.2.
|
129
|
-
activejob (= 4.2.
|
130
|
-
activemodel (= 4.2.
|
131
|
-
activerecord (= 4.2.
|
132
|
-
activesupport (= 4.2.
|
129
|
+
rails (4.2.3)
|
130
|
+
actionmailer (= 4.2.3)
|
131
|
+
actionpack (= 4.2.3)
|
132
|
+
actionview (= 4.2.3)
|
133
|
+
activejob (= 4.2.3)
|
134
|
+
activemodel (= 4.2.3)
|
135
|
+
activerecord (= 4.2.3)
|
136
|
+
activesupport (= 4.2.3)
|
133
137
|
bundler (>= 1.3.0, < 2.0)
|
134
|
-
railties (= 4.2.
|
138
|
+
railties (= 4.2.3)
|
135
139
|
sprockets-rails
|
136
140
|
rails-deprecated_sanitizer (1.0.3)
|
137
141
|
activesupport (>= 4.2.0.alpha)
|
138
|
-
rails-dom-testing (1.0.
|
142
|
+
rails-dom-testing (1.0.6)
|
139
143
|
activesupport (>= 4.2.0.beta, < 5.0)
|
140
144
|
nokogiri (~> 1.6.0)
|
141
145
|
rails-deprecated_sanitizer (>= 1.0.1)
|
142
|
-
rails-html-sanitizer (1.0.
|
146
|
+
rails-html-sanitizer (1.0.2)
|
143
147
|
loofah (~> 2.0)
|
144
|
-
railties (4.2.
|
145
|
-
actionpack (= 4.2.
|
146
|
-
activesupport (= 4.2.
|
148
|
+
railties (4.2.3)
|
149
|
+
actionpack (= 4.2.3)
|
150
|
+
activesupport (= 4.2.3)
|
147
151
|
rake (>= 0.8.7)
|
148
152
|
thor (>= 0.18.1, < 2.0)
|
149
153
|
rake (10.4.2)
|
150
154
|
resolv-ipv6favor (0.0.0)
|
151
|
-
rest-client (1.
|
155
|
+
rest-client (1.8.0)
|
156
|
+
http-cookie (>= 1.0.2, < 2.0)
|
152
157
|
mime-types (>= 1.16, < 3.0)
|
153
158
|
netrc (~> 0.7)
|
154
159
|
rspec (3.2.0)
|
155
160
|
rspec-core (~> 3.2.0)
|
156
161
|
rspec-expectations (~> 3.2.0)
|
157
162
|
rspec-mocks (~> 3.2.0)
|
158
|
-
rspec-core (3.2.
|
163
|
+
rspec-core (3.2.3)
|
159
164
|
rspec-support (~> 3.2.0)
|
160
|
-
rspec-expectations (3.2.
|
165
|
+
rspec-expectations (3.2.1)
|
161
166
|
diff-lcs (>= 1.2.0, < 2.0)
|
162
167
|
rspec-support (~> 3.2.0)
|
163
168
|
rspec-mocks (3.2.1)
|
164
169
|
diff-lcs (>= 1.2.0, < 2.0)
|
165
170
|
rspec-support (~> 3.2.0)
|
166
|
-
rspec-rails (3.2.
|
171
|
+
rspec-rails (3.2.3)
|
167
172
|
actionpack (>= 3.0, < 4.3)
|
168
173
|
activesupport (>= 3.0, < 4.3)
|
169
174
|
railties (>= 3.0, < 4.3)
|
@@ -172,37 +177,38 @@ GEM
|
|
172
177
|
rspec-mocks (~> 3.2.0)
|
173
178
|
rspec-support (~> 3.2.0)
|
174
179
|
rspec-support (3.2.2)
|
175
|
-
ruby-prof (0.15.
|
176
|
-
simplecov (0.
|
180
|
+
ruby-prof (0.15.8)
|
181
|
+
simplecov (0.10.0)
|
177
182
|
docile (~> 1.1.0)
|
178
|
-
|
179
|
-
simplecov-html (~> 0.
|
180
|
-
simplecov-html (0.
|
181
|
-
sinatra (1.4.
|
183
|
+
json (~> 1.8)
|
184
|
+
simplecov-html (~> 0.10.0)
|
185
|
+
simplecov-html (0.10.0)
|
186
|
+
sinatra (1.4.6)
|
182
187
|
rack (~> 1.4)
|
183
188
|
rack-protection (~> 1.4)
|
184
|
-
tilt (
|
185
|
-
sprockets (2.
|
186
|
-
hike (~> 1.2)
|
187
|
-
multi_json (~> 1.0)
|
189
|
+
tilt (>= 1.3, < 3)
|
190
|
+
sprockets (3.2.0)
|
188
191
|
rack (~> 1.0)
|
189
|
-
|
190
|
-
sprockets-rails (2.2.4)
|
192
|
+
sprockets-rails (2.3.2)
|
191
193
|
actionpack (>= 3.0)
|
192
194
|
activesupport (>= 3.0)
|
193
195
|
sprockets (>= 2.8, < 4.0)
|
194
|
-
term-ansicolor (1.3.
|
196
|
+
term-ansicolor (1.3.2)
|
195
197
|
tins (~> 1.0)
|
196
198
|
thor (0.19.1)
|
197
|
-
thread_safe (0.3.
|
198
|
-
thread_safe (0.3.
|
199
|
-
tilt (
|
199
|
+
thread_safe (0.3.5)
|
200
|
+
thread_safe (0.3.5-java)
|
201
|
+
tilt (2.0.1)
|
200
202
|
timers (4.0.1)
|
201
203
|
hitimes
|
202
|
-
tins (1.
|
204
|
+
tins (1.5.4)
|
203
205
|
tzinfo (1.2.2)
|
204
206
|
thread_safe (~> 0.1)
|
205
|
-
|
207
|
+
unf (0.1.4)
|
208
|
+
unf_ext
|
209
|
+
unf (0.1.4-java)
|
210
|
+
unf_ext (0.0.7.1)
|
211
|
+
virtus (1.0.5)
|
206
212
|
axiom-types (~> 0.1)
|
207
213
|
coercible (~> 1.0)
|
208
214
|
descendants_tracker (~> 0.0, >= 0.0.3)
|
@@ -225,3 +231,6 @@ DEPENDENCIES
|
|
225
231
|
rspec-rails (~> 3.2.0)
|
226
232
|
ruby-prof
|
227
233
|
sinatra
|
234
|
+
|
235
|
+
BUNDLED WITH
|
236
|
+
1.10.6
|
data/david.gemspec
CHANGED
@@ -20,9 +20,10 @@ Gem::Specification.new do |s|
|
|
20
20
|
s.test_files = s.files.grep(%r{^(test|spec|features)/})
|
21
21
|
s.require_paths = ['lib']
|
22
22
|
|
23
|
-
s.
|
24
|
-
s.
|
25
|
-
s.
|
23
|
+
s.add_runtime_dependency 'celluloid', '>= 0.16.0', '< 0.17'
|
24
|
+
s.add_runtime_dependency 'celluloid-io', '>= 0.16.1', '< 0.17'
|
25
|
+
s.add_runtime_dependency 'coap', '>= 0.1'
|
26
|
+
s.add_runtime_dependency 'rack', '~> 1.6'
|
26
27
|
|
27
28
|
s.add_development_dependency 'rake'
|
28
29
|
s.add_development_dependency 'rspec', '~> 3.2'
|
data/lib/david/version.rb
CHANGED
metadata
CHANGED
@@ -1,35 +1,55 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: david
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- henning mueller
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-07-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name: celluloid
|
14
|
+
name: celluloid
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 0.16.0
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: '0.17'
|
23
|
+
type: :runtime
|
24
|
+
prerelease: false
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
26
|
+
requirements:
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: 0.16.0
|
30
|
+
- - "<"
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '0.17'
|
33
|
+
- !ruby/object:Gem::Dependency
|
34
|
+
name: celluloid-io
|
35
|
+
requirement: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
20
37
|
- - ">="
|
21
38
|
- !ruby/object:Gem::Version
|
22
39
|
version: 0.16.1
|
40
|
+
- - "<"
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: '0.17'
|
23
43
|
type: :runtime
|
24
44
|
prerelease: false
|
25
45
|
version_requirements: !ruby/object:Gem::Requirement
|
26
46
|
requirements:
|
27
|
-
- - "~>"
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
version: '0.16'
|
30
47
|
- - ">="
|
31
48
|
- !ruby/object:Gem::Version
|
32
49
|
version: 0.16.1
|
50
|
+
- - "<"
|
51
|
+
- !ruby/object:Gem::Version
|
52
|
+
version: '0.17'
|
33
53
|
- !ruby/object:Gem::Dependency
|
34
54
|
name: coap
|
35
55
|
requirement: !ruby/object:Gem::Requirement
|
@@ -262,7 +282,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
262
282
|
version: '0'
|
263
283
|
requirements: []
|
264
284
|
rubyforge_project:
|
265
|
-
rubygems_version: 2.
|
285
|
+
rubygems_version: 2.5.0
|
266
286
|
signing_key:
|
267
287
|
specification_version: 4
|
268
288
|
summary: CoAP server with Rack interface.
|