awesome-cheeba 1.0.1

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,102 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: awesome-cheeba
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.1
5
+ platform: ruby
6
+ authors:
7
+ - So Awesome Man
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-04-20 00:00:00 -07:00
13
+ default_executable: cheeba
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: hoe
17
+ version_requirement:
18
+ version_requirements: !ruby/object:Gem::Requirement
19
+ requirements:
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 1.8.2
23
+ version:
24
+ description: Simple data serialization serialization for only the Ruby Programming Language.
25
+ email:
26
+ - callme@1800AWESO.ME
27
+ executables:
28
+ - cheeba
29
+ extensions: []
30
+
31
+ extra_rdoc_files:
32
+ - History.txt
33
+ - Manifest.txt
34
+ - README.txt
35
+ files:
36
+ - History.txt
37
+ - Manifest.txt
38
+ - README.txt
39
+ - Rakefile
40
+ - bin/cheeba
41
+ - cheeba.gemspec
42
+ - lib/cheeba.rb
43
+ - lib/cheeba/defaults.rb
44
+ - lib/cheeba/errors.rb
45
+ - lib/cheeba/indicators.rb
46
+ - lib/cheeba/reader.rb
47
+ - lib/cheeba/reader/builder.rb
48
+ - lib/cheeba/reader/format.rb
49
+ - lib/cheeba/reader/node.rb
50
+ - lib/cheeba/reader/parser.rb
51
+ - lib/cheeba/version.rb
52
+ - lib/cheeba/writer.rb
53
+ - lib/cheeba/writer/builder.rb
54
+ - test/files/arrays.cash
55
+ - test/files/blank.cash
56
+ - test/files/comments.cash
57
+ - test/files/hashes.cash
58
+ - test/files/malformed.cash
59
+ - test/files/mixed.cash
60
+ - test/files/split.cash
61
+ - test/test_cheeba.rb
62
+ - test/test_reader.rb
63
+ - test/test_reader_builder.rb
64
+ - test/test_reader_format.rb
65
+ - test/test_reader_parser.rb
66
+ - test/test_writer.rb
67
+ - test/test_writer_builder.rb
68
+ has_rdoc: true
69
+ homepage: http://awesomebrandname.com
70
+ post_install_message:
71
+ rdoc_options:
72
+ - --main
73
+ - README.txt
74
+ require_paths:
75
+ - lib
76
+ required_ruby_version: !ruby/object:Gem::Requirement
77
+ requirements:
78
+ - - ">="
79
+ - !ruby/object:Gem::Version
80
+ version: "0"
81
+ version:
82
+ required_rubygems_version: !ruby/object:Gem::Requirement
83
+ requirements:
84
+ - - ">="
85
+ - !ruby/object:Gem::Version
86
+ version: "0"
87
+ version:
88
+ requirements: []
89
+
90
+ rubyforge_project: cheeba
91
+ rubygems_version: 1.2.0
92
+ signing_key:
93
+ specification_version: 2
94
+ summary: Simple data serialization serialization for only the Ruby Programming Language.
95
+ test_files:
96
+ - test/test_cheeba.rb
97
+ - test/test_reader.rb
98
+ - test/test_reader_builder.rb
99
+ - test/test_reader_format.rb
100
+ - test/test_reader_parser.rb
101
+ - test/test_writer.rb
102
+ - test/test_writer_builder.rb