File tree Expand file tree Collapse file tree 3 files changed +64
-38
lines changed Expand file tree Collapse file tree 3 files changed +64
-38
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,16 @@ gem 'rake', '~> 10.0.3'
6
6
gem 'sass' , '~> 3.2.5'
7
7
gem 'zurb-foundation' , '~> 4.0.5' , require : false
8
8
9
- gem 'middleman' , '~> 3.1.0'
9
+ gem 'middleman' , '~> 3.2.0'
10
+ gem 'middleman-deploy' , '~> 1.0'
10
11
gem 'builder'
11
12
gem 'sitemap_generator'
12
13
gem 'coffee-script'
13
14
gem 'nokogiri'
14
15
gem 'redcarpet'
15
16
gem 'pygments.rb'
16
17
18
+
17
19
gem 'html5-boilerplate' , :require => 'html5-boilerplate' ,
18
20
:git => 'git://github.com/edenspiekermann/compass-html5-boilerplate.git' ,
19
21
:branch => 'padrino'
Original file line number Diff line number Diff line change 9
9
GEM
10
10
remote: https://rubygems.org/
11
11
specs:
12
- activesupport (3.2.12 )
13
- i18n (~> 0.6 )
12
+ activesupport (3.2.22 )
13
+ i18n (~> 0.6 , >= 0.6.4 )
14
14
multi_json (~> 1.0 )
15
15
builder (3.2.0 )
16
16
chunky_png (1.2.7 )
24
24
sass (~> 3.1 )
25
25
execjs (1.4.0 )
26
26
multi_json (~> 1.0 )
27
- ffi (1.4.0 )
27
+ ffi (1.9.10 )
28
28
fssm (0.2.10 )
29
- haml (4.0.3 )
29
+ haml (4.0.7 )
30
30
tilt
31
31
hike (1.2.3 )
32
- i18n (0.6.4 )
32
+ i18n (0.6.11 )
33
33
icalendar (1.2.2 )
34
- kramdown (1.1.0 )
35
- listen (1.2.3 )
34
+ json (1.8.3 )
35
+ kramdown (1.9.0 )
36
+ listen (1.3.1 )
36
37
rb-fsevent (>= 0.9.3 )
37
38
rb-inotify (>= 0.9 )
38
39
rb-kqueue (>= 0.2 )
39
- middleman (3.1.5 )
40
+ middleman (3.2.2 )
40
41
coffee-script (~> 2.2.0 )
41
42
compass (>= 0.12.2 )
42
43
execjs (~> 1.4.0 )
43
44
haml (>= 3.1.6 )
44
- kramdown (~> 1.1.0 )
45
- middleman-core (= 3.1.5 )
46
- middleman-more (= 3.1.5 )
45
+ kramdown (~> 1.2 )
46
+ middleman-core (= 3.2.2 )
47
47
middleman-sprockets (>= 3.1.2 )
48
48
sass (>= 3.1.20 )
49
- uglifier (~> 2.1 .0 )
50
- middleman-core (3.1.5 )
49
+ uglifier (~> 2.4 .0 )
50
+ middleman-core (3.2.2 )
51
51
activesupport (~> 3.2.6 )
52
52
bundler (~> 1.1 )
53
- i18n (~> 0.6.1 )
54
- listen (~> 1.2.2 )
53
+ i18n (~> 0.6.9 )
54
+ listen (~> 1.1 )
55
55
rack (>= 1.4.5 )
56
56
rack-test (~> 0.6.1 )
57
57
thor (>= 0.15.2 , < 2.0 )
58
- tilt (~> 1.3.6 )
59
- middleman-more (3.1.5 )
60
- middleman-sprockets (3.1.4 )
61
- middleman-core (>= 3.0.14 )
62
- middleman-more (>= 3.0.14 )
63
- sprockets (~> 2.1 )
64
- sprockets-helpers (~> 1.0.0 )
65
- sprockets-sass (~> 1.0.0 )
58
+ tilt (~> 1.4.1 )
59
+ middleman-deploy (1.0.0 )
60
+ middleman-core (>= 3.2 )
61
+ net-sftp
62
+ ptools
63
+ middleman-sprockets (3.3.3 )
64
+ middleman-core (>= 3.2 )
65
+ sprockets (~> 2.2 )
66
+ sprockets-helpers (~> 1.1.0 )
67
+ sprockets-sass (~> 1.1.0 )
66
68
mini_portile (0.6.2 )
67
- multi_json (1.6.1 )
69
+ multi_json (1.11.2 )
70
+ net-sftp (2.1.2 )
71
+ net-ssh (>= 2.6.5 )
72
+ net-ssh (3.0.1 )
68
73
nokogiri (1.6.6.2 )
69
74
mini_portile (~> 0.6.0 )
70
75
posix-spawn (0.3.6 )
76
+ ptools (1.3.3 )
71
77
puma (1.6.3 )
72
78
rack (~> 1.2 )
73
79
pygments.rb (0.4.2 )
74
80
posix-spawn (~> 0.3.6 )
75
81
yajl-ruby (~> 1.1.0 )
76
- rack (1.4.5 )
82
+ rack (1.6.4 )
77
83
rack-contrib (1.1.0 )
78
84
rack (>= 0.9.1 )
79
85
rack-rewrite (1.3.3 )
80
- rack-test (0.6.2 )
86
+ rack-test (0.6.3 )
81
87
rack (>= 1.0 )
82
88
rake (10.0.3 )
83
- rb-fsevent (0.9.3 )
84
- rb-inotify (0.9.0 )
89
+ rb-fsevent (0.9.6 )
90
+ rb-inotify (0.9.5 )
85
91
ffi (>= 0.5.0 )
86
- rb-kqueue (0.2.0 )
92
+ rb-kqueue (0.2.4 )
87
93
ffi (>= 0.5.0 )
88
94
redcarpet (2.2.2 )
89
95
sass (3.2.6 )
90
96
sitemap_generator (3.4 )
91
97
builder
92
- sprockets (2.10.0 )
98
+ sprockets (2.12.4 )
93
99
hike (~> 1.2 )
94
100
multi_json (~> 1.0 )
95
101
rack (~> 1.0 )
96
102
tilt (~> 1.1 , != 1.3.0 )
97
- sprockets-helpers (1.0.1 )
103
+ sprockets-helpers (1.1.0 )
98
104
sprockets (~> 2.0 )
99
- sprockets-sass (1.0.2 )
105
+ sprockets-sass (1.1.0 )
100
106
sprockets (~> 2.0 )
101
107
tilt (~> 1.1 )
102
- thor (0.18 .1 )
103
- tilt (1.3.7 )
104
- uglifier (2.1.2 )
108
+ thor (0.19 .1 )
109
+ tilt (1.4.1 )
110
+ uglifier (2.4.0 )
105
111
execjs (>= 0.3.0 )
106
- multi_json ( ~> 1.0 , > = 1.0.2 )
112
+ json ( > = 1.8.0 )
107
113
yajl-ruby (1.1.0 )
108
114
zurb-foundation (4.0.5 )
109
115
sass (>= 3.2.0 )
@@ -116,7 +122,8 @@ DEPENDENCIES
116
122
coffee-script
117
123
html5-boilerplate !
118
124
icalendar
119
- middleman (~> 3.1.0 )
125
+ middleman (~> 3.2.0 )
126
+ middleman-deploy (~> 1.0 )
120
127
nokogiri
121
128
puma (~> 1.6.3 )
122
129
pygments.rb
Original file line number Diff line number Diff line change 62
62
63
63
set :images_dir , 'images'
64
64
65
+ # Github Pages
66
+ activate :deploy do |deploy |
67
+ deploy . method = :git
68
+ # remote is optional (default is "origin")
69
+ # run `git remote -v` to see a list of possible remotes
70
+ deploy . remote = "origin"
71
+
72
+ # branch is optional (default is "gh-pages")
73
+ # run `git branch -a` to see a list of possible branches
74
+ deploy . branch = "gh-pages"
75
+
76
+ # strategy is optional (default is :force_push)
77
+ deploy . strategy = :force_push
78
+
79
+ deploy . build_before = true
80
+ end
81
+
65
82
# Build-specific configuration
66
83
configure :build do
67
84
# For example, change the Compass output style for deployment
You can’t perform that action at this time.
0 commit comments