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.
- data/History.txt +5 -0
- data/bin/lwws +3 -1
- data/lib/weatherhacks/version.rb +1 -1
- data/website/index.html +5 -3
- data/website/index.txt +2 -2
- metadata +1 -1
data/History.txt
CHANGED
data/bin/lwws
CHANGED
data/lib/weatherhacks/version.rb
CHANGED
data/website/index.html
CHANGED
|
@@ -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.
|
|
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
|
-
<
|
|
45
|
-
|
|
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>
|
data/website/index.txt
CHANGED
|
@@ -4,8 +4,8 @@ h2. What
|
|
|
4
4
|
|
|
5
5
|
ruby-weatherhacks is a wrapper library for livedoor WeatherHacks API.
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
* "livdoor":http://www.livedoor.com/
|
|
8
|
+
* "livedoor WeatherHacks":http://weather.livedoor.com/weather_hacks/
|
|
9
9
|
|
|
10
10
|
h2. Installing
|
|
11
11
|
|