gem_configurator 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/gem_configurator.gemspec +1 -0
- data/lib/gem_configurator/version.rb +1 -1
- data/lib/gem_configurator.rb +1 -0
- metadata +13 -2
data/gem_configurator.gemspec
CHANGED
data/lib/gem_configurator.rb
CHANGED
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: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,18 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
date: 2012-08-23 00:00:00.000000000Z
|
13
|
-
dependencies:
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: active_support
|
16
|
+
requirement: &2165746480 !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
18
|
+
requirements:
|
19
|
+
- - ! '>='
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: 3.0.0
|
22
|
+
type: :runtime
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: *2165746480
|
14
25
|
description: Implements a standard way of using yml files to configure gems.
|
15
26
|
email:
|
16
27
|
- ian@ianwhitney.com
|