settings_on_rails 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fbb69ae794bd085f9996cb04e3246afec69c2d50
4
- data.tar.gz: 1994e3ead98a2075bdd71d0b406ffcd9a98e3487
3
+ metadata.gz: e311010760e4452a33b1a0d0048f5e304a679eb8
4
+ data.tar.gz: bf162619d8b3076eaafdf7ce95343ee14f3f278f
5
5
  SHA512:
6
- metadata.gz: 5cfd24abffdbc9c209d7e921e19f33e0170b10fafa25682546119402c7c0897a6706388fc0172b029dce06a4504827eb2f7d9de3c69ba675deda69e2e2d787ee
7
- data.tar.gz: cc40d8e46d5ed04e2757ce10f6b5c58d33d099bce48f9680a03dd3b578e8f83108b0c95774cfb290568f8a52856b3bda09dc8b6f6668c9b86e31def8bc121ac7
6
+ metadata.gz: 1e6f39188ad57d798b91056674978352aea290980a7ced7d7e82a671879ed74b97f97f1ea104864ce200618a77b0d10fa54706385b7b32dcc882c0f15c332e89
7
+ data.tar.gz: f1b3a5cb8aa949ab5c57896ca345e19aa1d9bc6b3dbab3207e3acd522ad8d7bb12629205fbde26d558f5be225c704740c3a7fcf83a4edfcbe1c97cad923fbc9d
@@ -1,3 +1,3 @@
1
1
  module SettingsOnRails
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ['ALLEN WANG QIANG']
10
10
  spec.email = ['qwang@comp.nus.edu.sg']
11
11
 
12
- spec.summary = %q{Handle Model specific Settings for Rails.}
13
- spec.description = %q{Ruby Gem help to handle model specific settings for ActiveRecord, settings are stored as hashes. Supports multiple keys and default values.}
12
+ spec.summary = %q{Model specific Hash Preferences/Settings for Rails.}
13
+ spec.description = %q{Ruby gem help to handle key/value settings(preferences) for ActiveRecord model. Settings are stored in hash, supports nested/multiple keys and default values.}
14
14
  spec.homepage = 'https://github.com/allenwq/settings_on_rails'
15
15
  spec.license = 'MIT'
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: settings_on_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ALLEN WANG QIANG
@@ -80,8 +80,8 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '10'
83
- description: Ruby Gem help to handle model specific settings for ActiveRecord, settings
84
- are stored as hashes. Supports multiple keys and default values.
83
+ description: Ruby gem help to handle key/value settings(preferences) for ActiveRecord
84
+ model. Settings are stored in hash, supports nested/multiple keys and default values.
85
85
  email:
86
86
  - qwang@comp.nus.edu.sg
87
87
  executables: []
@@ -128,6 +128,6 @@ rubyforge_project:
128
128
  rubygems_version: 2.4.6
129
129
  signing_key:
130
130
  specification_version: 4
131
- summary: Handle Model specific Settings for Rails.
131
+ summary: Model specific Hash Preferences/Settings for Rails.
132
132
  test_files: []
133
133
  has_rdoc: