active_record-humanized_enum 0.1.1 → 0.1.2
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/CONTRIBUTING.md +3 -3
- data/Gemfile +1 -1
- data/active_record-humanized_enum.gemspec +2 -2
- data/lib/active_record/humanized_enum/version.rb +1 -1
- metadata +11 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9cb3636f627e3571f72cff2e39345aeb524f44e2
|
|
4
|
+
data.tar.gz: 0432220b70e3476f6c807714b28e380a9b9263f3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e64c5f0fe6686d011a223bf7e81b644d55ccdb1edfdc83a6181900e7934d65d8406e23f74c1f43ba3981ffcefe999f315081b198b8607f40b91d5c238416ee7
|
|
7
|
+
data.tar.gz: 7b349c6971a724f2da5dc7cb5617072f524c68731f4bd154320d6cb03bf70a664ded728472ec6f45b603a8e302270c392a4c1ea3610bbdcbe35a38c84e8e58fc
|
data/CONTRIBUTING.md
CHANGED
|
@@ -23,17 +23,17 @@ If you want to request a feature or report a bug, please use the following templ
|
|
|
23
23
|
|
|
24
24
|
## Gem version:
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
Version: [Add gem version here]
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
## Writing code
|
|
30
30
|
|
|
31
31
|
Once you've made your great commits (include tests, please):
|
|
32
32
|
|
|
33
|
-
1. [Fork](http://help.github.com/forking/) the [original repository](http://github.com/dhyegofernando/
|
|
33
|
+
1. [Fork](http://help.github.com/forking/) the [original repository](http://github.com/dhyegofernando/active_record-humanized_enum)
|
|
34
34
|
2. Create a topic branch - `git checkout -b my_branch`
|
|
35
35
|
3. Push to your branch - `git push origin my_branch`
|
|
36
|
-
4. [Create an Issue](http://github.com/dhyegofernando/
|
|
36
|
+
4. [Create an Issue](http://github.com/dhyegofernando/active_record-humanized_enum/issues) with a link to your branch
|
|
37
37
|
5. That's it!
|
|
38
38
|
|
|
39
39
|
Please respect the code style using [editorconfig](http://editorconfig.org/) in your text editor.
|
data/Gemfile
CHANGED
|
@@ -15,8 +15,8 @@ Gem::Specification.new do |spec|
|
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
17
17
|
|
|
18
|
-
spec.add_dependency 'railties'
|
|
19
|
-
spec.add_dependency 'activesupport'
|
|
18
|
+
spec.add_dependency 'railties'
|
|
19
|
+
spec.add_dependency 'activesupport'
|
|
20
20
|
spec.add_dependency 'i18n'
|
|
21
21
|
|
|
22
22
|
spec.add_development_dependency 'bundler'
|
metadata
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_record-humanized_enum
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dhyego Fernando
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-04-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
19
|
+
version: '0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - "
|
|
24
|
+
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
26
|
+
version: '0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: activesupport
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- - "
|
|
31
|
+
- - ">="
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '
|
|
33
|
+
version: '0'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- - "
|
|
38
|
+
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '
|
|
40
|
+
version: '0'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: i18n
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -159,7 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
159
159
|
version: '0'
|
|
160
160
|
requirements: []
|
|
161
161
|
rubyforge_project:
|
|
162
|
-
rubygems_version: 2.
|
|
162
|
+
rubygems_version: 2.6.14
|
|
163
163
|
signing_key:
|
|
164
164
|
specification_version: 4
|
|
165
165
|
summary: Easily translate your ActiveRecord's enums.
|