brendan-simpleconfig 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,6 @@
1
+ === 0.0.1-4 / 2008-07-02
2
+
3
+ * Birthday!
4
+ * A few versions, just trying to get it on Github properly. My git-fu is weak right now.
5
+
6
+
@@ -3,7 +3,7 @@ require 'yaml'
3
3
 
4
4
  class SimpleConfig < Hash
5
5
 
6
- VERSION='0.0.3'
6
+ VERSION='0.0.4'
7
7
  AUTHORS=["Brendan Baldwin"]
8
8
  EMAIL=["brendan@usergenic.com"]
9
9
  DESCRIPTION=%q{This is a really simple system for getting configuration data into your app. See the wiki at http://github.com/brendan/simpleconfig/wikis for usage.}
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{simpleconfig}
3
- s.version = "0.0.3"
3
+ s.version = "0.0.4"
4
4
 
5
5
  s.specification_version = 2 if s.respond_to? :specification_version=
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brendan-simpleconfig
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brendan Baldwin