gem_configurator 0.0.6 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/gem_configurator.gemspec +1 -1
- data/lib/gem_configurator/version.rb +1 -1
- metadata +6 -5
data/gem_configurator.gemspec
CHANGED
@@ -5,7 +5,7 @@ Gem::Specification.new do |gem|
|
|
5
5
|
gem.authors = ["Ian Whitney", "Davin Lagerroos"]
|
6
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
|
-
gem.summary = %q{
|
8
|
+
gem.summary = %q{Provides a simple, uniform way to configure a gem with a yaml file. Designed to work within a Rails app.}
|
9
9
|
gem.homepage = "https://github.com/SeniorServiceAmerica/gem_configurator"
|
10
10
|
|
11
11
|
gem.files = `git ls-files`.split($\)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gem_configurator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 1.0.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,11 +10,11 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2012-
|
13
|
+
date: 2012-09-05 00:00:00.000000000Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: activesupport
|
17
|
-
requirement: &
|
17
|
+
requirement: &2165374320 !ruby/object:Gem::Requirement
|
18
18
|
none: false
|
19
19
|
requirements:
|
20
20
|
- - ! '>='
|
@@ -22,7 +22,7 @@ dependencies:
|
|
22
22
|
version: 3.0.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
|
-
version_requirements: *
|
25
|
+
version_requirements: *2165374320
|
26
26
|
description: Implements a standard way of using yml files to configure gems.
|
27
27
|
email:
|
28
28
|
- iwhitney@ssa-i.org
|
@@ -62,5 +62,6 @@ rubyforge_project:
|
|
62
62
|
rubygems_version: 1.8.16
|
63
63
|
signing_key:
|
64
64
|
specification_version: 3
|
65
|
-
summary:
|
65
|
+
summary: Provides a simple, uniform way to configure a gem with a yaml file. Designed
|
66
|
+
to work within a Rails app.
|
66
67
|
test_files: []
|