weatherhacks 0.1.0 → 0.1.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.
@@ -1,3 +1,8 @@
1
+ == 0.1.1 2007-12-12
2
+
3
+ * Keita Yamaguchi:
4
+ * fix bin/lwws
5
+
1
6
  == 0.1.0 2007-12-12
2
7
 
3
8
  * Keita Yamaguchi:
data/bin/lwws CHANGED
@@ -1,4 +1,6 @@
1
- #!/usr/bin/env ruby -Ku
1
+ #!/usr/bin/env ruby
2
+
3
+ $KOCDE = "UTF8"
2
4
 
3
5
  begin
4
6
  require "weatherhacks"
@@ -2,7 +2,7 @@ module WeatherHacks #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -33,7 +33,7 @@
33
33
  <h1>ruby-weatherhacks</h1>
34
34
  <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/weatherhacks"; return false'>
35
35
  <p>Get Version</p>
36
- <a href="http://rubyforge.org/projects/weatherhacks" class="numbers">0.1.0</a>
36
+ <a href="http://rubyforge.org/projects/weatherhacks" class="numbers">0.1.1</a>
37
37
  </div>
38
38
  <h2>What</h2>
39
39
 
@@ -41,8 +41,10 @@
41
41
  <p>ruby-weatherhacks is a wrapper library for livedoor WeatherHacks <span class="caps">API</span>.</p>
42
42
 
43
43
 
44
- <p>- <a href="http://www.livedoor.com/">livdoor</a>
45
- - <a href="http://weather.livedoor.com/weather_hacks/">livedoor WeatherHacks</a></p>
44
+ <ul>
45
+ <li><a href="http://www.livedoor.com/">livdoor</a></li>
46
+ <li><a href="http://weather.livedoor.com/weather_hacks/">livedoor WeatherHacks</a></li>
47
+ </ul>
46
48
 
47
49
 
48
50
  <h2>Installing</h2>
@@ -4,8 +4,8 @@ h2. What
4
4
 
5
5
  ruby-weatherhacks is a wrapper library for livedoor WeatherHacks API.
6
6
 
7
- - "livdoor":http://www.livedoor.com/
8
- - "livedoor WeatherHacks":http://weather.livedoor.com/weather_hacks/
7
+ * "livdoor":http://www.livedoor.com/
8
+ * "livedoor WeatherHacks":http://weather.livedoor.com/weather_hacks/
9
9
 
10
10
  h2. Installing
11
11
 
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: weatherhacks
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.0
6
+ version: 0.1.1
7
7
  date: 2007-12-12 00:00:00 +09:00
8
8
  summary: description of gem
9
9
  require_paths: