mutator_rails 0.1.10 → 0.1.11

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: ec26663a002962c4d61f81cc11a47bc3157ffc19
4
- data.tar.gz: c3d21eab3fedb2e4e78ad225b569c040f0de3263
3
+ metadata.gz: deea486611c5cf5afc5e74250b67d33152cf4eba
4
+ data.tar.gz: '0076541159f566ca7a77ef126f1dc6934ed2cb05'
5
5
  SHA512:
6
- metadata.gz: dc2edb6a53fc33c9e7d26282e2d1820551ce8fe371eb760d92092241e90e87d34a1951b58cd12d34892e0e869b71d0418c204cd11a00d451e890c3d47b087bc0
7
- data.tar.gz: 21da26b827b7c5be909e73892d17ae66bf96c84575e1d78377ea298adb09a10e1547e5e92d9d35c5a2eab09dca2443f0a377c57e60f5572a3c629661a499598a
6
+ metadata.gz: 72ba7152a04a9c025153cd9ae4ae7b03c6fc8bdb1bbeb98f06019c13e2c737566e7e94318b00cb725ff902fca12133f06a633e231f02e61c5732a9d72de7c032
7
+ data.tar.gz: 25a86ac5cdd15b7315143ce63a0d00a912b1c52a829429a38e54e17f74f23d01d9ed506bd6f0fa7aaad7a711324cf53387f4cf341f808b75f37d3cac2a536fd0
data/CHANGELOG.md CHANGED
@@ -12,6 +12,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
12
12
 
13
13
  ### Removed
14
14
 
15
+ ## [0.1.11] - 2018-05-04
16
+
17
+ ### Added
18
+
19
+ ### Changed
20
+
21
+ - Updated `rails-html-sanitzer` gem to address security vulnerability.
22
+ [I46](https://github.com/dinj-oss/mutator_rails/issues/46) [PR45](https://github.com/dinj-oss/mutator_rails/pull/45)
23
+
24
+ ### Removed
25
+
15
26
  ## [0.1.10] - 2018-04-13
16
27
 
17
28
  ### Added
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mutator_rails (0.1.10)
4
+ mutator_rails (0.1.11)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -146,8 +146,8 @@ GEM
146
146
  rails-dom-testing (2.0.3)
147
147
  activesupport (>= 4.2.0)
148
148
  nokogiri (>= 1.6)
149
- rails-html-sanitizer (1.0.3)
150
- loofah (~> 2.0)
149
+ rails-html-sanitizer (1.0.4)
150
+ loofah (~> 2.2, >= 2.2.2)
151
151
  railties (5.1.0)
152
152
  actionpack (= 5.1.0)
153
153
  activesupport (= 5.1.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MutatorRails
4
- VERSION = '0.1.10'
4
+ VERSION = '0.1.11'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mutator_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Chambers
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-04-13 00:00:00.000000000 Z
12
+ date: 2018-05-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler