File tree Expand file tree Collapse file tree 2 files changed +23
-24
lines changed Expand file tree Collapse file tree 2 files changed +23
-24
lines changed Original file line number Diff line number Diff line change 11source "https://rubygems.org"
2- ruby "1.9.3"
32gem 'sinatra' , '1.4.3'
43gem 'sinatra-contrib' , '1.4.1'
54gem 'sinatra-jsonp' , '0.4.2'
Original file line number Diff line number Diff line change 11GEM
2- remote: http ://rubygems.org/
2+ remote: https ://rubygems.org/
33 specs:
4- backports (2 .3.0 )
5- daemons (1.1.6 )
6- eventmachine (0.12.10 )
7- json_pure (1.6.5 )
8- rack (1.4.0 )
9- rack-protection (1.2 .0 )
4+ backports (3 .3.3 )
5+ daemons (1.1.9 )
6+ eventmachine (1.0.3 )
7+ multi_json (1.3.7 )
8+ rack (1.5.2 )
9+ rack-protection (1.5 .0 )
1010 rack
11- rack-test (0.6.1 )
11+ rack-test (0.6.2 )
1212 rack (>= 1.0 )
13- sinatra (1.3.2 )
14- rack (~> 1.3 , >= 1.3.6 )
15- rack-protection (~> 1.2 )
16- tilt (~> 1.3 , >= 1.3 .3 )
17- sinatra-contrib (1.3 .1 )
13+ sinatra (1.4.3 )
14+ rack (~> 1.4 )
15+ rack-protection (~> 1.4 )
16+ tilt (>= 1.3.4 , ~> 1 .3 )
17+ sinatra-contrib (1.4 .1 )
1818 backports (>= 2.0 )
19- eventmachine
19+ multi_json
2020 rack-protection
2121 rack-test
22- sinatra (~> 1.3 .0 )
22+ sinatra (~> 1.4 .0 )
2323 tilt (~> 1.3 )
24- sinatra-jsonp (0.3 .2 )
25- json_pure (~> 1.4 )
24+ sinatra-jsonp (0.4 .2 )
25+ multi_json (~> 1.3.7 )
2626 sinatra (~> 1.0 )
27- thin (1.3 .1 )
27+ thin (1.5 .1 )
2828 daemons (>= 1.0.9 )
2929 eventmachine (>= 0.12.6 )
3030 rack (>= 1.0.0 )
31- tilt (1.3.3 )
31+ tilt (1.4.1 )
3232
3333PLATFORMS
3434 ruby
3535
3636DEPENDENCIES
37- sinatra (= 1.3.2 )
38- sinatra-contrib (= 1.3 .1 )
39- sinatra-jsonp (= 0.3 .2 )
40- thin (= 1.3 .1 )
37+ sinatra (= 1.4.3 )
38+ sinatra-contrib (= 1.4 .1 )
39+ sinatra-jsonp (= 0.4 .2 )
40+ thin (= 1.5 .1 )
You can’t perform that action at this time.
0 commit comments