configurethis 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/configurethis.gemspec +1 -1
- data/lib/configurethis/version.rb +1 -1
- metadata +16 -10
- checksums.yaml +0 -7
data/configurethis.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
|
|
|
11
11
|
gem.description = %q{Clean up your configuration approach by using Configurethis. Configurethis allows you to access your config values using method names instead of string literals to identify which config value you want to retrieve.}
|
|
12
12
|
gem.summary = gem.description
|
|
13
13
|
gem.homepage = "https://github.com/mattsnyder/configurethis"
|
|
14
|
-
|
|
14
|
+
gem.licenses = ['MIT', 'GPL-2']
|
|
15
15
|
gem.add_development_dependency "rspec-given", ">= 3.0.0"
|
|
16
16
|
|
|
17
17
|
gem.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,27 +1,30 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: configurethis
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
|
+
prerelease:
|
|
5
6
|
platform: ruby
|
|
6
7
|
authors:
|
|
7
8
|
- Matt Snyder
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
11
|
-
date: 2013-07-
|
|
12
|
+
date: 2013-07-29 00:00:00.000000000 Z
|
|
12
13
|
dependencies:
|
|
13
14
|
- !ruby/object:Gem::Dependency
|
|
14
15
|
name: rspec-given
|
|
15
16
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
+
none: false
|
|
16
18
|
requirements:
|
|
17
|
-
- - '>='
|
|
19
|
+
- - ! '>='
|
|
18
20
|
- !ruby/object:Gem::Version
|
|
19
21
|
version: 3.0.0
|
|
20
22
|
type: :development
|
|
21
23
|
prerelease: false
|
|
22
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
23
26
|
requirements:
|
|
24
|
-
- - '>='
|
|
27
|
+
- - ! '>='
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
26
29
|
version: 3.0.0
|
|
27
30
|
description: Clean up your configuration approach by using Configurethis. Configurethis
|
|
@@ -61,27 +64,30 @@ files:
|
|
|
61
64
|
- spec/configurethis/support/config/riak_config.yml
|
|
62
65
|
- spec/spec_helper.rb
|
|
63
66
|
homepage: https://github.com/mattsnyder/configurethis
|
|
64
|
-
licenses:
|
|
65
|
-
|
|
67
|
+
licenses:
|
|
68
|
+
- MIT
|
|
69
|
+
- GPL-2
|
|
66
70
|
post_install_message:
|
|
67
71
|
rdoc_options: []
|
|
68
72
|
require_paths:
|
|
69
73
|
- lib
|
|
70
74
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
75
|
+
none: false
|
|
71
76
|
requirements:
|
|
72
|
-
- - '>='
|
|
77
|
+
- - ! '>='
|
|
73
78
|
- !ruby/object:Gem::Version
|
|
74
79
|
version: '0'
|
|
75
80
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
|
+
none: false
|
|
76
82
|
requirements:
|
|
77
|
-
- - '>='
|
|
83
|
+
- - ! '>='
|
|
78
84
|
- !ruby/object:Gem::Version
|
|
79
85
|
version: '0'
|
|
80
86
|
requirements: []
|
|
81
87
|
rubyforge_project:
|
|
82
|
-
rubygems_version:
|
|
88
|
+
rubygems_version: 1.8.25
|
|
83
89
|
signing_key:
|
|
84
|
-
specification_version:
|
|
90
|
+
specification_version: 3
|
|
85
91
|
summary: Clean up your configuration approach by using Configurethis. Configurethis
|
|
86
92
|
allows you to access your config values using method names instead of string literals
|
|
87
93
|
to identify which config value you want to retrieve.
|
checksums.yaml
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
SHA1:
|
|
3
|
-
metadata.gz: 5723af1658f8eabfccb87c0778932c80449c083a
|
|
4
|
-
data.tar.gz: 05bc9b9fbb782d340a4511854b3a41157dc48f4a
|
|
5
|
-
SHA512:
|
|
6
|
-
metadata.gz: 02e2a1787c1fd992ac4e33abc1b4f448c2d7b72cb69e94fbf16c4530610edbbea56d56efea90c9d54ebc04ad5fd762dce79f91557f36bf38ab34e9e61ffb6426
|
|
7
|
-
data.tar.gz: fc8c5122c49c2d0bd0cfd744b46d1ce2d5b3657ba2e8ea9c672eb006d502dba341837af4cd334d11096f641135a73a6de389b8fda3d5236d8f605e4d6bd5bd97
|