ycn 0.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,112 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ycn
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Andrew Koster
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-09-22 00:00:00 -04:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: hoe
17
+ type: :development
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 1.7.0
24
+ version:
25
+ description: Yaml Class Notation (YCN)
26
+ email:
27
+ - ak_avenger@hotmail.com
28
+ executables:
29
+ - ycn-gen
30
+ extensions: []
31
+
32
+ extra_rdoc_files:
33
+ - History.txt
34
+ - License.txt
35
+ - Manifest.txt
36
+ - PostInstall.txt
37
+ - README.txt
38
+ - website/index.txt
39
+ files:
40
+ - History.txt
41
+ - License.txt
42
+ - Manifest.txt
43
+ - PostInstall.txt
44
+ - README.txt
45
+ - Rakefile
46
+ - bin/ycn-gen
47
+ - config/hoe.rb
48
+ - config/requirements.rb
49
+ - lib/ycn.rb
50
+ - lib/ycn/version.rb
51
+ - lib/ycn/ycn.rb
52
+ - lib/ycn/header.rb
53
+ - lib/ycn/java_klass.rb
54
+ - lib/ycn/klass.rb
55
+ - lib/ycn/string_manip.rb
56
+ - lib/ycn/ycn_functions.rb
57
+ - script/console
58
+ - script/console.cmd
59
+ - script/destroy
60
+ - script/destroy.cmd
61
+ - script/generate
62
+ - script/generate.cmd
63
+ - script/txt2html
64
+ - script/txt2html.cmd
65
+ - setup.rb
66
+ - tasks/deployment.rake
67
+ - tasks/environment.rake
68
+ - tasks/website.rake
69
+ - test/test_helper.rb
70
+ - test/test_ycn.rb
71
+ - website/index.html
72
+ - website/index.txt
73
+ - website/javascripts/rounded_corners_lite.inc.js
74
+ - website/stylesheets/screen.css
75
+ - website/template.html.erb
76
+ has_rdoc: true
77
+ homepage: http://ycn.rubyforge.org
78
+ post_install_message: |+
79
+
80
+ For more information on ycn, see http://ycn.rubyforge.org
81
+
82
+ NOTE: Change this information in PostInstall.txt
83
+ You can also delete it if you don't want it.
84
+
85
+
86
+ rdoc_options:
87
+ - --main
88
+ - README.txt
89
+ require_paths:
90
+ - lib
91
+ required_ruby_version: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - ">="
94
+ - !ruby/object:Gem::Version
95
+ version: "0"
96
+ version:
97
+ required_rubygems_version: !ruby/object:Gem::Requirement
98
+ requirements:
99
+ - - ">="
100
+ - !ruby/object:Gem::Version
101
+ version: "0"
102
+ version:
103
+ requirements: []
104
+
105
+ rubyforge_project: ycn
106
+ rubygems_version: 1.2.0
107
+ signing_key:
108
+ specification_version: 2
109
+ summary: Yaml Class Notation (YCN)
110
+ test_files:
111
+ - test/test_helper.rb
112
+ - test/test_ycn.rb