configurable_enum 1.0.0 → 1.0.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
  SHA1:
3
- metadata.gz: d809d91c40c38f3ef9f422c4c1ff1835c4bd3650
4
- data.tar.gz: e98415ca4cdfb34f86f5b1a2e9c8c181485fefac
3
+ metadata.gz: 0b089747be7ea4e845e3cb12498d2b69cb49bd82
4
+ data.tar.gz: c968e12df7c389f8a596453cee7b59e245d113f9
5
5
  SHA512:
6
- metadata.gz: 649753c19bb0abdb85552c5f329628d12e1b8cbd189ccf89cd82f609042d9c71c29944e00fc6f8ef46537f4dae465fbba69f7a06e14e09e2b33057d62a17b693
7
- data.tar.gz: '0676958d78e37fb0dd6302048dc63d519685d778e837a16529c4c9937acb938b0b22c40e518f114b1ce51d70560f11c55313607c0509d050cc18b1b292884aa7'
6
+ metadata.gz: fb1ef28233d3855e053cc8e313a818c20e85411eacd841e4e35e6cc137a3a5f5c77bce9c1ffdc412b7ee955eab91f6aec2e6d80019da643c1b6ad66843637202
7
+ data.tar.gz: 49478dea1278730873dc0b2f13a6ca56b3f2c97551c6bcfbc7a069220a28bf34a4d069a744456a913b6582e160a4ffb2425d4fd84e11d3229de8c287ac097fa4
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- configurable_enum (1.0.0)
4
+ configurable_enum (1.0.1)
5
5
  rails (>= 3.0)
6
6
 
7
7
  GEM
@@ -139,4 +139,4 @@ DEPENDENCIES
139
139
  rspec (~> 3.0)
140
140
 
141
141
  BUNDLED WITH
142
- 1.16.4
142
+ 1.16.6
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = 'Make ActiveRecord `enum` configurable: store the mapping in database instead of hard code'
13
13
  spec.description = 'Make ActiveRecord `enum` configurable: store the mapping in database instead of hard code'
14
- spec.homepage = 'https://github.com/zhandao'
14
+ spec.homepage = 'https://github.com/zhandao/configurable_enum'
15
15
  spec.license = 'MIT'
16
16
 
17
17
  # Specify which files should be added to the gem when it is released.
@@ -1,3 +1,3 @@
1
1
  module ConfigurableEnum
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: configurable_enum
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - zhandao
@@ -93,7 +93,7 @@ files:
93
93
  - lib/generators/configurable_enum/templates/initializers/configurable_enum.erb
94
94
  - lib/generators/configurable_enum/templates/migrations/mapping.erb
95
95
  - lib/generators/configurable_enum/templates/models/mapping.erb
96
- homepage: https://github.com/zhandao
96
+ homepage: https://github.com/zhandao/configurable_enum
97
97
  licenses:
98
98
  - MIT
99
99
  metadata: {}