kagemusha 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,33 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.9.2
3
- specification_version: 1
4
2
  name: kagemusha
5
3
  version: !ruby/object:Gem::Version
6
- version: 0.0.3
7
- date: 2007-09-11 00:00:00 +09:00
8
- summary: Kagemusha is a library of helper functions for testing Ruby scripts.
9
- require_paths:
10
- - lib
11
- email: yuyakato at gmail.com
12
- homepage: http://kagemusha.rubyforge.org
13
- rubyforge_project: kagemusha
14
- description: Kagemusha is a library of helper functions for testing Ruby scripts.
15
- autorequire:
16
- default_executable:
17
- bindir: bin
18
- has_rdoc: true
19
- required_ruby_version: !ruby/object:Gem::Version::Requirement
20
- requirements:
21
- - - ">"
22
- - !ruby/object:Gem::Version
23
- version: 0.0.0
24
- version:
4
+ version: 0.0.4
25
5
  platform: ruby
26
- signing_key:
27
- cert_chain:
28
- post_install_message:
29
6
  authors:
30
7
  - Yuya Kato
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-07-10 00:00:00 +09: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: Kagemusha is a library of helper functions for testing Ruby scripts.
26
+ email:
27
+ - yuyakato at gmail.com
28
+ executables: []
29
+
30
+ extensions: []
31
+
32
+ extra_rdoc_files:
33
+ - History.txt
34
+ - License.txt
35
+ - Manifest.txt
36
+ - README.ja.txt
37
+ - README.txt
38
+ - website/index.txt
31
39
  files:
32
40
  - History.txt
33
41
  - License.txt
@@ -35,6 +43,8 @@ files:
35
43
  - README.ja.txt
36
44
  - README.txt
37
45
  - Rakefile
46
+ - config/hoe.rb
47
+ - config/requirements.rb
38
48
  - examples/date.rb
39
49
  - examples/datetime.rb
40
50
  - examples/first.rb
@@ -48,8 +58,20 @@ files:
48
58
  - lib/kagemusha/rand.rb
49
59
  - lib/kagemusha/time.rb
50
60
  - lib/kagemusha/version.rb
51
- - scripts/txt2html
61
+ - script/console
62
+ - script/console.cmd
63
+ - script/destroy
64
+ - script/destroy.cmd
65
+ - script/generate
66
+ - script/generate.cmd
67
+ - script/txt2html
68
+ - script/txt2html.cmd
52
69
  - setup.rb
70
+ - tasks/deployment.rake
71
+ - tasks/environment.rake
72
+ - tasks/website.rake
73
+ - test/test_bugs.rb
74
+ - test/test_complex_cases.rb
53
75
  - test/test_date.rb
54
76
  - test/test_datetime.rb
55
77
  - test/test_helper.rb
@@ -60,29 +82,40 @@ files:
60
82
  - website/index.txt
61
83
  - website/javascripts/rounded_corners_lite.inc.js
62
84
  - website/stylesheets/screen.css
63
- - website/template.rhtml
85
+ - website/template.html.erb
86
+ has_rdoc: true
87
+ homepage: http://kagemusha.rubyforge.org
88
+ post_install_message: ""
89
+ rdoc_options:
90
+ - --main
91
+ - README.txt
92
+ require_paths:
93
+ - lib
94
+ required_ruby_version: !ruby/object:Gem::Requirement
95
+ requirements:
96
+ - - ">="
97
+ - !ruby/object:Gem::Version
98
+ version: "0"
99
+ version:
100
+ required_rubygems_version: !ruby/object:Gem::Requirement
101
+ requirements:
102
+ - - ">="
103
+ - !ruby/object:Gem::Version
104
+ version: "0"
105
+ version:
106
+ requirements: []
107
+
108
+ rubyforge_project: kagemusha
109
+ rubygems_version: 1.2.0
110
+ signing_key:
111
+ specification_version: 2
112
+ summary: Kagemusha is a library of helper functions for testing Ruby scripts.
64
113
  test_files:
114
+ - test/test_bugs.rb
115
+ - test/test_complex_cases.rb
65
116
  - test/test_date.rb
66
117
  - test/test_datetime.rb
67
118
  - test/test_helper.rb
68
119
  - test/test_kagemusha.rb
69
120
  - test/test_rand.rb
70
121
  - test/test_time.rb
71
- rdoc_options:
72
- - --main
73
- - README.txt
74
- extra_rdoc_files:
75
- - History.txt
76
- - License.txt
77
- - Manifest.txt
78
- - README.ja.txt
79
- - README.txt
80
- - website/index.txt
81
- executables: []
82
-
83
- extensions: []
84
-
85
- requirements: []
86
-
87
- dependencies: []
88
-