Commit 17dd02f 1 parent 2a972e6 commit 17dd02f Copy full SHA for 17dd02f
File tree 3 files changed +56
-0
lines changed
3 files changed +56
-0
lines changed Original file line number Diff line number Diff line change
1
+ source :rubygems
2
+ gem 'bluecloth'
3
+ gem 'nokogiri'
4
+ gem 'showoff'
5
+ gem 'gli'
6
+ gem 'heroku'
Original file line number Diff line number Diff line change
1
+ GEM
2
+ remote: http://rubygems.org/
3
+ specs:
4
+ addressable (2.2.6 )
5
+ blankslate (2.1.2.4 )
6
+ bluecloth (2.1.0 )
7
+ gli (1.3.3 )
8
+ heroku (2.8.4 )
9
+ launchy (>= 0.3.2 )
10
+ rest-client (~> 1.6.1 )
11
+ rubyzip
12
+ term-ansicolor (~> 1.0.5 )
13
+ json (1.6.1 )
14
+ launchy (2.0.5 )
15
+ addressable (~> 2.2.6 )
16
+ mime-types (1.16 )
17
+ nokogiri (1.5.0 )
18
+ parslet (1.2.3 )
19
+ blankslate (~> 2.0 )
20
+ rack (1.3.4 )
21
+ rack-protection (1.1.4 )
22
+ rack
23
+ rest-client (1.6.7 )
24
+ mime-types (>= 1.16 )
25
+ rubyzip (0.9.4 )
26
+ showoff (0.7.0 )
27
+ bluecloth
28
+ gli (>= 1.3.2 )
29
+ json
30
+ nokogiri
31
+ parslet
32
+ sinatra
33
+ sinatra (1.3.1 )
34
+ rack (~> 1.3 , >= 1.3.4 )
35
+ rack-protection (~> 1.1 , >= 1.1.2 )
36
+ tilt (~> 1.3 , >= 1.3.3 )
37
+ term-ansicolor (1.0.6 )
38
+ tilt (1.3.3 )
39
+
40
+ PLATFORMS
41
+ ruby
42
+
43
+ DEPENDENCIES
44
+ bluecloth
45
+ gli
46
+ heroku
47
+ nokogiri
48
+ showoff
Original file line number Diff line number Diff line change
1
+ require "showoff"
2
+ run ShowOff . new
You can’t perform that action at this time.
0 commit comments