jamesearl-rails-settings 1.0.2 → 1.0.3
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.
- data/lib/rails-settings/version.rb +1 -1
- data/rails-settings.gemspec +2 -2
- metadata +4 -4
data/rails-settings.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.authors = ['James Cunningham']
|
|
9
9
|
s.email = ['james@einherj.ar.com']
|
|
10
10
|
s.homepage = 'https://github.com/jamesearl/rails-settings'
|
|
11
|
-
s.summary = %q{Settings management for ActiveRecord objects}
|
|
12
|
-
s.description = %q{Ruby Gem that makes managing a table of key/value pairs easy. Think of it like a Hash stored in you database, that uses simple ActiveRecord
|
|
11
|
+
s.summary = %q{Settings management for ActiveRecord objects with ENV back.}
|
|
12
|
+
s.description = %q{Ruby Gem that makes managing a table of key/value pairs easy. Think of it like a Hash stored in you database, that uses simple ActiveRecord-like methods for manipulation. ENV-backed for Heroku ease.}
|
|
13
13
|
|
|
14
14
|
s.rubyforge_project = 'jamesearl-rails-settings'
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jamesearl-rails-settings
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -60,8 +60,8 @@ dependencies:
|
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: '0'
|
|
62
62
|
description: Ruby Gem that makes managing a table of key/value pairs easy. Think of
|
|
63
|
-
it like a Hash stored in you database, that uses simple ActiveRecord
|
|
64
|
-
for manipulation.
|
|
63
|
+
it like a Hash stored in you database, that uses simple ActiveRecord-like methods
|
|
64
|
+
for manipulation. ENV-backed for Heroku ease.
|
|
65
65
|
email:
|
|
66
66
|
- james@einherj.ar.com
|
|
67
67
|
executables: []
|
|
@@ -111,7 +111,7 @@ rubyforge_project: jamesearl-rails-settings
|
|
|
111
111
|
rubygems_version: 1.8.22
|
|
112
112
|
signing_key:
|
|
113
113
|
specification_version: 3
|
|
114
|
-
summary: Settings management for ActiveRecord objects
|
|
114
|
+
summary: Settings management for ActiveRecord objects with ENV back.
|
|
115
115
|
test_files:
|
|
116
116
|
- test/settings_test.rb
|
|
117
117
|
- test/test_helper.rb
|