pug-rails 3.0.0.rc2 → 3.0.0.rc3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6fc81768eb8741e111bc767a4d07a7e939da400e
4
- data.tar.gz: 9f69c35bbb88d7b39e7248586f6dfcf390dff3e7
3
+ metadata.gz: '09869b45ee66c7c589a626c068f13d23b9e95b40'
4
+ data.tar.gz: 3fcb17af311585047c68b0fff4d972235529b65a
5
5
  SHA512:
6
- metadata.gz: 7fa15213a94bdf291b081d5a96ad06284bc5e3e6f6e44b0356a8e0acc698b30133ff4dcc20db86d2d5028de4f31b341c11a087503132fc4b3e8a851a8483c675
7
- data.tar.gz: 944447764c5d10b0802e3e1b6c184f3442db0eeae8e3b2737937867c9cee62d4ad1a6e8d1e919445f5737db516079f6b006d4f09aa2fea5a090f46c2aef5e900
6
+ metadata.gz: ba54fe9bdb3dfc8a755826adaf4e71e5da504c81ddeaf00f460539f80d7b584019ac98f0856612127d34de1c9972a68805c6cba664a2cbf6e9da131da2b77cf6
7
+ data.tar.gz: f358b10f430926524a3755ea7c8a1ce49620811e843cb06a4bfa56678891e2fe32f6599efc8e2ee3b4adfe6960e4502faa78ef3b533182585a1c932373b41744
data/Gemfile CHANGED
@@ -4,6 +4,5 @@
4
4
  source "https://rubygems.org"
5
5
 
6
6
  gem "rails", "~> 5"
7
- gem "pry-byebug"
8
7
 
9
8
  gemspec
data/Gemfile.lock CHANGED
@@ -1,45 +1,45 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pug-rails (3.0.0.rc2)
5
- pug-ruby (~> 2.0.0.rc2)
4
+ pug-rails (3.0.0.rc3)
5
+ pug-ruby (~> 2.0.0.rc3)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (5.1.2)
11
- actionpack (= 5.1.2)
10
+ actioncable (5.1.4)
11
+ actionpack (= 5.1.4)
12
12
  nio4r (~> 2.0)
13
13
  websocket-driver (~> 0.6.1)
14
- actionmailer (5.1.2)
15
- actionpack (= 5.1.2)
16
- actionview (= 5.1.2)
17
- activejob (= 5.1.2)
14
+ actionmailer (5.1.4)
15
+ actionpack (= 5.1.4)
16
+ actionview (= 5.1.4)
17
+ activejob (= 5.1.4)
18
18
  mail (~> 2.5, >= 2.5.4)
19
19
  rails-dom-testing (~> 2.0)
20
- actionpack (5.1.2)
21
- actionview (= 5.1.2)
22
- activesupport (= 5.1.2)
20
+ actionpack (5.1.4)
21
+ actionview (= 5.1.4)
22
+ activesupport (= 5.1.4)
23
23
  rack (~> 2.0)
24
- rack-test (~> 0.6.3)
24
+ rack-test (>= 0.6.3)
25
25
  rails-dom-testing (~> 2.0)
26
26
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- actionview (5.1.2)
28
- activesupport (= 5.1.2)
27
+ actionview (5.1.4)
28
+ activesupport (= 5.1.4)
29
29
  builder (~> 3.1)
30
30
  erubi (~> 1.4)
31
31
  rails-dom-testing (~> 2.0)
32
32
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
- activejob (5.1.2)
34
- activesupport (= 5.1.2)
33
+ activejob (5.1.4)
34
+ activesupport (= 5.1.4)
35
35
  globalid (>= 0.3.6)
36
- activemodel (5.1.2)
37
- activesupport (= 5.1.2)
38
- activerecord (5.1.2)
39
- activemodel (= 5.1.2)
40
- activesupport (= 5.1.2)
36
+ activemodel (5.1.4)
37
+ activesupport (= 5.1.4)
38
+ activerecord (5.1.4)
39
+ activemodel (= 5.1.4)
40
+ activesupport (= 5.1.4)
41
41
  arel (~> 8.0)
42
- activesupport (5.1.2)
42
+ activesupport (5.1.4)
43
43
  concurrent-ruby (~> 1.0, >= 1.0.2)
44
44
  i18n (~> 0.7)
45
45
  minitest (~> 5.1)
@@ -50,8 +50,8 @@ GEM
50
50
  thor (>= 0.14.0)
51
51
  arel (8.0.0)
52
52
  builder (3.2.3)
53
- byebug (9.0.6)
54
- coderay (1.1.1)
53
+ byebug (9.1.0)
54
+ coderay (1.1.2)
55
55
  concurrent-ruby (1.0.5)
56
56
  erubi (1.6.1)
57
57
  execjs (2.7.0)
@@ -73,42 +73,42 @@ GEM
73
73
  nio4r (2.1.0)
74
74
  nokogiri (1.6.8.1)
75
75
  mini_portile2 (~> 2.1.0)
76
- power_assert (1.0.2)
76
+ power_assert (1.1.0)
77
77
  pry (0.10.4)
78
78
  coderay (~> 1.1.0)
79
79
  method_source (~> 0.8.1)
80
80
  slop (~> 3.4)
81
- pry-byebug (3.4.2)
82
- byebug (~> 9.0)
81
+ pry-byebug (3.5.0)
82
+ byebug (~> 9.1)
83
83
  pry (~> 0.10)
84
- pug-ruby (2.0.0.rc2)
84
+ pug-ruby (2.0.0.rc3)
85
85
  execjs (~> 2.0)
86
86
  memoist (~> 0.15)
87
87
  method-not-implemented (~> 1.0, >= 1.0.1)
88
88
  regexp-match-polyfill (~> 1.0, >= 1.0.2)
89
89
  rack (2.0.3)
90
- rack-test (0.6.3)
91
- rack (>= 1.0)
92
- rails (5.1.2)
93
- actioncable (= 5.1.2)
94
- actionmailer (= 5.1.2)
95
- actionpack (= 5.1.2)
96
- actionview (= 5.1.2)
97
- activejob (= 5.1.2)
98
- activemodel (= 5.1.2)
99
- activerecord (= 5.1.2)
100
- activesupport (= 5.1.2)
101
- bundler (>= 1.3.0, < 2.0)
102
- railties (= 5.1.2)
90
+ rack-test (0.7.0)
91
+ rack (>= 1.0, < 3)
92
+ rails (5.1.4)
93
+ actioncable (= 5.1.4)
94
+ actionmailer (= 5.1.4)
95
+ actionpack (= 5.1.4)
96
+ actionview (= 5.1.4)
97
+ activejob (= 5.1.4)
98
+ activemodel (= 5.1.4)
99
+ activerecord (= 5.1.4)
100
+ activesupport (= 5.1.4)
101
+ bundler (>= 1.3.0)
102
+ railties (= 5.1.4)
103
103
  sprockets-rails (>= 2.0.0)
104
104
  rails-dom-testing (2.0.3)
105
105
  activesupport (>= 4.2.0)
106
106
  nokogiri (>= 1.6)
107
107
  rails-html-sanitizer (1.0.3)
108
108
  loofah (~> 2.0)
109
- railties (5.1.2)
110
- actionpack (= 5.1.2)
111
- activesupport (= 5.1.2)
109
+ railties (5.1.4)
110
+ actionpack (= 5.1.4)
111
+ activesupport (= 5.1.4)
112
112
  method_source
113
113
  rake (>= 0.8.7)
114
114
  thor (>= 0.18.1, < 2.0)
@@ -118,13 +118,13 @@ GEM
118
118
  sprockets (3.7.1)
119
119
  concurrent-ruby (~> 1.0)
120
120
  rack (> 1, < 3)
121
- sprockets-rails (3.2.0)
121
+ sprockets-rails (3.2.1)
122
122
  actionpack (>= 4.0)
123
123
  activesupport (>= 4.0)
124
124
  sprockets (>= 3.0.0)
125
125
  test-unit (3.2.5)
126
126
  power_assert
127
- thor (0.19.4)
127
+ thor (0.20.0)
128
128
  thread_safe (0.3.6)
129
129
  tzinfo (1.2.3)
130
130
  thread_safe (~> 0.1)
data/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ ### This README is for 2.x. README for 3.x will be updated soon!
2
+
1
3
  ## Pug/Jade template engine integration with Rails asset pipeline
2
4
 
3
5
  [![Gem Version](https://badge.fury.io/rb/pug-rails.svg)](https://badge.fury.io/rb/pug-rails)
@@ -4,6 +4,5 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "rails", "~> 3.1"
6
6
  gem "sprockets", "~> 2"
7
- gem "pry-byebug"
8
7
 
9
8
  gemspec path: "../"
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- pug-rails (3.0.0.rc2)
5
- pug-ruby (~> 2.0.0.rc2)
4
+ pug-rails (3.0.0.rc3)
5
+ pug-ruby (~> 2.0.0.rc3)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -40,8 +40,6 @@ GEM
40
40
  thor (>= 0.14.0)
41
41
  arel (3.0.3)
42
42
  builder (3.0.4)
43
- byebug (9.0.6)
44
- coderay (1.1.1)
45
43
  erubis (2.7.0)
46
44
  execjs (2.7.0)
47
45
  hike (1.2.3)
@@ -53,28 +51,20 @@ GEM
53
51
  treetop (~> 1.4.8)
54
52
  memoist (0.16.0)
55
53
  method-not-implemented (1.0.1)
56
- method_source (0.8.2)
57
54
  mime-types (1.25.1)
58
55
  mini_portile2 (2.1.0)
59
- multi_json (1.12.1)
56
+ multi_json (1.12.2)
60
57
  nokogiri (1.6.8.1)
61
58
  mini_portile2 (~> 2.1.0)
62
59
  polyglot (0.3.5)
63
- power_assert (1.0.2)
64
- pry (0.10.4)
65
- coderay (~> 1.1.0)
66
- method_source (~> 0.8.1)
67
- slop (~> 3.4)
68
- pry-byebug (3.4.2)
69
- byebug (~> 9.0)
70
- pry (~> 0.10)
71
- pug-ruby (2.0.0.rc2)
60
+ power_assert (1.1.0)
61
+ pug-ruby (2.0.0.rc3)
72
62
  execjs (~> 2.0)
73
63
  memoist (~> 0.15)
74
64
  method-not-implemented (~> 1.0, >= 1.0.1)
75
65
  regexp-match-polyfill (~> 1.0, >= 1.0.2)
76
66
  rack (1.4.7)
77
- rack-cache (1.7.0)
67
+ rack-cache (1.7.1)
78
68
  rack (>= 0.4)
79
69
  rack-ssl (1.3.4)
80
70
  rack
@@ -99,7 +89,6 @@ GEM
99
89
  rdoc (3.12.2)
100
90
  json (~> 1.4)
101
91
  regexp-match-polyfill (1.0.2)
102
- slop (3.6.0)
103
92
  sprockets (2.2.3)
104
93
  hike (~> 1.2)
105
94
  multi_json (~> 1.0)
@@ -107,7 +96,7 @@ GEM
107
96
  tilt (~> 1.1, != 1.3.0)
108
97
  test-unit (3.2.5)
109
98
  power_assert
110
- thor (0.19.4)
99
+ thor (0.20.0)
111
100
  tilt (1.4.1)
112
101
  treetop (1.4.15)
113
102
  polyglot
@@ -121,7 +110,6 @@ DEPENDENCIES
121
110
  appraisal (~> 2.1)
122
111
  bundler (~> 1.7)
123
112
  nokogiri (~> 1.6, < 1.7)
124
- pry-byebug
125
113
  pug-rails!
126
114
  rails (~> 3.1)
127
115
  rake (~> 10.0)
@@ -4,6 +4,5 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "rails", "~> 3.2"
6
6
  gem "sprockets", "~> 2"
7
- gem "pry-byebug"
8
7
 
9
8
  gemspec path: "../"
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- pug-rails (3.0.0.rc2)
5
- pug-ruby (~> 2.0.0.rc2)
4
+ pug-rails (3.0.0.rc3)
5
+ pug-ruby (~> 2.0.0.rc3)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -40,8 +40,6 @@ GEM
40
40
  thor (>= 0.14.0)
41
41
  arel (3.0.3)
42
42
  builder (3.0.4)
43
- byebug (9.0.6)
44
- coderay (1.1.1)
45
43
  erubis (2.7.0)
46
44
  execjs (2.7.0)
47
45
  hike (1.2.3)
@@ -53,28 +51,20 @@ GEM
53
51
  treetop (~> 1.4.8)
54
52
  memoist (0.16.0)
55
53
  method-not-implemented (1.0.1)
56
- method_source (0.8.2)
57
54
  mime-types (1.25.1)
58
55
  mini_portile2 (2.1.0)
59
- multi_json (1.12.1)
56
+ multi_json (1.12.2)
60
57
  nokogiri (1.6.8.1)
61
58
  mini_portile2 (~> 2.1.0)
62
59
  polyglot (0.3.5)
63
- power_assert (1.0.2)
64
- pry (0.10.4)
65
- coderay (~> 1.1.0)
66
- method_source (~> 0.8.1)
67
- slop (~> 3.4)
68
- pry-byebug (3.4.2)
69
- byebug (~> 9.0)
70
- pry (~> 0.10)
71
- pug-ruby (2.0.0.rc2)
60
+ power_assert (1.1.0)
61
+ pug-ruby (2.0.0.rc3)
72
62
  execjs (~> 2.0)
73
63
  memoist (~> 0.15)
74
64
  method-not-implemented (~> 1.0, >= 1.0.1)
75
65
  regexp-match-polyfill (~> 1.0, >= 1.0.2)
76
66
  rack (1.4.7)
77
- rack-cache (1.7.0)
67
+ rack-cache (1.7.1)
78
68
  rack (>= 0.4)
79
69
  rack-ssl (1.3.4)
80
70
  rack
@@ -99,7 +89,6 @@ GEM
99
89
  rdoc (3.12.2)
100
90
  json (~> 1.4)
101
91
  regexp-match-polyfill (1.0.2)
102
- slop (3.6.0)
103
92
  sprockets (2.2.3)
104
93
  hike (~> 1.2)
105
94
  multi_json (~> 1.0)
@@ -107,7 +96,7 @@ GEM
107
96
  tilt (~> 1.1, != 1.3.0)
108
97
  test-unit (3.2.5)
109
98
  power_assert
110
- thor (0.19.4)
99
+ thor (0.20.0)
111
100
  tilt (1.4.1)
112
101
  treetop (1.4.15)
113
102
  polyglot
@@ -121,7 +110,6 @@ DEPENDENCIES
121
110
  appraisal (~> 2.1)
122
111
  bundler (~> 1.7)
123
112
  nokogiri (~> 1.6, < 1.7)
124
- pry-byebug
125
113
  pug-rails!
126
114
  rails (~> 3.2)
127
115
  rake (~> 10.0)
@@ -4,6 +4,5 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "rails", "~> 4"
6
6
  gem "sprockets", "~> 2"
7
- gem "pry-byebug"
8
7
 
9
8
  gemspec path: "../"
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- pug-rails (3.0.0.rc2)
5
- pug-ruby (~> 2.0.0.rc2)
4
+ pug-rails (3.0.0.rc3)
5
+ pug-ruby (~> 2.0.0.rc3)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -47,8 +47,6 @@ GEM
47
47
  thor (>= 0.14.0)
48
48
  arel (6.0.4)
49
49
  builder (3.2.3)
50
- byebug (9.0.6)
51
- coderay (1.1.1)
52
50
  erubis (2.7.0)
53
51
  execjs (2.7.0)
54
52
  globalid (0.4.0)
@@ -61,24 +59,16 @@ GEM
61
59
  mime-types (>= 1.16, < 4)
62
60
  memoist (0.16.0)
63
61
  method-not-implemented (1.0.1)
64
- method_source (0.8.2)
65
62
  mime-types (3.1)
66
63
  mime-types-data (~> 3.2015)
67
64
  mime-types-data (3.2016.0521)
68
65
  mini_portile2 (2.1.0)
69
66
  minitest (5.10.3)
70
- multi_json (1.12.1)
67
+ multi_json (1.12.2)
71
68
  nokogiri (1.6.8.1)
72
69
  mini_portile2 (~> 2.1.0)
73
- power_assert (1.0.2)
74
- pry (0.10.4)
75
- coderay (~> 1.1.0)
76
- method_source (~> 0.8.1)
77
- slop (~> 3.4)
78
- pry-byebug (3.4.2)
79
- byebug (~> 9.0)
80
- pry (~> 0.10)
81
- pug-ruby (2.0.0.rc2)
70
+ power_assert (1.1.0)
71
+ pug-ruby (2.0.0.rc3)
82
72
  execjs (~> 2.0)
83
73
  memoist (~> 0.15)
84
74
  method-not-implemented (~> 1.0, >= 1.0.1)
@@ -112,7 +102,6 @@ GEM
112
102
  thor (>= 0.18.1, < 2.0)
113
103
  rake (10.5.0)
114
104
  regexp-match-polyfill (1.0.2)
115
- slop (3.6.0)
116
105
  sprockets (2.12.4)
117
106
  hike (~> 1.2)
118
107
  multi_json (~> 1.0)
@@ -124,7 +113,7 @@ GEM
124
113
  sprockets (>= 2.8, < 4.0)
125
114
  test-unit (3.2.5)
126
115
  power_assert
127
- thor (0.19.4)
116
+ thor (0.20.0)
128
117
  thread_safe (0.3.6)
129
118
  tilt (1.4.1)
130
119
  tzinfo (1.2.3)
@@ -137,7 +126,6 @@ DEPENDENCIES
137
126
  appraisal (~> 2.1)
138
127
  bundler (~> 1.7)
139
128
  nokogiri (~> 1.6, < 1.7)
140
- pry-byebug
141
129
  pug-rails!
142
130
  rails (~> 4)
143
131
  rake (~> 10.0)
@@ -4,6 +4,5 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "rails", "~> 4.1"
6
6
  gem "sprockets", "~> 3"
7
- gem "pry-byebug"
8
7
 
9
8
  gemspec path: "../"
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- pug-rails (3.0.0.rc2)
5
- pug-ruby (~> 2.0.0.rc2)
4
+ pug-rails (3.0.0.rc3)
5
+ pug-ruby (~> 2.0.0.rc3)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -47,8 +47,6 @@ GEM
47
47
  thor (>= 0.14.0)
48
48
  arel (6.0.4)
49
49
  builder (3.2.3)
50
- byebug (9.0.6)
51
- coderay (1.1.1)
52
50
  concurrent-ruby (1.0.5)
53
51
  erubis (2.7.0)
54
52
  execjs (2.7.0)
@@ -61,7 +59,6 @@ GEM
61
59
  mime-types (>= 1.16, < 4)
62
60
  memoist (0.16.0)
63
61
  method-not-implemented (1.0.1)
64
- method_source (0.8.2)
65
62
  mime-types (3.1)
66
63
  mime-types-data (~> 3.2015)
67
64
  mime-types-data (3.2016.0521)
@@ -69,15 +66,8 @@ GEM
69
66
  minitest (5.10.3)
70
67
  nokogiri (1.6.8.1)
71
68
  mini_portile2 (~> 2.1.0)
72
- power_assert (1.0.2)
73
- pry (0.10.4)
74
- coderay (~> 1.1.0)
75
- method_source (~> 0.8.1)
76
- slop (~> 3.4)
77
- pry-byebug (3.4.2)
78
- byebug (~> 9.0)
79
- pry (~> 0.10)
80
- pug-ruby (2.0.0.rc2)
69
+ power_assert (1.1.0)
70
+ pug-ruby (2.0.0.rc3)
81
71
  execjs (~> 2.0)
82
72
  memoist (~> 0.15)
83
73
  method-not-implemented (~> 1.0, >= 1.0.1)
@@ -111,17 +101,16 @@ GEM
111
101
  thor (>= 0.18.1, < 2.0)
112
102
  rake (10.5.0)
113
103
  regexp-match-polyfill (1.0.2)
114
- slop (3.6.0)
115
104
  sprockets (3.7.1)
116
105
  concurrent-ruby (~> 1.0)
117
106
  rack (> 1, < 3)
118
- sprockets-rails (3.2.0)
107
+ sprockets-rails (3.2.1)
119
108
  actionpack (>= 4.0)
120
109
  activesupport (>= 4.0)
121
110
  sprockets (>= 3.0.0)
122
111
  test-unit (3.2.5)
123
112
  power_assert
124
- thor (0.19.4)
113
+ thor (0.20.0)
125
114
  thread_safe (0.3.6)
126
115
  tzinfo (1.2.3)
127
116
  thread_safe (~> 0.1)
@@ -133,7 +122,6 @@ DEPENDENCIES
133
122
  appraisal (~> 2.1)
134
123
  bundler (~> 1.7)
135
124
  nokogiri (~> 1.6, < 1.7)
136
- pry-byebug
137
125
  pug-rails!
138
126
  rails (~> 4.1)
139
127
  rake (~> 10.0)
@@ -4,6 +4,5 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "rails", "~> 4.2"
6
6
  gem "sprockets", "~> 2"
7
- gem "pry-byebug"
8
7
 
9
8
  gemspec path: "../"
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- pug-rails (3.0.0.rc2)
5
- pug-ruby (~> 2.0.0.rc2)
4
+ pug-rails (3.0.0.rc3)
5
+ pug-ruby (~> 2.0.0.rc3)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -47,8 +47,6 @@ GEM
47
47
  thor (>= 0.14.0)
48
48
  arel (6.0.4)
49
49
  builder (3.2.3)
50
- byebug (9.0.6)
51
- coderay (1.1.1)
52
50
  erubis (2.7.0)
53
51
  execjs (2.7.0)
54
52
  globalid (0.4.0)
@@ -61,24 +59,16 @@ GEM
61
59
  mime-types (>= 1.16, < 4)
62
60
  memoist (0.16.0)
63
61
  method-not-implemented (1.0.1)
64
- method_source (0.8.2)
65
62
  mime-types (3.1)
66
63
  mime-types-data (~> 3.2015)
67
64
  mime-types-data (3.2016.0521)
68
65
  mini_portile2 (2.1.0)
69
66
  minitest (5.10.3)
70
- multi_json (1.12.1)
67
+ multi_json (1.12.2)
71
68
  nokogiri (1.6.8.1)
72
69
  mini_portile2 (~> 2.1.0)
73
- power_assert (1.0.2)
74
- pry (0.10.4)
75
- coderay (~> 1.1.0)
76
- method_source (~> 0.8.1)
77
- slop (~> 3.4)
78
- pry-byebug (3.4.2)
79
- byebug (~> 9.0)
80
- pry (~> 0.10)
81
- pug-ruby (2.0.0.rc2)
70
+ power_assert (1.1.0)
71
+ pug-ruby (2.0.0.rc3)
82
72
  execjs (~> 2.0)
83
73
  memoist (~> 0.15)
84
74
  method-not-implemented (~> 1.0, >= 1.0.1)
@@ -112,7 +102,6 @@ GEM
112
102
  thor (>= 0.18.1, < 2.0)
113
103
  rake (10.5.0)
114
104
  regexp-match-polyfill (1.0.2)
115
- slop (3.6.0)
116
105
  sprockets (2.12.4)
117
106
  hike (~> 1.2)
118
107
  multi_json (~> 1.0)
@@ -124,7 +113,7 @@ GEM
124
113
  sprockets (>= 2.8, < 4.0)
125
114
  test-unit (3.2.5)
126
115
  power_assert
127
- thor (0.19.4)
116
+ thor (0.20.0)
128
117
  thread_safe (0.3.6)
129
118
  tilt (1.4.1)
130
119
  tzinfo (1.2.3)
@@ -137,7 +126,6 @@ DEPENDENCIES
137
126
  appraisal (~> 2.1)
138
127
  bundler (~> 1.7)
139
128
  nokogiri (~> 1.6, < 1.7)
140
- pry-byebug
141
129
  pug-rails!
142
130
  rails (~> 4.2)
143
131
  rake (~> 10.0)
@@ -4,6 +4,5 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "rails", "~> 4.2"
6
6
  gem "sprockets", "~> 3"
7
- gem "pry-byebug"
8
7
 
9
8
  gemspec path: "../"
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- pug-rails (3.0.0.rc2)
5
- pug-ruby (~> 2.0.0.rc2)
4
+ pug-rails (3.0.0.rc3)
5
+ pug-ruby (~> 2.0.0.rc3)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -47,8 +47,6 @@ GEM
47
47
  thor (>= 0.14.0)
48
48
  arel (6.0.4)
49
49
  builder (3.2.3)
50
- byebug (9.0.6)
51
- coderay (1.1.1)
52
50
  concurrent-ruby (1.0.5)
53
51
  erubis (2.7.0)
54
52
  execjs (2.7.0)
@@ -61,7 +59,6 @@ GEM
61
59
  mime-types (>= 1.16, < 4)
62
60
  memoist (0.16.0)
63
61
  method-not-implemented (1.0.1)
64
- method_source (0.8.2)
65
62
  mime-types (3.1)
66
63
  mime-types-data (~> 3.2015)
67
64
  mime-types-data (3.2016.0521)
@@ -69,15 +66,8 @@ GEM
69
66
  minitest (5.10.3)
70
67
  nokogiri (1.6.8.1)
71
68
  mini_portile2 (~> 2.1.0)
72
- power_assert (1.0.2)
73
- pry (0.10.4)
74
- coderay (~> 1.1.0)
75
- method_source (~> 0.8.1)
76
- slop (~> 3.4)
77
- pry-byebug (3.4.2)
78
- byebug (~> 9.0)
79
- pry (~> 0.10)
80
- pug-ruby (2.0.0.rc2)
69
+ power_assert (1.1.0)
70
+ pug-ruby (2.0.0.rc3)
81
71
  execjs (~> 2.0)
82
72
  memoist (~> 0.15)
83
73
  method-not-implemented (~> 1.0, >= 1.0.1)
@@ -111,17 +101,16 @@ GEM
111
101
  thor (>= 0.18.1, < 2.0)
112
102
  rake (10.5.0)
113
103
  regexp-match-polyfill (1.0.2)
114
- slop (3.6.0)
115
104
  sprockets (3.7.1)
116
105
  concurrent-ruby (~> 1.0)
117
106
  rack (> 1, < 3)
118
- sprockets-rails (3.2.0)
107
+ sprockets-rails (3.2.1)
119
108
  actionpack (>= 4.0)
120
109
  activesupport (>= 4.0)
121
110
  sprockets (>= 3.0.0)
122
111
  test-unit (3.2.5)
123
112
  power_assert
124
- thor (0.19.4)
113
+ thor (0.20.0)
125
114
  thread_safe (0.3.6)
126
115
  tzinfo (1.2.3)
127
116
  thread_safe (~> 0.1)
@@ -133,7 +122,6 @@ DEPENDENCIES
133
122
  appraisal (~> 2.1)
134
123
  bundler (~> 1.7)
135
124
  nokogiri (~> 1.6, < 1.7)
136
- pry-byebug
137
125
  pug-rails!
138
126
  rails (~> 4.2)
139
127
  rake (~> 10.0)
@@ -3,7 +3,5 @@
3
3
  source "https://rubygems.org"
4
4
 
5
5
  gem "rails", "~> 5.0"
6
- gem "sprockets", "~> 3"
7
- gem "pry-byebug"
8
6
 
9
7
  gemspec path: "../"
@@ -1,45 +1,45 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- pug-rails (3.0.0.rc2)
5
- pug-ruby (~> 2.0.0.rc2)
4
+ pug-rails (3.0.0.rc3)
5
+ pug-ruby (~> 2.0.0.rc3)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (5.1.2)
11
- actionpack (= 5.1.2)
10
+ actioncable (5.1.4)
11
+ actionpack (= 5.1.4)
12
12
  nio4r (~> 2.0)
13
13
  websocket-driver (~> 0.6.1)
14
- actionmailer (5.1.2)
15
- actionpack (= 5.1.2)
16
- actionview (= 5.1.2)
17
- activejob (= 5.1.2)
14
+ actionmailer (5.1.4)
15
+ actionpack (= 5.1.4)
16
+ actionview (= 5.1.4)
17
+ activejob (= 5.1.4)
18
18
  mail (~> 2.5, >= 2.5.4)
19
19
  rails-dom-testing (~> 2.0)
20
- actionpack (5.1.2)
21
- actionview (= 5.1.2)
22
- activesupport (= 5.1.2)
20
+ actionpack (5.1.4)
21
+ actionview (= 5.1.4)
22
+ activesupport (= 5.1.4)
23
23
  rack (~> 2.0)
24
- rack-test (~> 0.6.3)
24
+ rack-test (>= 0.6.3)
25
25
  rails-dom-testing (~> 2.0)
26
26
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- actionview (5.1.2)
28
- activesupport (= 5.1.2)
27
+ actionview (5.1.4)
28
+ activesupport (= 5.1.4)
29
29
  builder (~> 3.1)
30
30
  erubi (~> 1.4)
31
31
  rails-dom-testing (~> 2.0)
32
32
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
- activejob (5.1.2)
34
- activesupport (= 5.1.2)
33
+ activejob (5.1.4)
34
+ activesupport (= 5.1.4)
35
35
  globalid (>= 0.3.6)
36
- activemodel (5.1.2)
37
- activesupport (= 5.1.2)
38
- activerecord (5.1.2)
39
- activemodel (= 5.1.2)
40
- activesupport (= 5.1.2)
36
+ activemodel (5.1.4)
37
+ activesupport (= 5.1.4)
38
+ activerecord (5.1.4)
39
+ activemodel (= 5.1.4)
40
+ activesupport (= 5.1.4)
41
41
  arel (~> 8.0)
42
- activesupport (5.1.2)
42
+ activesupport (5.1.4)
43
43
  concurrent-ruby (~> 1.0, >= 1.0.2)
44
44
  i18n (~> 0.7)
45
45
  minitest (~> 5.1)
@@ -50,8 +50,6 @@ GEM
50
50
  thor (>= 0.14.0)
51
51
  arel (8.0.0)
52
52
  builder (3.2.3)
53
- byebug (9.0.6)
54
- coderay (1.1.1)
55
53
  concurrent-ruby (1.0.5)
56
54
  erubi (1.6.1)
57
55
  execjs (2.7.0)
@@ -73,58 +71,50 @@ GEM
73
71
  nio4r (2.1.0)
74
72
  nokogiri (1.6.8.1)
75
73
  mini_portile2 (~> 2.1.0)
76
- power_assert (1.0.2)
77
- pry (0.10.4)
78
- coderay (~> 1.1.0)
79
- method_source (~> 0.8.1)
80
- slop (~> 3.4)
81
- pry-byebug (3.4.2)
82
- byebug (~> 9.0)
83
- pry (~> 0.10)
84
- pug-ruby (2.0.0.rc2)
74
+ power_assert (1.1.0)
75
+ pug-ruby (2.0.0.rc3)
85
76
  execjs (~> 2.0)
86
77
  memoist (~> 0.15)
87
78
  method-not-implemented (~> 1.0, >= 1.0.1)
88
79
  regexp-match-polyfill (~> 1.0, >= 1.0.2)
89
80
  rack (2.0.3)
90
- rack-test (0.6.3)
91
- rack (>= 1.0)
92
- rails (5.1.2)
93
- actioncable (= 5.1.2)
94
- actionmailer (= 5.1.2)
95
- actionpack (= 5.1.2)
96
- actionview (= 5.1.2)
97
- activejob (= 5.1.2)
98
- activemodel (= 5.1.2)
99
- activerecord (= 5.1.2)
100
- activesupport (= 5.1.2)
101
- bundler (>= 1.3.0, < 2.0)
102
- railties (= 5.1.2)
81
+ rack-test (0.7.0)
82
+ rack (>= 1.0, < 3)
83
+ rails (5.1.4)
84
+ actioncable (= 5.1.4)
85
+ actionmailer (= 5.1.4)
86
+ actionpack (= 5.1.4)
87
+ actionview (= 5.1.4)
88
+ activejob (= 5.1.4)
89
+ activemodel (= 5.1.4)
90
+ activerecord (= 5.1.4)
91
+ activesupport (= 5.1.4)
92
+ bundler (>= 1.3.0)
93
+ railties (= 5.1.4)
103
94
  sprockets-rails (>= 2.0.0)
104
95
  rails-dom-testing (2.0.3)
105
96
  activesupport (>= 4.2.0)
106
97
  nokogiri (>= 1.6)
107
98
  rails-html-sanitizer (1.0.3)
108
99
  loofah (~> 2.0)
109
- railties (5.1.2)
110
- actionpack (= 5.1.2)
111
- activesupport (= 5.1.2)
100
+ railties (5.1.4)
101
+ actionpack (= 5.1.4)
102
+ activesupport (= 5.1.4)
112
103
  method_source
113
104
  rake (>= 0.8.7)
114
105
  thor (>= 0.18.1, < 2.0)
115
106
  rake (10.5.0)
116
107
  regexp-match-polyfill (1.0.2)
117
- slop (3.6.0)
118
108
  sprockets (3.7.1)
119
109
  concurrent-ruby (~> 1.0)
120
110
  rack (> 1, < 3)
121
- sprockets-rails (3.2.0)
111
+ sprockets-rails (3.2.1)
122
112
  actionpack (>= 4.0)
123
113
  activesupport (>= 4.0)
124
114
  sprockets (>= 3.0.0)
125
115
  test-unit (3.2.5)
126
116
  power_assert
127
- thor (0.19.4)
117
+ thor (0.20.0)
128
118
  thread_safe (0.3.6)
129
119
  tzinfo (1.2.3)
130
120
  thread_safe (~> 0.1)
@@ -139,11 +129,9 @@ DEPENDENCIES
139
129
  appraisal (~> 2.1)
140
130
  bundler (~> 1.7)
141
131
  nokogiri (~> 1.6, < 1.7)
142
- pry-byebug
143
132
  pug-rails!
144
133
  rails (~> 5.0)
145
134
  rake (~> 10.0)
146
- sprockets (~> 3)
147
135
  test-unit (~> 3.1)
148
136
 
149
137
  BUNDLED WITH
@@ -3,7 +3,5 @@
3
3
  source "https://rubygems.org"
4
4
 
5
5
  gem "rails", "~> 5.1"
6
- gem "sprockets", "~> 3"
7
- gem "pry-byebug"
8
6
 
9
7
  gemspec path: "../"
@@ -1,45 +1,45 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- pug-rails (3.0.0.rc2)
5
- pug-ruby (~> 2.0.0.rc2)
4
+ pug-rails (3.0.0.rc3)
5
+ pug-ruby (~> 2.0.0.rc3)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (5.1.2)
11
- actionpack (= 5.1.2)
10
+ actioncable (5.1.4)
11
+ actionpack (= 5.1.4)
12
12
  nio4r (~> 2.0)
13
13
  websocket-driver (~> 0.6.1)
14
- actionmailer (5.1.2)
15
- actionpack (= 5.1.2)
16
- actionview (= 5.1.2)
17
- activejob (= 5.1.2)
14
+ actionmailer (5.1.4)
15
+ actionpack (= 5.1.4)
16
+ actionview (= 5.1.4)
17
+ activejob (= 5.1.4)
18
18
  mail (~> 2.5, >= 2.5.4)
19
19
  rails-dom-testing (~> 2.0)
20
- actionpack (5.1.2)
21
- actionview (= 5.1.2)
22
- activesupport (= 5.1.2)
20
+ actionpack (5.1.4)
21
+ actionview (= 5.1.4)
22
+ activesupport (= 5.1.4)
23
23
  rack (~> 2.0)
24
- rack-test (~> 0.6.3)
24
+ rack-test (>= 0.6.3)
25
25
  rails-dom-testing (~> 2.0)
26
26
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- actionview (5.1.2)
28
- activesupport (= 5.1.2)
27
+ actionview (5.1.4)
28
+ activesupport (= 5.1.4)
29
29
  builder (~> 3.1)
30
30
  erubi (~> 1.4)
31
31
  rails-dom-testing (~> 2.0)
32
32
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
- activejob (5.1.2)
34
- activesupport (= 5.1.2)
33
+ activejob (5.1.4)
34
+ activesupport (= 5.1.4)
35
35
  globalid (>= 0.3.6)
36
- activemodel (5.1.2)
37
- activesupport (= 5.1.2)
38
- activerecord (5.1.2)
39
- activemodel (= 5.1.2)
40
- activesupport (= 5.1.2)
36
+ activemodel (5.1.4)
37
+ activesupport (= 5.1.4)
38
+ activerecord (5.1.4)
39
+ activemodel (= 5.1.4)
40
+ activesupport (= 5.1.4)
41
41
  arel (~> 8.0)
42
- activesupport (5.1.2)
42
+ activesupport (5.1.4)
43
43
  concurrent-ruby (~> 1.0, >= 1.0.2)
44
44
  i18n (~> 0.7)
45
45
  minitest (~> 5.1)
@@ -50,8 +50,6 @@ GEM
50
50
  thor (>= 0.14.0)
51
51
  arel (8.0.0)
52
52
  builder (3.2.3)
53
- byebug (9.0.6)
54
- coderay (1.1.1)
55
53
  concurrent-ruby (1.0.5)
56
54
  erubi (1.6.1)
57
55
  execjs (2.7.0)
@@ -73,58 +71,50 @@ GEM
73
71
  nio4r (2.1.0)
74
72
  nokogiri (1.6.8.1)
75
73
  mini_portile2 (~> 2.1.0)
76
- power_assert (1.0.2)
77
- pry (0.10.4)
78
- coderay (~> 1.1.0)
79
- method_source (~> 0.8.1)
80
- slop (~> 3.4)
81
- pry-byebug (3.4.2)
82
- byebug (~> 9.0)
83
- pry (~> 0.10)
84
- pug-ruby (2.0.0.rc2)
74
+ power_assert (1.1.0)
75
+ pug-ruby (2.0.0.rc3)
85
76
  execjs (~> 2.0)
86
77
  memoist (~> 0.15)
87
78
  method-not-implemented (~> 1.0, >= 1.0.1)
88
79
  regexp-match-polyfill (~> 1.0, >= 1.0.2)
89
80
  rack (2.0.3)
90
- rack-test (0.6.3)
91
- rack (>= 1.0)
92
- rails (5.1.2)
93
- actioncable (= 5.1.2)
94
- actionmailer (= 5.1.2)
95
- actionpack (= 5.1.2)
96
- actionview (= 5.1.2)
97
- activejob (= 5.1.2)
98
- activemodel (= 5.1.2)
99
- activerecord (= 5.1.2)
100
- activesupport (= 5.1.2)
101
- bundler (>= 1.3.0, < 2.0)
102
- railties (= 5.1.2)
81
+ rack-test (0.7.0)
82
+ rack (>= 1.0, < 3)
83
+ rails (5.1.4)
84
+ actioncable (= 5.1.4)
85
+ actionmailer (= 5.1.4)
86
+ actionpack (= 5.1.4)
87
+ actionview (= 5.1.4)
88
+ activejob (= 5.1.4)
89
+ activemodel (= 5.1.4)
90
+ activerecord (= 5.1.4)
91
+ activesupport (= 5.1.4)
92
+ bundler (>= 1.3.0)
93
+ railties (= 5.1.4)
103
94
  sprockets-rails (>= 2.0.0)
104
95
  rails-dom-testing (2.0.3)
105
96
  activesupport (>= 4.2.0)
106
97
  nokogiri (>= 1.6)
107
98
  rails-html-sanitizer (1.0.3)
108
99
  loofah (~> 2.0)
109
- railties (5.1.2)
110
- actionpack (= 5.1.2)
111
- activesupport (= 5.1.2)
100
+ railties (5.1.4)
101
+ actionpack (= 5.1.4)
102
+ activesupport (= 5.1.4)
112
103
  method_source
113
104
  rake (>= 0.8.7)
114
105
  thor (>= 0.18.1, < 2.0)
115
106
  rake (10.5.0)
116
107
  regexp-match-polyfill (1.0.2)
117
- slop (3.6.0)
118
108
  sprockets (3.7.1)
119
109
  concurrent-ruby (~> 1.0)
120
110
  rack (> 1, < 3)
121
- sprockets-rails (3.2.0)
111
+ sprockets-rails (3.2.1)
122
112
  actionpack (>= 4.0)
123
113
  activesupport (>= 4.0)
124
114
  sprockets (>= 3.0.0)
125
115
  test-unit (3.2.5)
126
116
  power_assert
127
- thor (0.19.4)
117
+ thor (0.20.0)
128
118
  thread_safe (0.3.6)
129
119
  tzinfo (1.2.3)
130
120
  thread_safe (~> 0.1)
@@ -139,11 +129,9 @@ DEPENDENCIES
139
129
  appraisal (~> 2.1)
140
130
  bundler (~> 1.7)
141
131
  nokogiri (~> 1.6, < 1.7)
142
- pry-byebug
143
132
  pug-rails!
144
133
  rails (~> 5.1)
145
134
  rake (~> 10.0)
146
- sprockets (~> 3)
147
135
  test-unit (~> 3.1)
148
136
 
149
137
  BUNDLED WITH
@@ -1 +1,4 @@
1
- PUG_RAILS_GEM_VERSION = "3.0.0.rc2"
1
+ # encoding: UTF-8
2
+ # frozen_string_literal: true
3
+
4
+ PUG_RAILS_GEM_VERSION = "3.0.0.rc3"
data/pug-rails.gemspec CHANGED
@@ -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.rc2"
20
+ s.add_dependency "pug-ruby", "~> 2.0.0.rc3"
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"
data/test/test-helper.rb CHANGED
@@ -1,3 +1,6 @@
1
+ # encoding: UTF-8
2
+ # frozen_string_literal: true
3
+
1
4
  Bundler.require :default, :development
2
5
 
3
6
  require "sprockets/railtie"
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.rc2
4
+ version: 3.0.0.rc3
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-21 00:00:00.000000000 Z
11
+ date: 2017-09-15 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.rc2
19
+ version: 2.0.0.rc3
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.rc2
26
+ version: 2.0.0.rc3
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -164,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  version: 1.3.1
165
165
  requirements: []
166
166
  rubyforge_project:
167
- rubygems_version: 2.6.12
167
+ rubygems_version: 2.6.13
168
168
  signing_key:
169
169
  specification_version: 4
170
170
  summary: Pug/Jade template engine integration with Rails asset pipeline.