pug-rails 3.0.0.rc1 → 3.0.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 70ce5b720ce6fcf9c79f2dd3596fb929f35b53fa
4
- data.tar.gz: fa8616ee5ebc02ec00599cf3f0e65e99455e1942
3
+ metadata.gz: 6fc81768eb8741e111bc767a4d07a7e939da400e
4
+ data.tar.gz: 9f69c35bbb88d7b39e7248586f6dfcf390dff3e7
5
5
  SHA512:
6
- metadata.gz: 765266102854ec5a2126f635f4eb44039210c76dce86fadf1e8924025ce58262c6b8242e9f7955f3b4d45c2c8c1095e16bd69ac59bedd661bfa579b8852a990a
7
- data.tar.gz: dc0b51a30a494b0b30cc5338f1a98b539ec0150c3fa83d781570af768dec99728ae2c964313354705d2d886a19e0752f18eae5f5062a022d6c2448491097031c
6
+ metadata.gz: 7fa15213a94bdf291b081d5a96ad06284bc5e3e6f6e44b0356a8e0acc698b30133ff4dcc20db86d2d5028de4f31b341c11a087503132fc4b3e8a851a8483c675
7
+ data.tar.gz: 944447764c5d10b0802e3e1b6c184f3442db0eeae8e3b2737937867c9cee62d4ad1a6e8d1e919445f5737db516079f6b006d4f09aa2fea5a090f46c2aef5e900
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  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)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -54,6 +54,7 @@ GEM
54
54
  coderay (1.1.1)
55
55
  concurrent-ruby (1.0.5)
56
56
  erubi (1.6.1)
57
+ execjs (2.7.0)
57
58
  globalid (0.4.0)
58
59
  activesupport (>= 4.2.0)
59
60
  i18n (0.8.6)
@@ -61,6 +62,8 @@ GEM
61
62
  nokogiri (>= 1.5.9)
62
63
  mail (2.6.6)
63
64
  mime-types (>= 1.16, < 4)
65
+ memoist (0.16.0)
66
+ method-not-implemented (1.0.1)
64
67
  method_source (0.8.2)
65
68
  mime-types (3.1)
66
69
  mime-types-data (~> 3.2015)
@@ -78,7 +81,11 @@ GEM
78
81
  pry-byebug (3.4.2)
79
82
  byebug (~> 9.0)
80
83
  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)
82
89
  rack (2.0.3)
83
90
  rack-test (0.6.3)
84
91
  rack (>= 1.0)
@@ -106,6 +113,7 @@ GEM
106
113
  rake (>= 0.8.7)
107
114
  thor (>= 0.18.1, < 2.0)
108
115
  rake (10.5.0)
116
+ regexp-match-polyfill (1.0.2)
109
117
  slop (3.6.0)
110
118
  sprockets (3.7.1)
111
119
  concurrent-ruby (~> 1.0)
@@ -138,4 +146,4 @@ DEPENDENCIES
138
146
  test-unit (~> 3.1)
139
147
 
140
148
  BUNDLED WITH
141
- 1.15.3
149
+ 1.15.4
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  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)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -43,6 +43,7 @@ GEM
43
43
  byebug (9.0.6)
44
44
  coderay (1.1.1)
45
45
  erubis (2.7.0)
46
+ execjs (2.7.0)
46
47
  hike (1.2.3)
47
48
  i18n (0.8.6)
48
49
  journey (1.0.4)
@@ -50,6 +51,8 @@ GEM
50
51
  mail (2.5.5)
51
52
  mime-types (~> 1.16)
52
53
  treetop (~> 1.4.8)
54
+ memoist (0.16.0)
55
+ method-not-implemented (1.0.1)
53
56
  method_source (0.8.2)
54
57
  mime-types (1.25.1)
55
58
  mini_portile2 (2.1.0)
@@ -65,7 +68,11 @@ GEM
65
68
  pry-byebug (3.4.2)
66
69
  byebug (~> 9.0)
67
70
  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)
69
76
  rack (1.4.7)
70
77
  rack-cache (1.7.0)
71
78
  rack (>= 0.4)
@@ -91,6 +98,7 @@ GEM
91
98
  rake (10.5.0)
92
99
  rdoc (3.12.2)
93
100
  json (~> 1.4)
101
+ regexp-match-polyfill (1.0.2)
94
102
  slop (3.6.0)
95
103
  sprockets (2.2.3)
96
104
  hike (~> 1.2)
@@ -121,4 +129,4 @@ DEPENDENCIES
121
129
  test-unit (~> 3.1)
122
130
 
123
131
  BUNDLED WITH
