hood 0.0.1 → 0.1.0
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/HISTORY.md +6 -1
- data/README.md +6 -5
- data/lib/hood.rb +1 -1
- data/lib/hood/version.rb +1 -1
- metadata +4 -4
data/HISTORY.md
CHANGED
data/README.md
CHANGED
|
@@ -33,9 +33,11 @@ end
|
|
|
33
33
|
```
|
|
34
34
|
|
|
35
35
|
## Options
|
|
36
|
-
*
|
|
37
|
-
|
|
38
|
-
*
|
|
36
|
+
* `:description` If the desired value isn't obvious, you can include a
|
|
37
|
+
description
|
|
38
|
+
* `:optional` Pass true to avoid throwing a runtime error when the app starts
|
|
39
|
+
and this var isn't present
|
|
40
|
+
* `:default` A pre-defined default value for this var
|
|
39
41
|
|
|
40
42
|
## Compatibility
|
|
41
43
|
|
|
@@ -49,5 +51,4 @@ Rubinius 2.0, and JRuby.
|
|
|
49
51
|
|
|
50
52
|
## License
|
|
51
53
|
|
|
52
|
-
Hood is released under the MIT license. See the LICENSE file for more
|
|
53
|
-
info.
|
|
54
|
+
Hood is released under the MIT license. See the LICENSE file for more info.
|
data/lib/hood.rb
CHANGED
data/lib/hood/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hood
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2012-04-04 00:00:00.000000000Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Hood gives you a standard way to define environment variable requirements
|
|
15
15
|
for your app.
|
|
@@ -42,7 +42,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
42
42
|
version: '0'
|
|
43
43
|
segments:
|
|
44
44
|
- 0
|
|
45
|
-
hash: -
|
|
45
|
+
hash: -3912048646233035125
|
|
46
46
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
47
47
|
none: false
|
|
48
48
|
requirements:
|
|
@@ -51,7 +51,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
51
51
|
version: '0'
|
|
52
52
|
segments:
|
|
53
53
|
- 0
|
|
54
|
-
hash: -
|
|
54
|
+
hash: -3912048646233035125
|
|
55
55
|
requirements: []
|
|
56
56
|
rubyforge_project:
|
|
57
57
|
rubygems_version: 1.8.10
|