lines-engine 1.2.5 → 1.2.6

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: 0207d7cdc25de8c7ee3246d3675634f9053bc82f
4
- data.tar.gz: e6818090c5d68c4301fe40a27095d472200eb925
3
+ metadata.gz: ff623b398e401c02a7461b893fb843309e971df1
4
+ data.tar.gz: d73a8bfa498cfca3ec69a3bfa50282754acf4f4a
5
5
  SHA512:
6
- metadata.gz: 5f010862a3753e97cb21caa9c7a3c7b1cc7e5f58f0a7ce95402e12dd8ac8f975568b4658a37e1e0c0b17f73a5f068e97346f579596941dcf132ffceb4da433d3
7
- data.tar.gz: d71c94e774063a04a21a25291931c7a05e6803e431440670e40560c492ab80d0e1527e04b2848fbacb50d2bad78702f28d0267fa86994f9ac4aedb3d35c73665
6
+ metadata.gz: 47b2f1f7ddcbcf3d0af539de8fee30469506412790db982e255f74c07ecdf65a37f62b09383cfe7037dfd4e0636e6a9bb827350e9618a9638e8920989358ef67
7
+ data.tar.gz: 5c588481b2ea9faaa0e87a27a9a05ffc29c5b37ab438a913b965b7a8abd2dd5c24dbc55e58e76e51a18f2a6607b4f3a7842a2dd7c8f6232a81b94254f4a7ac23
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.2.6
4
+ - Security updates for the following Gems: ffi, nokogiri, rack, rails-html-sanitizer, loofah, yard
5
+
3
6
  ## 1.2.5
4
7
  - Allow ERB syntax in `lines_config.yml`
5
8
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lines-engine (1.2.5)
4
+ lines-engine (1.2.6)
5
5
  acts-as-taggable-on (>= 3.5)
6
6
  bcrypt (~> 3.1.0, >= 3.1.0)
7
7
  bcrypt-ruby (>= 3.0.0)
@@ -107,7 +107,7 @@ GEM
107
107
  coffee-script-source
108
108
  execjs
109
109
  coffee-script-source (1.12.2)
110
- concurrent-ruby (1.0.2)
110
+ concurrent-ruby (1.1.3)
111
111
  crass (1.0.4)
112
112
  diff-lcs (1.2.5)
113
113
  erubis (2.7.0)
@@ -119,7 +119,7 @@ GEM
119
119
  railties (>= 3.0.0)
120
120
  faker (1.6.6)
121
121
  i18n (~> 0.5)
122
- ffi (1.9.14)
122
+ ffi (1.9.25)
123
123
  formatador (0.2.5)
124
124
  friendly_id (5.2.4)
125
125
  activerecord (>= 4.0.0)
@@ -137,7 +137,8 @@ GEM
137
137
  guard-rspec (4.2.0)
138
138
  guard (>= 2.1.1)
139
139
  rspec (>= 2.14, < 4.0)
140
- i18n (0.7.0)
140
+ i18n (0.9.5)
141
+ concurrent-ruby (~> 1.0)
141
142
  jquery-fileupload-rails (1.0.0)
142
143
  actionpack (>= 3.1)
143
144
  railties (>= 3.1)
@@ -166,7 +167,8 @@ GEM
166
167
  rb-fsevent (~> 0.9, >= 0.9.4)
167
168
  rb-inotify (~> 0.9, >= 0.9.7)
168
169
  ruby_dep (~> 1.2)
169
- loofah (2.0.3)
170
+ loofah (2.2.3)
171
+ crass (~> 1.0.2)
170
172
  nokogiri (>= 1.5.9)
171
173
  lumberjack (1.0.10)
172
174
  mail (2.7.1)
@@ -178,8 +180,8 @@ GEM
178
180
  mime-types-data (~> 3.2015)
179
181
  mime-types-data (3.2016.0521)
180
182
  mini_mime (1.0.1)
181
- mini_portile2 (2.1.0)
182
- minitest (5.9.1)
183
+ mini_portile2 (2.3.0)
184
+ minitest (5.11.3)
183
185
  multi_json (1.13.1)
184
186
  mysql2 (0.4.5)
185
187
  nenv (0.3.0)
@@ -187,8 +189,8 @@ GEM
187
189
  net-ssh (>= 2.6.5)
188
190
  net-ssh (3.2.0)
189
191
  nio4r (1.2.1)
190
- nokogiri (1.6.8.1)
191
- mini_portile2 (~> 2.1.0)
192
+ nokogiri (1.8.5)
193
+ mini_portile2 (~> 2.3.0)
192
194
  nokogumbo (1.5.0)
193
195
  nokogiri
194
196
  notiffany (0.1.1)
@@ -201,7 +203,7 @@ GEM
201
203
  slop (~> 3.4)
202
204
  pygments.rb (1.2.1)
203
205
  multi_json (>= 1.0.0)
204
- rack (2.0.1)
206
+ rack (2.0.6)
205
207
  rack-test (0.6.3)
206
208
  rack (>= 1.0)
207
209
  railroady (1.5.2)
@@ -217,11 +219,11 @@ GEM
217
219
  bundler (>= 1.3.0, < 2.0)
218
220
  railties (= 5.0.0.1)
219
221
  sprockets-rails (>= 2.0.0)
220
- rails-dom-testing (2.0.1)
221
- activesupport (>= 4.2.0, < 6.0)
222
- nokogiri (~> 1.6.0)
223
- rails-html-sanitizer (1.0.3)
224
- loofah (~> 2.0)
222
+ rails-dom-testing (2.0.3)
223
+ activesupport (>= 4.2.0)
224
+ nokogiri (>= 1.6)
225
+ rails-html-sanitizer (1.0.4)
226
+ loofah (~> 2.2, >= 2.2.2)
225
227
  rails3-jquery-autocomplete (1.0.15)
226
228
  rails (>= 3.2)
227
229
  railties (5.0.0.1)
@@ -286,9 +288,9 @@ GEM
286
288
  net-scp (>= 1.1.2)
287
289
  net-ssh (>= 2.8.0)
288
290
  thor (0.19.1)
289
- thread_safe (0.3.5)
291
+ thread_safe (0.3.6)
290
292
  tilt (2.0.8)
291
- tzinfo (1.2.2)
293
+ tzinfo (1.2.5)
292
294
  thread_safe (~> 0.1)
293
295
  uglifier (4.1.20)
294
296
  execjs (>= 0.3.0, < 3)
@@ -297,7 +299,7 @@ GEM
297
299
  websocket-extensions (0.1.3)
298
300
  xpath (2.0.0)
299
301
  nokogiri (~> 1.3)
300
- yard (0.9.5)
302
+ yard (0.9.16)
301
303
 
302
304
  PLATFORMS
303
305
  ruby
@@ -135,6 +135,12 @@ To change the header/meta/footer elements you need to modify <tt>app/views/layou
135
135
  {<img src="http://lines.opoloo.com/assets/images/screenshots/git-overview.png" />}[http://lines.opoloo.com/assets/images/screenshots/git-overview.png]
136
136
 
137
137
 
138
+ == Contributors
139
+ A big thanks goes to these wonderful people for their contributions and support:
140
+
141
+ @MyXoToD, @adonespitogo, @scottbarrow, @aziflaj, @dafuga, @usamah82, @edgarlepe
142
+
143
+
138
144
  == License
139
145
 
140
146
  You may use the Lines blog template as you please. You’d make us happy, though, if you kept an attribution to {Lines}[http://lines.opoloo.com/] and {Opoloo}[https://www.opoloo.com] to spread the word.
@@ -1,3 +1,3 @@
1
1
  module Lines
2
- VERSION = "1.2.5"
2
+ VERSION = "1.2.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lines-engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.5
4
+ version: 1.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Opoloo GbR
metadata.gz.sig CHANGED
Binary file