config_module 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config_module.gemspec +1 -0
- data/lib/config_module/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3e25ba89be735453a4e316b05519c3730690b10
|
4
|
+
data.tar.gz: 0233e576c411345a988e23d42b0239dc033b0634
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ed89f0d59b74e3ef74bd1a08a9c730a5fc7ced78f9a5f3246fc5ca1add8a02a059c01cde60ac14c95858bae46cab1bdd1a7fa5418cdf349a5e4ca341527b934
|
7
|
+
data.tar.gz: 0bdb93b5a956fcb10a77f41c9e9f11bad69f92ab9479c05f9792e58442723dbbff1ebb66840b708819f3181b1d6f85869f41a6bff8da7452127cc94623549f28
|
data/config_module.gemspec
CHANGED
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
|
|
11
11
|
gem.description = %q{Wrap a configuration file in a module for easy use throughout your application. Inspired by Rails.}
|
12
12
|
gem.summary = %q{Load important configuration files into their own modules!}
|
13
13
|
gem.homepage = "http://github.com/acook/config_module"
|
14
|
+
gem.licenses = %w{MIT LGPL-3}
|
14
15
|
|
15
16
|
gem.files = `git ls-files`.split($/)
|
16
17
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: config_module
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Anthony Cook
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-06-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: uspec
|
@@ -83,7 +83,9 @@ files:
|
|
83
83
|
- spec/run_all_specs.rb
|
84
84
|
- spec/spec_helper.rb
|
85
85
|
homepage: http://github.com/acook/config_module
|
86
|
-
licenses:
|
86
|
+
licenses:
|
87
|
+
- MIT
|
88
|
+
- LGPL-3
|
87
89
|
metadata: {}
|
88
90
|
post_install_message:
|
89
91
|
rdoc_options: []
|