smartkiosk-server 0.10.19 → 0.11

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -5,7 +5,7 @@ gem 'matrioshka'
5
5
  gem 'trinidad', :require => nil, :platform => :jruby
6
6
  gem 'thin', :require => nil, :platform => :ruby
7
7
 
8
- gem 'rails', '3.2.11'
8
+ gem 'rails', '3.2.12'
9
9
  gem 'sinatra', :require => nil
10
10
  gem 'jruby-openssl', :platform => :jruby
11
11
 
data/Gemfile.lock CHANGED
@@ -28,16 +28,16 @@ GIT
28
28
  GEM
29
29
  remote: http://rubygems.org/
30
30
  specs:
31
- actionmailer (3.2.11)
32
- actionpack (= 3.2.11)
31
+ actionmailer (3.2.12)
32
+ actionpack (= 3.2.12)
33
33
  mail (~> 2.4.4)
34
- actionpack (3.2.11)
35
- activemodel (= 3.2.11)
36
- activesupport (= 3.2.11)
34
+ actionpack (3.2.12)
35
+ activemodel (= 3.2.12)
36
+ activesupport (= 3.2.12)
37
37
  builder (~> 3.0.0)
38
38
  erubis (~> 2.7.0)
39
39
  journey (~> 1.0.4)
40
- rack (~> 1.4.0)
40
+ rack (~> 1.4.5)
41
41
  rack-cache (~> 1.2)
42
42
  rack-test (~> 0.6.1)
43
43
  sprockets (~> 2.2.1)
@@ -48,12 +48,12 @@ GEM
48
48
  activeadmin (>= 0.4.0)
49
49
  cancan (>= 1.6.2)
50
50
  rails (>= 3.0)
51
- activemodel (3.2.11)
52
- activesupport (= 3.2.11)
51
+ activemodel (3.2.12)
52
+ activesupport (= 3.2.12)
53
53
  builder (~> 3.0.0)
54
- activerecord (3.2.11)
55
- activemodel (= 3.2.11)
56
- activesupport (= 3.2.11)
54
+ activerecord (3.2.12)
55
+ activemodel (= 3.2.12)
56
+ activesupport (= 3.2.12)
57
57
  arel (~> 3.0.2)
58
58
  tzinfo (~> 0.3.29)
59
59
  activerecord-jdbc-adapter (1.2.5)
@@ -63,10 +63,10 @@ GEM
63
63
  activerecord-jdbcsqlite3-adapter (1.2.5)
64
64
  activerecord-jdbc-adapter (~> 1.2.5)
65
65
  jdbc-sqlite3 (~> 3.7.2)
66
- activeresource (3.2.11)
67
- activemodel (= 3.2.11)
68
- activesupport (= 3.2.11)
69
- activesupport (3.2.11)
66
+ activeresource (3.2.12)
67
+ activemodel (= 3.2.12)
68
+ activesupport (= 3.2.12)
69
+ activesupport (3.2.12)
70
70
  i18n (~> 0.6)
71
71
  multi_json (~> 1.0)
72
72
  akami (1.2.0)
@@ -168,7 +168,7 @@ GEM
168
168
  htmlentities (4.3.1)
169
169
  httpi (2.0.2)
170
170
  rack
171
- i18n (0.6.1)
171
+ i18n (0.6.4)
172
172
  i18n_yaml_sorter (0.2.0)
173
173
  inherited_resources (1.3.1)
174
174
  has_scope (~> 0.5.0)
@@ -186,8 +186,8 @@ GEM
186
186
  jruby-openssl (0.8.2)
187
187
  bouncy-castle-java (>= 1.5.0146.1)
188
188
  jruby-rack (1.1.13.1)
189
- json (1.7.6)
190
- json (1.7.6-java)
189
+ json (1.7.7)
190
+ json (1.7.7-java)
191
191
  kaminari (0.14.1)
192
192
  actionpack (>= 3.0.0)
193
193
  activesupport (>= 3.0.0)
@@ -206,10 +206,10 @@ GEM
206
206
  activesupport (~> 3.1)
207
207
  polyamorous (~> 0.5.0)
208
208
  method_source (0.8.1)
209
- mime-types (1.19)
209
+ mime-types (1.21)
210
210
  money (5.1.0)
211
211
  i18n (~> 0.6.0)
212
- multi_json (1.5.0)
212
+ multi_json (1.6.1)
213
213
  net-scp (1.0.4)
214
214
  net-ssh (>= 1.99.1)
215
215
  net-sftp (2.0.5)
@@ -247,32 +247,32 @@ GEM
247
247
  method_source (~> 0.8)
248
248
  slop (~> 3.3.1)
249
249
  spoon (~> 0.0)
250
- rack (1.4.4)
250
+ rack (1.4.5)
251
251
  rack-cache (1.2)
252
252
  rack (>= 0.4)
253
253
  rack-protection (1.3.2)
254
254
  rack
255
- rack-ssl (1.3.2)
255
+ rack-ssl (1.3.3)
256
256
  rack
257
257
  rack-test (0.6.2)
258
258
  rack (>= 1.0)
259
- rails (3.2.11)
260
- actionmailer (= 3.2.11)
261
- actionpack (= 3.2.11)
262
- activerecord (= 3.2.11)
263
- activeresource (= 3.2.11)
264
- activesupport (= 3.2.11)
259
+ rails (3.2.12)
260
+ actionmailer (= 3.2.12)
261
+ actionpack (= 3.2.12)
262
+ activerecord (= 3.2.12)
263
+ activeresource (= 3.2.12)
264
+ activesupport (= 3.2.12)
265
265
  bundler (~> 1.0)
266
- railties (= 3.2.11)
267
- railties (3.2.11)
268
- actionpack (= 3.2.11)
269
- activesupport (= 3.2.11)
266
+ railties (= 3.2.12)
267
+ railties (3.2.12)
268
+ actionpack (= 3.2.12)
269
+ activesupport (= 3.2.12)
270
270
  rack-ssl (~> 1.3.2)
271
271
  rake (>= 0.8.7)
272
272
  rdoc (~> 3.4)
273
273
  thor (>= 0.14.6, < 2.0)
274
274
  rake (10.0.3)
275
- rdoc (3.12)
275
+ rdoc (3.12.2)
276
276
  json (~> 1.4)
277
277
  redis (3.0.2)
278
278
  redis-namespace (1.2.1)
@@ -354,8 +354,8 @@ GEM
354
354
  daemons (>= 1.0.9)
355
355
  eventmachine (>= 0.12.6)
356
356
  rack (>= 1.0.0)
357
- thor (0.16.0)
358
- tilt (1.3.3)
357
+ thor (0.17.0)
358
+ tilt (1.3.5)
359
359
  timers (1.0.2)
360
360
  treetop (1.4.12)
361
361
  polyglot
@@ -364,7 +364,7 @@ GEM
364
364
  jruby-rack (>= 1.1.10)
365
365
  trinidad_jars (>= 1.1.0)
366
366
  trinidad_jars (1.2.0)
367
- tzinfo (0.3.35)
367
+ tzinfo (0.3.37)
368
368
  uglifier (1.3.0)
369
369
  execjs (>= 0.3.0)
370
370
  multi_json (~> 1.0, >= 1.0.2)
@@ -414,7 +414,7 @@ DEPENDENCIES
414
414
  payzilla (= 0.0.4)
415
415
  pg
416
416
  pry
417
- rails (= 3.2.11)
417
+ rails (= 3.2.12)
418
418
  redis-objects
419
419
  redis-objects-rmap
420
420
  rmagick (= 2.13.2)
@@ -1,5 +1,5 @@
1
1
  module Smartkiosk
2
2
  module Server
3
- VERSION = '0.10.19'
3
+ VERSION = '0.11'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smartkiosk-server
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.19
4
+ version: '0.11'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-03-12 00:00:00.000000000 Z
13
+ date: 2013-03-14 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
@@ -330,7 +330,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
330
330
  version: '0'
331
331
  segments:
332
332
  - 0
333
- hash: 2408156928933450265
333
+ hash: 3626455673358605695
334
334
  required_rubygems_version: !ruby/object:Gem::Requirement
335
335
  none: false
336
336
  requirements: