lines-engine 1.2.6 → 1.2.6.1

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: ff623b398e401c02a7461b893fb843309e971df1
4
- data.tar.gz: d73a8bfa498cfca3ec69a3bfa50282754acf4f4a
3
+ metadata.gz: aa90d0e16cdbfc89291ed6b8e0ebdb7473cc9914
4
+ data.tar.gz: efb9fbba82f86d9cbb0b21a1866ef5068d571df9
5
5
  SHA512:
6
- metadata.gz: 47b2f1f7ddcbcf3d0af539de8fee30469506412790db982e255f74c07ecdf65a37f62b09383cfe7037dfd4e0636e6a9bb827350e9618a9638e8920989358ef67
7
- data.tar.gz: 5c588481b2ea9faaa0e87a27a9a05ffc29c5b37ab438a913b965b7a8abd2dd5c24dbc55e58e76e51a18f2a6607b4f3a7842a2dd7c8f6232a81b94254f4a7ac23
6
+ metadata.gz: 2841c73a8096648ded67068eebca3e14ffca4f8303a9bb369781606f54e5517b2de46a4a7008933e56de08035bb5cd8db827a383d0ddae6f9887ce9b8191e3bd
7
+ data.tar.gz: 9e4fa455a99ab5224d3455eb7d3c9457881d5c18df2c60cc1ac7129a2c5aba9398ba85f388ff132a73066720fcc83d4ca1db44eaf966b112a9cdb8fdae1604ae
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.2.6.1
4
+ - Typo inside div tag corrected
5
+
3
6
  ## 1.2.6
4
7
  - Security updates for the following Gems: ffi, nokogiri, rack, rails-html-sanitizer, loofah, yard
5
8
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lines-engine (1.2.6)
4
+ lines-engine (1.2.6.1)
5
5
  acts-as-taggable-on (>= 3.5)
6
6
  bcrypt (~> 3.1.0, >= 3.1.0)
7
7
  bcrypt-ruby (>= 3.0.0)
@@ -191,8 +191,8 @@ GEM
191
191
  nio4r (1.2.1)
192
192
  nokogiri (1.8.5)
193
193
  mini_portile2 (~> 2.3.0)
194
- nokogumbo (1.5.0)
195
- nokogiri
194
+ nokogumbo (2.0.1)
195
+ nokogiri (~> 1.8, >= 1.8.4)
196
196
  notiffany (0.1.1)
197
197
  nenv (~> 0.1)
198
198
  shellany (~> 0.0)
@@ -255,10 +255,10 @@ GEM
255
255
  rspec-expectations (~> 2.14.0)
256
256
  rspec-mocks (~> 2.14.0)
257
257
  ruby_dep (1.5.0)
258
- sanitize (4.6.6)
258
+ sanitize (5.0.0)
259
259
  crass (~> 1.0.2)
260
- nokogiri (>= 1.4.4)
261
- nokogumbo (~> 1.4)
260
+ nokogiri (>= 1.8.0)
261
+ nokogumbo (~> 2.0)
262
262
  sass (3.7.2)
263
263
  sass-listen (~> 4.0.0)
264
264
  sass-listen (4.0.0)
@@ -72,7 +72,7 @@ module Lines
72
72
  html = content_tag(:div, id: 'navbar') do
73
73
  content_tag(:div, class: 'navbar-inner') do
74
74
  if current_lines_user
75
- content_tag(:span, class: 'buttons', &block) + "<div class='btn-menu'><dic class='stripes'></div></div>".html_safe +
75
+ content_tag(:span, class: 'buttons', &block) + "<div class='btn-menu'><div class='stripes'></div></div>".html_safe +
76
76
  "<div class='submenu'>
77
77
  <div class='submenu-inner'>
78
78
  <ul>
@@ -1,3 +1,3 @@
1
1
  module Lines
2
- VERSION = "1.2.6"
2
+ VERSION = "1.2.6.1"
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.6
4
+ version: 1.2.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Opoloo GbR
@@ -1215,7 +1215,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1215
1215
  version: '0'
1216
1216
  requirements: []
1217
1217
  rubyforge_project:
1218
- rubygems_version: 2.6.10
1218
+ rubygems_version: 2.6.14
1219
1219
  signing_key:
1220
1220
  specification_version: 4
1221
1221
  summary: LINES is the open source blog platform you have been waiting for
metadata.gz.sig CHANGED
Binary file