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 +4 -4
- data/.github/PULL_REQUEST_TEMPLATE.md +1 -1
- data/CONTRIBUTING.md +1 -1
- data/Gemfile.lock +1 -1
- data/lib/decanter/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 41a34deb5031de28979d99cb09d64538b2d718435d5d7786626c5d62c81021d1
|
|
4
|
+
data.tar.gz: a897bf8bccc8f3d282299a6d1f0f68a70dcdbaabd6b9b8ab933b52e619cd0e26
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
data/CONTRIBUTING.md
CHANGED
|
@@ -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
|
|
data/Gemfile.lock
CHANGED
data/lib/decanter/version.rb
CHANGED
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.
|
|
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-
|
|
12
|
+
date: 2020-10-05 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: actionpack
|