Skip to content

Commit db11a81

Browse files
committed
3.0.0.rc2
1 parent a923341 commit db11a81

14 files changed

Lines changed: 114 additions & 40 deletions

Gemfile.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: .
33
specs:
4-
pug-rails (2.0.3)
5-
pug-ruby (~> 1.0)
4+
pug-rails (3.0.0.rc2)
5+
pug-ruby (~> 2.0.0.rc2)
66

77
GEM
88
remote: https://rubygems.org/
@@ -54,13 +54,16 @@ GEM
5454
coderay (1.1.1)
5555
concurrent-ruby (1.0.5)
5656
erubi (1.6.1)
57+
execjs (2.7.0)
5758
globalid (0.4.0)
5859
activesupport (>= 4.2.0)
5960
i18n (0.8.6)
6061
loofah (2.0.3)
6162
nokogiri (>= 1.5.9)
6263
mail (2.6.6)
6364
mime-types (>= 1.16, < 4)
65+
memoist (0.16.0)
66+
method-not-implemented (1.0.1)
6467
method_source (0.8.2)
6568
mime-types (3.1)
6669
mime-types-data (~> 3.2015)
@@ -78,7 +81,11 @@ GEM
7881
pry-byebug (3.4.2)
7982
byebug (~> 9.0)
8083
pry (~> 0.10)
81-
pug-ruby (1.0.2)
84+
pug-ruby (2.0.0.rc2)
85+
execjs (~> 2.0)
86+
memoist (~> 0.15)
87+
method-not-implemented (~> 1.0, >= 1.0.1)
88+
regexp-match-polyfill (~> 1.0, >= 1.0.2)
8289
rack (2.0.3)
8390
rack-test (0.6.3)
8491
rack (>= 1.0)
@@ -106,6 +113,7 @@ GEM
106113
rake (>= 0.8.7)
107114
thor (>= 0.18.1, < 2.0)
108115
rake (10.5.0)
116+
regexp-match-polyfill (1.0.2)
109117
slop (3.6.0)
110118
sprockets (3.7.1)
111119
concurrent-ruby (~> 1.0)
@@ -138,4 +146,4 @@ DEPENDENCIES
138146
test-unit (~> 3.1)
139147

140148
BUNDLED WITH
141-
1.15.3
149+
1.15.4

gemfiles/rails_3.1.gemfile.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: ..
33
specs:
4-
pug-rails (2.0.3)
5-
pug-ruby (~> 1.0)
4+
pug-rails (3.0.0.rc2)
5+
pug-ruby (~> 2.0.0.rc2)
66

77
GEM
88
remote: https://rubygems.org/
@@ -43,13 +43,16 @@ GEM
4343
byebug (9.0.6)
4444
coderay (1.1.1)
4545
erubis (2.7.0)
46+
execjs (2.7.0)
4647
hike (1.2.3)
4748
i18n (0.8.6)
4849
journey (1.0.4)
4950
json (1.8.6)
5051
mail (2.5.5)
5152
mime-types (~> 1.16)
5253
treetop (~> 1.4.8)
54+
memoist (0.16.0)
55+
method-not-implemented (1.0.1)
5356
method_source (0.8.2)
5457
mime-types (1.25.1)
5558
mini_portile2 (2.1.0)
@@ -65,7 +68,11 @@ GEM
6568
pry-byebug (3.4.2)
6669
byebug (~> 9.0)
6770
pry (~> 0.10)
68-
pug-ruby (1.0.2)
71+
pug-ruby (2.0.0.rc2)
72+
execjs (~> 2.0)
73+
memoist (~> 0.15)
74+
method-not-implemented (~> 1.0, >= 1.0.1)
75+
regexp-match-polyfill (~> 1.0, >= 1.0.2)
6976
rack (1.4.7)
7077
rack-cache (1.7.0)
7178
rack (>= 0.4)
@@ -91,6 +98,7 @@ GEM
9198
rake (10.5.0)
9299
rdoc (3.12.2)
93100
json (~> 1.4)
101+
regexp-match-polyfill (1.0.2)
94102
slop (3.6.0)
95103
sprockets (2.2.3)
96104
hike (~> 1.2)
@@ -121,4 +129,4 @@ DEPENDENCIES
121129
test-unit (~> 3.1)
122130

123131
BUNDLED WITH
124-
1.15.3
132+
1.15.4

gemfiles/rails_3.2.gemfile.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: ..
33
specs:
4-
pug-rails (2.0.3)
5-
pug-ruby (~> 1.0)
4+
pug-rails (3.0.0.rc2)
5+
pug-ruby (~> 2.0.0.rc2)
66

77
GEM
88
remote: https://rubygems.org/
@@ -43,13 +43,16 @@ GEM
4343
byebug (9.0.6)
4444
coderay (1.1.1)
4545
erubis (2.7.0)
46+
execjs (2.7.0)
4647
hike (1.2.3)
4748
i18n (0.8.6)
4849
journey (1.0.4)
4950
json (1.8.6)
5051
mail (2.5.5)
5152
mime-types (~> 1.16)
5253
treetop (~> 1.4.8)
54+
memoist (0.16.0)
55+
method-not-implemented (1.0.1)
5356
method_source (0.8.2)
5457
mime-types (1.25.1)
5558
mini_portile2 (2.1.0)
@@ -65,7 +68,11 @@ GEM
6568
pry-byebug (3.4.2)
6669
byebug (~> 9.0)
6770
pry (~> 0.10)
68-
pug-ruby (1.0.2)
71+
pug-ruby (2.0.0.rc2)
72+
execjs (~> 2.0)
73+
memoist (~> 0.15)
74+
method-not-implemented (~> 1.0, >= 1.0.1)
75+
regexp-match-polyfill (~> 1.0, >= 1.0.2)
6976
rack (1.4.7)
7077
rack-cache (1.7.0)
7178
rack (>= 0.4)
@@ -91,6 +98,7 @@ GEM
9198
rake (10.5.0)
9299
rdoc (3.12.2)
93100
json (~> 1.4)
101+
regexp-match-polyfill (1.0.2)
94102
slop (3.6.0)
95103
sprockets (2.2.3)
96104
hike (~> 1.2)
@@ -121,4 +129,4 @@ DEPENDENCIES
121129
test-unit (~> 3.1)
122130

123131
BUNDLED WITH
124-
1.15.3
132+
1.15.4

gemfiles/rails_4.1_with_sprockets_2.gemfile.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: ..
33
specs:
4-
pug-rails (2.0.3)
5-
pug-ruby (~> 1.0)
4+
pug-rails (3.0.0.rc2)
5+
pug-ruby (~> 2.0.0.rc2)
66

77
GEM
88
remote: https://rubygems.org/
@@ -50,6 +50,7 @@ GEM
5050
byebug (9.0.6)
5151
coderay (1.1.1)
5252
erubis (2.7.0)
53+
execjs (2.7.0)
5354
globalid (0.4.0)
5455
activesupport (>= 4.2.0)
5556
hike (1.2.3)
@@ -58,6 +59,8 @@ GEM
5859
nokogiri (>= 1.5.9)
5960
mail (2.6.6)
6061
mime-types (>= 1.16, < 4)
62+
memoist (0.16.0)
63+
method-not-implemented (1.0.1)
6164
method_source (0.8.2)
6265
mime-types (3.1)
6366
mime-types-data (~> 3.2015)
@@ -75,7 +78,11 @@ GEM
7578
pry-byebug (3.4.2)
7679
byebug (~> 9.0)
7780
pry (~> 0.10)
78-
pug-ruby (1.0.2)
81+
pug-ruby (2.0.0.rc2)
82+
execjs (~> 2.0)
83+
memoist (~> 0.15)
84+
method-not-implemented (~> 1.0, >= 1.0.1)
85+
regexp-match-polyfill (~> 1.0, >= 1.0.2)
7986
rack (1.6.8)
8087
rack-test (0.6.3)
8188
rack (>= 1.0)
@@ -104,6 +111,7 @@ GEM
104111
rake (>= 0.8.7)
105112
thor (>= 0.18.1, < 2.0)
106113
rake (10.5.0)
114+
regexp-match-polyfill (1.0.2)
107115
slop (3.6.0)
108116
sprockets (2.12.4)
109117
hike (~> 1.2)
@@ -137,4 +145,4 @@ DEPENDENCIES
137145
test-unit (~> 3.1)
138146

139147
BUNDLED WITH
140-
1.15.3
148+
1.15.4

gemfiles/rails_4.1_with_sprockets_3.gemfile.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: ..
33
specs:
4-
pug-rails (2.0.3)
5-
pug-ruby (~> 1.0)
4+
pug-rails (3.0.0.rc2)
5+
pug-ruby (~> 2.0.0.rc2)
66

77
GEM
88
remote: https://rubygems.org/
@@ -51,13 +51,16 @@ GEM
5151
coderay (1.1.1)
5252
concurrent-ruby (1.0.5)
5353
erubis (2.7.0)
54+
execjs (2.7.0)
5455
globalid (0.4.0)
5556
activesupport (>= 4.2.0)
5657
i18n (0.8.6)
5758
loofah (2.0.3)
5859
nokogiri (>= 1.5.9)
5960
mail (2.6.6)
6061
mime-types (>= 1.16, < 4)
62+
memoist (0.16.0)
63+
method-not-implemented (1.0.1)
6164
method_source (0.8.2)
6265
mime-types (3.1)
6366
mime-types-data (~> 3.2015)
@@ -74,7 +77,11 @@ GEM
7477
pry-byebug (3.4.2)
7578
byebug (~> 9.0)
7679
pry (~> 0.10)
77-
pug-ruby (1.0.2)
80+
pug-ruby (2.0.0.rc2)
81+
execjs (~> 2.0)
82+
memoist (~> 0.15)
83+
method-not-implemented (~> 1.0, >= 1.0.1)
84+
regexp-match-polyfill (~> 1.0, >= 1.0.2)
7885
rack (1.6.8)
7986
rack-test (0.6.3)
8087
rack (>= 1.0)
@@ -103,6 +110,7 @@ GEM
103110
rake (>= 0.8.7)
104111
thor (>= 0.18.1, < 2.0)
105112
rake (10.5.0)
113+
regexp-match-polyfill (1.0.2)
106114
slop (3.6.0)
107115
sprockets (3.7.1)
108116
concurrent-ruby (~> 1.0)
@@ -133,4 +141,4 @@ DEPENDENCIES
133141
test-unit (~> 3.1)
134142