124
- 1.15.3
132
+ 1.15.4
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  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)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -43,6 +43,7 @@ GEM
43
43
  byebug (9.0.6)
44
44
  coderay (1.1.1)
45
45
  erubis (2.7.0)
46
+ execjs (2.7.0)
46
47
  hike (1.2.3)
47
48
  i18n (0.8.6)
48
49
  journey (1.0.4)
@@ -50,6 +51,8 @@ GEM
50
51
  mail (2.5.5)
51
52
  mime-types (~> 1.16)
52
53
  treetop (~> 1.4.8)
54
+ memoist (0.16.0)
55
+ method-not-implemented (1.0.1)
53
56
  method_source (0.8.2)
54
57
  mime-types (1.25.1)
55
58
  mini_portile2 (2.1.0)
@@ -65,7 +68,11 @@ GEM
65
68
  pry-byebug (3.4.2)
66
69
  byebug (~> 9.0)
67
70
  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)
69
76
  rack (1.4.7)
70
77
  rack-cache (1.7.0)
71
78
  rack (>= 0.4)
@@ -91,6 +98,7 @@ GEM
91
98
  rake (10.5.0)
92
99
  rdoc (3.12.2)
93
100
  json (~> 1.4)
101
+ regexp-match-polyfill (1.0.2)
94
102
  slop (3.6.0)
95
103
  sprockets (2.2.3)
96
104
  hike (~> 1.2)
@@ -121,4 +129,4 @@ DEPENDENCIES
121
129
  test-unit (~> 3.1)
122
130
 
123
131
  BUNDLED WITH
124
- 1.15.3
132
+ 1.15.4
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  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)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -50,6 +50,7 @@ GEM
50
50
  byebug (9.0.6)
51
51
  coderay (1.1.1)
52
52
  erubis (2.7.0)
53
+ execjs (2.7.0)
53
54
  globalid (0.4.0)
54
55
  activesupport (>= 4.2.0)
55
56
  hike (1.2.3)
@@ -58,6 +59,8 @@ GEM
58
59
  nokogiri (>= 1.5.9)
59
60
  mail (2.6.6)
60
61
  mime-types (>= 1.16, < 4)
62
+ memoist (0.16.0)
63
+ method-not-implemented (1.0.1)
61
64
  method_source (0.8.2)
62
65
  mime-types (3.1)
63
66
  mime-types-data (~> 3.2015)
@@ -75,7 +78,11 @@ GEM
75
78
  pry-byebug (3.4.2)
76
79
  byebug (~> 9.0)
77
80
  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)
79
86
  rack (1.6.8)
80
87
  rack-test (0.6.3)
81
88
  rack (>= 1.0)
@@ -104,6 +111,7 @@ GEM
104
111
  rake (>= 0.8.7)
105
112
  thor (>= 0.18.1, < 2.0)
106
113
  rake (10.5.0)
114
+ regexp-match-polyfill (1.0.2)
107
115
  slop (3.6.0)
108
116
  sprockets (2.12.4)
109
117
  hike (~> 1.2)
@@ -137,4 +145,4 @@ DEPENDENCIES
137
145
  test-unit (~> 3.1)
138
146
 
139
147
  BUNDLED WITH
140
- 1.15.3
148
+ 1.15.4
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  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)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -51,6 +51,7 @@ GEM
51
51
  coderay (1.1.1)
52
52
  concurrent-ruby (1.0.5)
53
53
  erubis (2.7.0)
54
+ execjs (2.7.0)
54
55
  globalid (0.4.0)
55
56
  activesupport (>= 4.2.0)
56
57
  i18n (0.8.6)
@@ -58,6 +59,8 @@ GEM
58
59
  nokogiri (>= 1.5.9)
59
60
  mail (2.6.6)
60
61
  mime-types (>= 1.16, < 4)
62
+ memoist (0.16.0)
63
+ method-not-implemented (1.0.1)
61
64
  method_source (0.8.2)
62
65
  mime-types (3.1)
63
66
  mime-types-data (~> 3.2015)
@@ -74,7 +77,11 @@ GEM
74
77
  pry-byebug (3.4.2)
75
78
  byebug (~> 9.0)
76
79
  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)
78
85
  rack (1.6.8)
79
86
  rack-test (0.6.3)
80
87
  rack (>= 1.0)
@@ -103,6 +110,7 @@ GEM
103
110
  rake (>= 0.8.7)
104
111
  thor (>= 0.18.1, < 2.0)
105
112
  rake (10.5.0)
113
+ regexp-match-polyfill (1.0.2)
106
114
  slop (3.6.0)
107
115
  sprockets (3.7.1)
