sinatra-named-routes 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Gemfile.lock +57 -35
  2. data/lib/sinatra/version.rb +1 -1
  3. metadata +1 -1
@@ -1,53 +1,75 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sinatra-named-routes (0.1.1)
4
+ sinatra-named-routes (0.1.3)
5
5
  sinatra
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- backports (2.5.1)
11
- diff-lcs (1.1.3)
12
- eventmachine (0.12.10)
13
- ffi (1.0.11)
14
- guard (1.0.1)
15
- ffi (>= 0.5.0)
16
- thor (~> 0.14.6)
17
- guard-rspec (0.7.0)
18
- guard (>= 0.10.0)
19
- multi_json (1.2.0)
20
- rack (1.4.1)
21
- rack-protection (1.2.0)
10
+ backports (3.3.5)
11
+ celluloid (0.15.2)
12
+ timers (~> 1.1.0)
13
+ coderay (1.0.9)
14
+ diff-lcs (1.2.4)
15
+ ffi (1.9.0)
16
+ formatador (0.2.4)
17
+ guard (2.1.0)
18
+ formatador (>= 0.2.4)
19
+ listen (~> 2.1)
20
+ lumberjack (~> 1.0)
21
+ pry (>= 0.9.12)
22
+ thor (>= 0.18.1)
23
+ guard-rspec (4.0.1)
24
+ guard (~> 2.0)
25
+ rspec (~> 2.14)
26
+ listen (2.1.0)
27
+ celluloid (>= 0.15.2)
28
+ rb-fsevent (>= 0.9.3)
29
+ rb-inotify (>= 0.9)
30
+ lumberjack (1.0.4)
31
+ method_source (0.8.2)
32
+ multi_json (1.8.2)
33
+ pry (0.9.12.2)
34
+ coderay (~> 1.0.5)
35
+ method_source (~> 0.8)
36
+ slop (~> 3.4)
37
+ rack (1.5.2)
38
+ rack-protection (1.5.0)
22
39
  rack
23
- rack-test (0.6.1)
40
+ rack-test (0.6.2)
24
41
  rack (>= 1.0)
25
- rake (0.9.2.2)
26
- rspec (2.9.0)
27
- rspec-core (~> 2.9.0)
28
- rspec-expectations (~> 2.9.0)
29
- rspec-mocks (~> 2.9.0)
30
- rspec-core (2.9.0)
31
- rspec-expectations (2.9.1)
32
- diff-lcs (~> 1.1.3)
33
- rspec-mocks (2.9.0)
34
- simplecov (0.6.1)
42
+ rake (10.1.0)
43
+ rb-fsevent (0.9.3)
44
+ rb-inotify (0.9.2)
45
+ ffi (>= 0.5.0)
46
+ rspec (2.14.1)
47
+ rspec-core (~> 2.14.0)
48
+ rspec-expectations (~> 2.14.0)
49
+ rspec-mocks (~> 2.14.0)
50
+ rspec-core (2.14.5)
51
+ rspec-expectations (2.14.3)
52
+ diff-lcs (>= 1.1.3, < 2.0)
53
+ rspec-mocks (2.14.3)
54
+ simplecov (0.7.1)
35
55
  multi_json (~> 1.0)
36
- simplecov-html (~> 0.5.3)
37
- simplecov-html (0.5.3)
38
- sinatra (1.3.2)
39
- rack (~> 1.3, >= 1.3.6)
40
- rack-protection (~> 1.2)
41
- tilt (~> 1.3, >= 1.3.3)
42
- sinatra-contrib (1.3.1)
56
+ simplecov-html (~> 0.7.1)
57
+ simplecov-html (0.7.1)
58
+ sinatra (1.4.3)
59
+ rack (~> 1.4)
60
+ rack-protection (~> 1.4)
61
+ tilt (~> 1.3, >= 1.3.4)
62
+ sinatra-contrib (1.4.1)
43
63
  backports (>= 2.0)
44
- eventmachine
64
+ multi_json
45
65
  rack-protection
46
66
  rack-test
47
- sinatra (~> 1.3.0)
67
+ sinatra (~> 1.4.0)
48
68
  tilt (~> 1.3)
49
- thor (0.14.6)
50
- tilt (1.3.3)
69
+ slop (3.4.6)
70
+ thor (0.18.1)
71
+ tilt (1.4.1)
72
+ timers (1.1.0)
51
73
 
52
74
  PLATFORMS
53
75
  ruby
@@ -1,5 +1,5 @@
1
1
  module Sinatra
2
2
  module NamedRoutes
3
- VERSION = '0.1.2'
3
+ VERSION = '0.1.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-named-routes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: