gem_configurator 0.0.5 → 0.0.6
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/gem_configurator.gemspec +2 -2
- data/lib/gem_configurator/version.rb +1 -1
- metadata +6 -4
data/gem_configurator.gemspec
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
require File.expand_path('../lib/gem_configurator/version', __FILE__)
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |gem|
|
|
5
|
-
gem.authors = ["Ian Whitney"]
|
|
6
|
-
gem.email = ["
|
|
5
|
+
gem.authors = ["Ian Whitney", "Davin Lagerroos"]
|
|
6
|
+
gem.email = ["iwhitney@ssa-i.org", "dlagerroos@ssa-i.org"]
|
|
7
7
|
gem.description = %q{Implements a standard way of using yml files to configure gems.}
|
|
8
8
|
gem.summary = %q{Implements a standard way of using yml files to configure gems.}
|
|
9
9
|
gem.homepage = "https://github.com/SeniorServiceAmerica/gem_configurator"
|
metadata
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gem_configurator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Ian Whitney
|
|
9
|
+
- Davin Lagerroos
|
|
9
10
|
autorequire:
|
|
10
11
|
bindir: bin
|
|
11
12
|
cert_chain: []
|
|
@@ -13,7 +14,7 @@ date: 2012-08-29 00:00:00.000000000Z
|
|
|
13
14
|
dependencies:
|
|
14
15
|
- !ruby/object:Gem::Dependency
|
|
15
16
|
name: activesupport
|
|
16
|
-
requirement: &
|
|
17
|
+
requirement: &2152822140 !ruby/object:Gem::Requirement
|
|
17
18
|
none: false
|
|
18
19
|
requirements:
|
|
19
20
|
- - ! '>='
|
|
@@ -21,10 +22,11 @@ dependencies:
|
|
|
21
22
|
version: 3.0.0
|
|
22
23
|
type: :runtime
|
|
23
24
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
25
|
+
version_requirements: *2152822140
|
|
25
26
|
description: Implements a standard way of using yml files to configure gems.
|
|
26
27
|
email:
|
|
27
|
-
-
|
|
28
|
+
- iwhitney@ssa-i.org
|
|
29
|
+
- dlagerroos@ssa-i.org
|
|
28
30
|
executables: []
|
|
29
31
|
extensions: []
|
|
30
32
|
extra_rdoc_files: []
|