108
116
  concurrent-ruby (~> 1.0)
@@ -133,4 +141,4 @@ DEPENDENCIES
133
141
  test-unit (~> 3.1)
134
142
 
135
143
  BUNDLED WITH
136
- 1.15.3
144
+ 1.15.4
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  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)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -50,6 +50,7 @@ GEM
50
50
  byebug (9.0.6)
51
51
  coderay (1.1.1)
52
52
  erubis (2.7.0)
53
+ execjs (2.7.0)
53
54
  globalid (0.4.0)
54
55
  activesupport (>= 4.2.0)
55
56
  hike (1.2.3)
@@ -58,6 +59,8 @@ GEM
58
59
  nokogiri (>= 1.5.9)
59
60
  mail (2.6.6)
60
61
  mime-types (>= 1.16, < 4)
62
+ memoist (0.16.0)
63
+ method-not-implemented (1.0.1)
61
64
  method_source (0.8.2)
62
65
  mime-types (3.1)
63
66
  mime-types-data (~> 3.2015)
@@ -75,7 +78,11 @@ GEM
75
78
  pry-byebug (3.4.2)
76
79
  byebug (~> 9.0)
77
80
  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)
79
86
  rack (1.6.8)
80
87
  rack-test (0.6.3)
81
88
  rack (>= 1.0)
@@ -104,6 +111,7 @@ GEM
104
111
  rake (>= 0.8.7)
105
112
  thor (>= 0.18.1, < 2.0)
106
113
  rake (10.5.0)
114
+ regexp-match-polyfill (1.0.2)
107
115
  slop (3.6.0)
108
116
  sprockets (2.12.4)
109
117
  hike (~> 1.2)
@@ -137,4 +145,4 @@ DEPENDENCIES
137
145
  test-unit (~> 3.1)
138
146
 
139
147
  BUNDLED WITH
140
- 1.15.3
148
+ 1.15.4
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  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)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -51,6 +51,7 @@ GEM
51
51
  coderay (1.1.1)
52
52
  concurrent-ruby (1.0.5)
53
53
  erubis (2.7.0)
54
+ execjs (2.7.0)
54
55
  globalid (0.4.0)
55
56
  activesupport (>= 4.2.0)
56
57
  i18n (0.8.6)
@@ -58,6 +59,8 @@ GEM
58
59
  nokogiri (>= 1.5.9)
59
60
  mail (2.6.6)
60
61
  mime-types (>= 1.16, < 4)
62
+ memoist (0.16.0)
63
+ method-not-implemented (1.0.1)
61
64
  method_source (0.8.2)
62
65
  mime-types (3.1)
63
66
  mime-types-data (~> 3.2015)
@@ -74,7 +77,11 @@ GEM
74
77
  pry-byebug (3.4.2)
75
78
  byebug (~> 9.0)
76
79
  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)
78
85
  rack (1.6.8)
79
86
  rack-test (0.6.3)
80
87
  rack (>= 1.0)
@@ -103,6 +110,7 @@ GEM
103
110
  rake (>= 0.8.7)
104
111
  thor (>= 0.18.1, < 2.0)
105
112
  rake (10.5.0)
113
+ regexp-match-polyfill (1.0.2)
106
114
  slop (3.6.0)
107
115
  sprockets (3.7.1)
108
116
  concurrent-ruby (~> 1.0)
@@ -133,4 +141,4 @@ DEPENDENCIES
133
141
  test-unit (~> 3.1)
134
142
 
135
143
  BUNDLED WITH
136
- 1.15.3
144
+ 1.15.4
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  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)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -54,6 +54,7 @@ GEM
54
54
  coderay (1.1.1)
55
55
  concurrent-ruby (1.0.5)
56
56
  erubi (1.6.1)
57
+ execjs (2.7.0)
57
58
  globalid (0.4.0)
58
59
  activesupport (>= 4.2.0)
59
60
  i18n (0.8.6)
@@ -61,6 +62,8 @@ GEM
61
62
  nokogiri (>= 1.5.9)
62
63
  mail (2.6.6)
63
64
  mime-types (>= 1.16, < 4)
65
+ memoist (0.16.0)
66
+ method-not-implemented (1.0.1)
64
67
  method_source (0.8.2)
65
68
  mime-types (3.1)
66
69
  mime-types-data (~> 3.2015)
@@ -78,7 +81,11 @@ GEM
78
81
  pry-byebug (3.4.2)
79
82
  byebug (~> 9.0)
80
83
  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)
82
89
  rack (2.0.3)
83
90
  rack-test (0.6.3)
84
91
  rack (>= 1.0)
