yaml_enumeration 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +2 -2
- data/CHANGELOG.md +4 -0
- data/lib/yaml_enumeration/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8747c00cb3c5721cdcae63a2cffd0de025b3e6f9e0904b82dc25b61f6487bf70
|
4
|
+
data.tar.gz: 48f1a23d176f9e2800aa8d2dd90de53a9f6a8470792aed732a3c9e198fbb42e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42a5619fe9bb3f8b17267da4ee6d98d3a870eb782241f4a33bf44bb026e7fadf10ff8d3ae76cb4a37d729a47e90b3a04e4cfb3d26bbc4c572d3e836e1ddd9a9e
|
7
|
+
data.tar.gz: 24ab6e4d7a6f5216ce2aa1f6ae5c95085ac7f5a982ac0d24626a1196a4cd4de676dbb17022269b6296263cf6732f26d6dca8f72d56e9e1ea44ad3139d874201f
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
+
## 0.2.1
|
4
|
+
|
5
|
+
* add support for Ruby `2.5.3` [#2])(https://github.com/alto/yaml_enumeration/pull/2)
|
6
|
+
|
3
7
|
## 0.2.0
|
4
8
|
|
5
9
|
* support _ActiveRecord_ methods `where`, `find_by` [#1])(https://github.com/alto/yaml_enumeration/pull/1), thanks to [@richdrich](https://github.com/richdrich)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yaml_enumeration
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thorsten Boettger
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-10-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -139,7 +139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
139
139
|
version: '0'
|
140
140
|
requirements: []
|
141
141
|
rubyforge_project:
|
142
|
-
rubygems_version: 2.7.
|
142
|
+
rubygems_version: 2.7.7
|
143
143
|
signing_key:
|
144
144
|
specification_version: 4
|
145
145
|
summary: Create ActiveRecord enumerations based on YAML files.
|