135143
BUNDLED WITH
136-
1.15.3
144+
1.15.4

gemfiles/rails_4.2_with_sprockets_2.gemfile.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: ..
33
specs:
4-
pug-rails (2.0.3)
5-
pug-ruby (~> 1.0)
4+
pug-rails (3.0.0.rc2)
5+
pug-ruby (~> 2.0.0.rc2)
66

77
GEM
88
remote: https://rubygems.org/
@@ -50,6 +50,7 @@ GEM
5050
byebug (9.0.6)
5151
coderay (1.1.1)
5252
erubis (2.7.0)
53+
execjs (2.7.0)
5354
globalid (0.4.0)
5455
activesupport (>= 4.2.0)
5556
hike (1.2.3)
@@ -58,6 +59,8 @@ GEM
5859
nokogiri (>= 1.5.9)
5960
mail (2.6.6)
6061
mime-types (>= 1.16, < 4)
62+
memoist (0.16.0)
63+
method-not-implemented (1.0.1)
6164
method_source (0.8.2)
6265
mime-types (3.1)
6366
mime-types-data (~> 3.2015)
@@ -75,7 +78,11 @@ GEM
7578
pry-byebug (3.4.2)
7679
byebug (~> 9.0)
7780
pry (~> 0.10)
78-
pug-ruby (1.0.2)
81+
pug-ruby (2.0.0.rc2)
82+
execjs (~> 2.0)
83+
memoist (~> 0.15)
84+
method-not-implemented (~> 1.0, >= 1.0.1)
85+
regexp-match-polyfill (~> 1.0, >= 1.0.2)
7986
rack (1.6.8)
8087
rack-test (0.6.3)
8188
rack (>= 1.0)
@@ -104,6 +111,7 @@ GEM
104111
rake (>= 0.8.7)
105112
thor (>= 0.18.1, < 2.0)
106113
rake (10.5.0)
114+
regexp-match-polyfill (1.0.2)
107115
slop (3.6.0)
108116
sprockets (2.12.4)
109117
hike (~> 1.2)
@@ -137,4 +145,4 @@ DEPENDENCIES
137145
test-unit (~> 3.1)
138146

139147
BUNDLED WITH
140-
1.15.3
148+
1.15.4

gemfiles/rails_4.2_with_sprockets_3.gemfile.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: ..
33
specs:
4-
pug-rails (2.0.3)
5-
pug-ruby (~> 1.0)
4+
pug-rails (3.0.0.rc2)
5+
pug-ruby (~> 2.0.0.rc2)
66

77
GEM
88
remote: https://rubygems.org/
@@ -51,13 +51,16 @@ GEM
5151
coderay (1.1.1)
5252
concurrent-ruby (1.0.5)
5353
erubis (2.7.0)
54+
execjs (2.7.0)
5455
globalid (0.4.0)
5556
activesupport (>= 4.2.0)
5657
i18n (0.8.6)
5758
loofah (2.0.3)
5859
nokogiri (>= 1.5.9)
5960
mail (2.6.6)
6061
mime-types (>= 1.16, < 4)
62+
memoist (0.16.0)
63+
method-not-implemented (1.0.1)
6164
method_source (0.8.2)
6265
mime-types (3.1)
6366
mime-types-data (~> 3.2015)
@@ -74,7 +77,11 @@ GEM
7477
pry-byebug (3.4.2)
7578
byebug (~> 9.0)
7679
pry (~> 0.10)
77-
pug-ruby (1.0.2)
80+
pug-ruby (2.0.0.rc2)
81+
execjs (~> 2.0)
82+
memoist (~> 0.15)
83+
method-not-implemented (~> 1.0, >= 1.0.1)
84+
regexp-match-polyfill (~> 1.0, >= 1.0.2)
7885
rack (1.6.8)
7986
rack-test (0.6.3)
8087
rack (>= 1.0)
@@ -103,6 +110,7 @@ GEM
103110
rake (>= 0.8.7)
104111
thor (>= 0.18.1, < 2.0)
105112
rake (10.5.0)
113+
regexp-match-polyfill (1.0.2)
106114
slop (3.6.0)
107115
sprockets (3.7.1)
108116
concurrent-ruby (~> 1.0)
@@ -133,4 +141,4 @@ DEPENDENCIES
133141
test-unit (~> 3.1)
134142

135143
BUNDLED WITH
136-
1.15.3
144+
1.15.4

0 commit comments

Comments
 (0)