steenzout-cfg 1.0.0 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.textile +1 -3
  2. data/lib/steenzout-cfg.rb +1 -1
  3. metadata +5 -5
@@ -1,8 +1,6 @@
1
1
  h1. steenzout-cfg
2
2
 
3
- Configuration management gem for steenzout packages which,
4
- if the same convention is followed,
5
- can be used for any other gems.
3
+ steenzout-cfg is a gem to manage configurations.
6
4
 
7
5
 
8
6
  h2. convention
@@ -1,4 +1,4 @@
1
- require 'YAML'
1
+ require 'yaml'
2
2
 
3
3
  module Steenzout
4
4
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: steenzout-cfg
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 2
10
+ version: 1.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - steenzout
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-02-14 00:00:00 -07:00
18
+ date: 2011-02-24 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -64,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
64
64
  requirements: []
65
65
 
66
66
  rubyforge_project:
67
- rubygems_version: 1.5.0
67
+ rubygems_version: 1.5.2
68
68
  signing_key:
69
69
  specification_version: 3
70
70
  summary: Steenzout configuration management gem.