File tree 6 files changed +158
-0
lines changed
6 files changed +158
-0
lines changed Original file line number Diff line number Diff line change
1
+ jboss-developer-demos
Original file line number Diff line number Diff line change
1
+ ruby-2.1.2
Original file line number Diff line number Diff line change
1
+ language : ruby
2
+ rvm :
3
+ 2.1.2
Original file line number Diff line number Diff line change
1
+ # Gemfile
2
+ source "https://rubygems.org"
3
+
4
+ gem 'aweplug' , :github => 'pmuir/aweplug' , :branch => 'demos'
5
+ #gem 'aweplug', :path => '../aweplug'
6
+ gem 'rake' , '~> 10.0.4'
7
+ gem 'kramdown' , '~> 1.0.1'
8
+ gem 'awestruct' , '~> 0.5.4.rc3'
9
+
10
+ gem 'pry'
Original file line number Diff line number Diff line change
1
+ GIT
2
+ remote: git://github.com/pmuir/aweplug.git
3
+ revision: 7eb54361a1deec5b1344238936392eb9c6f604ca
4
+ branch: demos
5
+ specs:
6
+ aweplug (1.0.0.a24 )
7
+ curb (~> 0.8.5 )
8
+ faraday (>= 0.8.7 , < 1.0.0 )
9
+ faraday_middleware (>= 0.9.0 )
10
+ nokogiri (~> 1.5.10 )
11
+ oauth (~> 0.3.6 )
12
+ octokit (>= 1.24.0 )
13
+ parallel (~> 1.0 )
14
+ sass (~> 3.2 )
15
+ uglifier (~> 2.0.1 )
16
+
17
+ GEM
18
+ remote: https://rubygems.org/
19
+ specs:
20
+ addressable (2.3.6 )
21
+ asciidoctor (1.5.0 )
22
+ awestruct (0.5.5 )
23
+ asciidoctor
24
+ bootstrap-sass (~> 3.1.1.0 )
25
+ colorize (~> 0.7.1 )
26
+ compass (~> 0.12.4 )
27
+ compass-960-plugin (~> 0.10.4 )
28
+ git (~> 1.2.6 )
29
+ guard-livereload (~> 2.1.2 )
30
+ haml (~> 4.0.5 )
31
+ listen (~> 2.7.1 )
32
+ mime-types (~> 2.1 )
33
+ nokogiri (~> 1.5.10 )
34
+ rack (~> 1.5.2 )
35
+ rest-client (~> 1.6.7 )
36
+ ruby-s3cmd (~> 0.1.5 )
37
+ tilt (~> 2.0.1 )
38
+ zurb-foundation (~> 4.3.2 )
39
+ bootstrap-sass (3.1.1.1 )
40
+ sass (~> 3.2 )
41
+ celluloid (0.15.2 )
42
+ timers (~> 1.1.0 )
43
+ chunky_png (1.3.1 )
44
+ coderay (1.1.0 )
45
+ colorize (0.7.3 )
46
+ compass (0.12.7 )
47
+ chunky_png (~> 1.2 )
48
+ fssm (>= 0.2.7 )
49
+ sass (~> 3.2.19 )
50
+ compass-960-plugin (0.10.4 )
51
+ compass (>= 0.10.0 )
52
+ curb (0.8.6 )
53
+ em-websocket (0.5.1 )
54
+ eventmachine (>= 0.12.9 )
55
+ http_parser.rb (~> 0.6.0 )
56
+ eventmachine (1.0.3 )
57
+ execjs (2.2.1 )
58
+ faraday (0.9.0 )
59
+ multipart-post (>= 1.2 , < 3 )
60
+ faraday_middleware (0.9.1 )
61
+ faraday (>= 0.7.4 , < 0.10 )
62
+ ffi (1.9.3 )
63
+ formatador (0.2.5 )
64
+ fssm (0.2.10 )
65
+ git (1.2.8 )
66
+ guard (2.6.1 )
67
+ formatador (>= 0.2.4 )
68
+ listen (~> 2.7 )
69
+ lumberjack (~> 1.0 )
70
+ pry (>= 0.9.12 )
71
+ thor (>= 0.18.1 )
72
+ guard-livereload (2.1.3 )
73
+ em-websocket (~> 0.5 )
74
+ guard (~> 2.0 )
75
+ multi_json (~> 1.8 )
76
+ haml (4.0.5 )
77
+ tilt
78
+ http_parser.rb (0.6.0 )
79
+ kramdown (1.0.2 )
80
+ listen (2.7.9 )
81
+ celluloid (>= 0.15.2 )
82
+ rb-fsevent (>= 0.9.3 )
83
+ rb-inotify (>= 0.9 )
84
+ lumberjack (1.0.9 )
85
+ method_source (0.8.2 )
86
+ mime-types (2.3 )
87
+ multi_json (1.10.1 )
88
+ multipart-post (2.0.0 )
89
+ nokogiri (1.5.11 )
90
+ oauth (0.3.6 )
91
+ ruby-hmac (>= 0.3.1 )
92
+ octokit (3.3.0 )
93
+ sawyer (~> 0.5.3 )
94
+ parallel (1.2.2 )
95
+ pry (0.10.0 )
96
+ coderay (~> 1.1.0 )
97
+ method_source (~> 0.8.1 )
98
+ slop (~> 3.4 )
99
+ rack (1.5.2 )
100
+ rake (10.0.4 )
101
+ rb-fsevent (0.9.4 )
102
+ rb-inotify (0.9.5 )
103
+ ffi (>= 0.5.0 )
104
+ rest-client (1.6.7 )
105
+ mime-types (>= 1.16 )
106
+ ruby-hmac (0.4.0 )
107
+ ruby-s3cmd (0.1.5 )
108
+ sass (3.2.19 )
109
+ sawyer (0.5.4 )
110
+ addressable (~> 2.3.5 )
111
+ faraday (~> 0.8 , < 0.10 )
112
+ slop (3.6.0 )
113
+ thor (0.19.1 )
114
+ tilt (2.0.1 )
115
+ timers (1.1.0 )
116
+ uglifier (2.0.1 )
117
+ execjs (>= 0.3.0 )
118
+ multi_json (~> 1.0 , >= 1.0.2 )
119
+ zurb-foundation (4.3.2 )
120
+ sass (>= 3.2.0 )
121
+
122
+ PLATFORMS
123
+ ruby
124
+
125
+ DEPENDENCIES
126
+ aweplug !
127
+ awestruct (~> 0.5.4.rc3 )
128
+ kramdown (~> 1.0.1 )
129
+ pry
130
+ rake (~> 10.0.4 )
Original file line number Diff line number Diff line change
1
+ require 'aweplug/extensions/kramdown_demo'
2
+
3
+ task :default do
4
+
5
+ demo = Aweplug ::Extensions ::Kramdown ::Demo . new ( {
6
+ :push_to_searchisko => false ,
7
+ :url => 'demos.yaml' ,
8
+ :layout => 'get-started-item' ,
9
+ :output_dir => '_site/demos' } )
10
+ site = OpenStruct . new ( { :dir => '_site' , :pages => [ ] } ) ;
11
+ demo . execute ( site )
12
+ end
13
+
You can’t perform that action at this time.
0 commit comments