decanter 3.1.0 → 3.1.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
  SHA256:
3
- metadata.gz: 1518df774602ffe66ea5fe6b9ee101f74644876b9ae8417f575828c8b9ffc961
4
- data.tar.gz: a9e2201a3df589f2664b565313f1c74d70ae9c4cd3e9c9836aad4507e8a11418
3
+ metadata.gz: 41a34deb5031de28979d99cb09d64538b2d718435d5d7786626c5d62c81021d1
4
+ data.tar.gz: a897bf8bccc8f3d282299a6d1f0f68a70dcdbaabd6b9b8ab933b52e619cd0e26
5
5
  SHA512:
6
- metadata.gz: ae0d8395af236b8487af2812fd05a778f806055e1167d6635f2d91a4f25d07ccc62067423375fbb3e4da1d58c01d4affb4861b62c9a0a2220c30bae709ef7125
7
- data.tar.gz: 935eab7ccb2ef88db8e01b4faefae22b84d65c5264925432684ae5d67e222bddb0c796672de0d9e4606176f3c321654a220246e889565819cc9116e01a4ce5b5
6
+ metadata.gz: d4409ea087acc2122ca50cdd57daf6edbf1fd08b2c34f3386c9ba8d1989e14ef60c648f45d0d3eaffdc14813b26d4c277d9abedbcb6b8424f404a8f1096eb161
7
+ data.tar.gz: 1fe1e1b5939338bca63153421810649afdadc2b169d45f5823bcd437f7229aa56bb8e4baceddf7c31e7c7fbe7624d49e3bf94820587e11f455727bbb49a87aee
@@ -4,5 +4,5 @@
4
4
  ## Author Checklist
5
5
  - [ ] Add unit test(s)
6
6
  - [ ] Update documentation (if necessary)
7
- - [ ] Update version in `version.rb` following [versioning guidelines](https://github.com/LaunchPadLab/opex/blob/master/gists/gem-guidelines.md#pull-requests-and-deployments)
7
+ - [ ] Update version in `version.rb` following [versioning guidelines](https://github.com/LaunchPadLab/opex-public/blob/master/gists/gem-guidelines.md#pull-requests-and-deployments)
8
8
 
@@ -1,6 +1,6 @@
1
1
  # Contributing
2
2
 
3
- Thanks for your interest in contributing! This project follows our [Gem guidelines](https://github.com/LaunchPadLab/opex/blob/master/gists/gem-guidelines.md).
3
+ Thanks for your interest in contributing! This project follows our [Gem guidelines](https://github.com/LaunchPadLab/opex-public/blob/master/gists/gem-guidelines.md).
4
4
 
5
5
  ## Code of Conduct
6
6
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- decanter (3.1.0)
4
+ decanter (3.1.1)
5
5
  actionpack (>= 4.2.10)
6
6
  activesupport
7
7
  rails-html-sanitizer (>= 1.0.4)
@@ -1,3 +1,3 @@
1
1
  module Decanter
2
- VERSION = '3.1.0'.freeze
2
+ VERSION = '3.1.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decanter
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Francis
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2020-04-16 00:00:00.000000000 Z
12
+ date: 2020-10-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack