hood 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/HISTORY.md CHANGED
@@ -1,4 +1,9 @@
1
- ## 0.0.1 (11-1-11)
1
+ ## 0.1.0 (2012-04-04)
2
+
3
+ * Fixes bug!
4
+
5
+
6
+ ## 0.0.1 (2011-01-11)
2
7
 
3
8
  * First release
4
9
  * Basic support for required variables
data/README.md CHANGED
@@ -33,9 +33,11 @@ end
33
33
  ```
34
34
 
35
35
  ## Options
36
- * :description - If the desired value isn't obvious, you can include a string
37
- * :optional - Pass true to avoid throwing a runtime error when the app starts and this var isn't present
38
- * :default - A pre-defined default value for this var
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
@@ -16,7 +16,7 @@ module Hood
16
16
 
17
17
  def setup!
18
18
  load_envfile
19
- fulfull_requirements
19
+ fulfill_requirements
20
20
  end
21
21
 
22
22
  def load_envfile
data/lib/hood/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Hood
2
- VERSION = "0.0.1"
2
+ VERSION = "0.1.0"
3
3
  end
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.1
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: 2011-11-01 00:00:00.000000000Z
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: -1841366577289620485
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: -1841366577289620485
54
+ hash: -3912048646233035125
55
55
  requirements: []
56
56
  rubyforge_project:
57
57
  rubygems_version: 1.8.10