rhaiker 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.
@@ -0,0 +1,47 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
+ <head>
5
+ <link rel="stylesheet" href="stylesheets/screen.css" type="text/css" media="screen" />
6
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
+ <title>
8
+ <%= title %>
9
+ </title>
10
+ <script src="javascripts/rounded_corners_lite.inc.js" type="text/javascript"></script>
11
+ <style>
12
+
13
+ </style>
14
+ <script type="text/javascript">
15
+ window.onload = function() {
16
+ settings = {
17
+ tl: { radius: 10 },
18
+ tr: { radius: 10 },
19
+ bl: { radius: 10 },
20
+ br: { radius: 10 },
21
+ antiAlias: true,
22
+ autoPad: true,
23
+ validTags: ["div"]
24
+ }
25
+ var versionBox = new curvyCorners(settings, document.getElementById("version"));
26
+ versionBox.applyCornersToAll();
27
+ }
28
+ </script>
29
+ </head>
30
+ <body>
31
+ <div id="main">
32
+
33
+ <h1><%= title %></h1>
34
+ <div id="version" class="clickable" onclick='document.location = "<%= download %>"; return false'>
35
+ <p>Get Version</p>
36
+ <a href="<%= download %>" class="numbers"><%= version %></a>
37
+ </div>
38
+ <%= body %>
39
+ <p class="coda">
40
+ Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
41
+ </p>
42
+ </div>
43
+
44
+ <!-- insert site tracking codes here, like Google Urchin -->
45
+
46
+ </body>
47
+ </html>
metadata ADDED
@@ -0,0 +1,103 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rhaiker
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - saronpasu
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-09-11 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: Hatena::Haiku::API ruby binding
26
+ email:
27
+ - jamneco@gmail.com
28
+ executables: []
29
+
30
+ extensions: []
31
+
32
+ extra_rdoc_files:
33
+ - History.ja.txt
34
+ - History.txt
35
+ - License.txt
36
+ - Manifest.txt
37
+ - README.ja.txt
38
+ - README.txt
39
+ - website/index.txt
40
+ files:
41
+ - History.ja.txt
42
+ - History.txt
43
+ - License.txt
44
+ - Manifest.txt
45
+ - README.ja.txt
46
+ - README.txt
47
+ - Rakefile
48
+ - config/hoe.rb
49
+ - config/requirements.rb
50
+ - example/get_followers.rb
51
+ - example/get_following_all_words.rb
52
+ - example/get_hot_keywords.rb
53
+ - example/haiku_update.rb
54
+ - lib/rhaiker.rb
55
+ - lib/rhaiker/utils.rb
56
+ - lib/rhaiker/version.rb
57
+ - lib/rhaiker/xml_parser.rb
58
+ - script/console
59
+ - script/destroy
60
+ - script/generate
61
+ - script/txt2html
62
+ - setup.rb
63
+ - spec/rhaiker_spec.rb
64
+ - spec/spec.opts
65
+ - spec/spec_helper.rb
66
+ - tasks/deployment.rake
67
+ - tasks/environment.rake
68
+ - tasks/rspec.rake
69
+ - tasks/website.rake
70
+ - website/index.html
71
+ - website/index.txt
72
+ - website/javascripts/rounded_corners_lite.inc.js
73
+ - website/stylesheets/screen.css
74
+ - website/template.html.erb
75
+ has_rdoc: true
76
+ homepage: http://rhaiker.rubyforge.org
77
+ post_install_message: ""
78
+ rdoc_options:
79
+ - --main
80
+ - README.txt
81
+ require_paths:
82
+ - lib
83
+ required_ruby_version: !ruby/object:Gem::Requirement
84
+ requirements:
85
+ - - ">="
86
+ - !ruby/object:Gem::Version
87
+ version: "0"
88
+ version:
89
+ required_rubygems_version: !ruby/object:Gem::Requirement
90
+ requirements:
91
+ - - ">="
92
+ - !ruby/object:Gem::Version
93
+ version: "0"
94
+ version:
95
+ requirements: []
96
+
97
+ rubyforge_project: rhaiker
98
+ rubygems_version: 1.2.0
99
+ signing_key:
100
+ specification_version: 2
101
+ summary: Hatena::Haiku::API ruby binding
102
+ test_files: []
103
+