weather_underground 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/LICENSE ADDED
@@ -0,0 +1,7 @@
1
+ Copyright (c) Chris Oliver
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md CHANGED
@@ -1,10 +1,9 @@
1
- Weather Underground
2
- ===================
1
+ # Weather Underground
3
2
 
4
3
  A simple Ruby wrapper for the Weather Underground API
5
4
 
6
- Usage
7
- -----
5
+
6
+ ## Usage
8
7
 
9
8
  w = WeatherUnderground::Base.new(API_KEY)
10
9
 
@@ -16,7 +15,14 @@ GeoLookup:
16
15
 
17
16
  w.geolookup('63108')
18
17
 
19
- IP Geolocation
18
+ IP Geolocation:
20
19
 
21
20
  w.autoip('127.0.0.1')
22
21
 
22
+
23
+ # Author
24
+
25
+ Chris Oliver
26
+ Website: [excid3.com](http://excid3.com)
27
+ Email: <chris@excid3.com>
28
+ Twitter: [@excid3](https://twitter.com/excid3)
@@ -1,3 +1,3 @@
1
1
  module WeatherUnderground
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: weather_underground
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-12 00:00:00.000000000 Z
12
+ date: 2012-09-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client
@@ -52,6 +52,7 @@ extra_rdoc_files: []
52
52
  files:
53
53
  - .gitignore
54
54
  - Gemfile
55
+ - LICENSE
55
56
  - README.md
56
57
  - Rakefile
57
58
  - lib/weather_underground.rb
@@ -77,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
78
  version: '0'
78
79
  requirements: []
79
80
  rubyforge_project: weather_underground
80
- rubygems_version: 1.8.21
81
+ rubygems_version: 1.8.24
81
82
  signing_key:
82
83
  specification_version: 3
83
84
  summary: A Ruby gem for the Weather Underground API