@@ -106,6 +113,7 @@ GEM
106
113
  rake (>= 0.8.7)
107
114
  thor (>= 0.18.1, < 2.0)
108
115
  rake (10.5.0)
116
+ regexp-match-polyfill (1.0.2)
109
117
  slop (3.6.0)
110
118
  sprockets (3.7.1)
111
119
  concurrent-ruby (~> 1.0)
@@ -139,4 +147,4 @@ DEPENDENCIES
139
147
  test-unit (~> 3.1)
140
148
 
141
149
  BUNDLED WITH
142
- 1.15.3
150
+ 1.15.4
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  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)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -54,6 +54,7 @@ GEM
54
54
  coderay (1.1.1)
55
55
  concurrent-ruby (1.0.5)
56
56
  erubi (1.6.1)
57
+ execjs (2.7.0)
57
58
  globalid (0.4.0)
58
59
  activesupport (>= 4.2.0)
59
60
  i18n (0.8.6)
@@ -61,6 +62,8 @@ GEM
61
62
  nokogiri (>= 1.5.9)
62
63
  mail (2.6.6)
63
64
  mime-types (>= 1.16, < 4)
65
+ memoist (0.16.0)
66
+ method-not-implemented (1.0.1)
64
67
  method_source (0.8.2)
65
68
  mime-types (3.1)
66
69
  mime-types-data (~> 3.2015)
@@ -78,7 +81,11 @@ GEM
78
81
  pry-byebug (3.4.2)
79
82
  byebug (~> 9.0)
80
83
  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)
82
89
  rack (2.0.3)
83
90
  rack-test (0.6.3)
84
91
  rack (>= 1.0)
@@ -106,6 +113,7 @@ GEM
106
113
  rake (>= 0.8.7)
107
114
  thor (>= 0.18.1, < 2.0)
108
115
  rake (10.5.0)
116
+ regexp-match-polyfill (1.0.2)
109
117
  slop (3.6.0)
110
118
  sprockets (3.7.1)
111
119
  concurrent-ruby (~> 1.0)
@@ -139,4 +147,4 @@ DEPENDENCIES
139
147
  test-unit (~> 3.1)
140
148
 
141
149
  BUNDLED WITH
142
- 1.15.3
150
+ 1.15.4
@@ -48,7 +48,7 @@ module Jade
48
48
  PUG_RAILS_GEM_VERSION,
49
49
  Jade.compiler.version,
50
50
  Jade.compiler.class.name,
51
- Digest::SHA1.hexdigest(Jade.config.to_h.to_a.flatten.map(&:to_s).join(""))
51
+ Digest::SHA1.hexdigest(Jade.config.to_h.to_a.flatten.map(&:to_s).join(","))
52
52
  ].join(":").freeze
53
53
  end
54
54
  end
@@ -6,6 +6,8 @@ require "rails/railtie"
6
6
 
7
7
  require "pug-ruby"
8
8
 
9
+ require "pug-rails/version"
10
+
9
11
  require "pug-rails/sprockets/transformer"
10
12
  require "pug-rails/railtie"
11
13
 
@@ -48,7 +48,7 @@ module Pug
48
48
  PUG_RAILS_GEM_VERSION,
49
49
  Pug.compiler.version,
50
50
  Pug.compiler.class.name,
51
- Digest::SHA1.hexdigest(Pug.config.to_h.to_a.flatten.map(&:to_s).join(""))
51
+ Digest::SHA1.hexdigest(Pug.config.to_h.to_a.flatten.map(&:to_s).join(","))
52
52
  ].join(":").freeze
53
53
  end
54
54
  end
@@ -1 +1 @@
1
- PUG_RAILS_GEM_VERSION = "3.0.0.rc1"
1
+ PUG_RAILS_GEM_VERSION = "3.0.0.rc2"
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
17
17
  s.test_files = `git ls-files -z -- {test,spec,features}/*`.split("\x0")
18
18
  s.require_paths = ["lib"]
19
19
 
20
- s.add_dependency "pug-ruby", "~> 2.0.0"
20
+ s.add_dependency "pug-ruby", "~> 2.0.0.rc2"
21
21
  s.add_development_dependency "bundler", "~> 1.7"
22
22
  s.add_development_dependency "rake", "~> 10.0"
23
23
  s.add_development_dependency "appraisal", "~> 2.1"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pug-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0.rc1
4
+ version: 3.0.0.rc2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yaroslav Konoplov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-20 00:00:00.000000000 Z
11
+ date: 2017-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pug-ruby
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 2.0.0
19
+ version: 2.0.0.rc2
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 2.0.0
26
+ version: 2.0.0.rc2
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement