configgy 0.6

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.
metadata ADDED
@@ -0,0 +1,75 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: configgy
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 6
8
+ version: "0.6"
9
+ platform: ruby
10
+ authors:
11
+ - Robey Pointer
12
+ autorequire:
13
+ bindir: bin
14
+ cert_chain: []
15
+
16
+ date: 2010-03-01 00:00:00 -08:00
17
+ default_executable:
18
+ dependencies: []
19
+
20
+ description: config file parser for ruby
21
+ email: robeypointer@gmail.com
22
+ executables: []
23
+
24
+ extensions: []
25
+
26
+ extra_rdoc_files:
27
+ - CHANGELOG
28
+ files:
29
+ - CHANGELOG
30
+ - Manifest
31
+ - Rakefile
32
+ - lib/configgy.rb
33
+ - lib/configgy/config_map.rb
34
+ - lib/configgy/config_parser.rb
35
+ - lib/treetop/configgy.rb
36
+ - lib/treetop/configgy.treetop
37
+ - spec/config_map_spec.rb
38
+ - spec/config_parser_spec.rb
39
+ - configgy.gemspec
40
+ has_rdoc: true
41
+ homepage: ""
42
+ licenses: []
43
+
44
+ post_install_message:
45
+ rdoc_options:
46
+ - --line-numbers
47
+ - --inline-source
48
+ - --title
49
+ - Configgy
50
+ require_paths:
51
+ - lib
52
+ required_ruby_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ segments:
57
+ - 0
58
+ version: "0"
59
+ required_rubygems_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ segments:
64
+ - 1
65
+ - 2
66
+ version: "1.2"
67
+ requirements: []
68
+
69
+ rubyforge_project: configgy
70
+ rubygems_version: 1.3.6
71
+ signing_key:
72
+ specification_version: 3
73
+ summary: config file parser for ruby
74
+ test_files: []
75
+