Skip to content

Commit

Permalink
Pushed v 0.1.2 after Gem bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aspires committed Apr 30, 2012
1 parent efdb1cf commit 4a8ac86
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 30 deletions.
4 changes: 1 addition & 3 deletions Manifest.txt
Expand Up @@ -10,10 +10,8 @@ lib/yahoo-weather/location.rb
lib/yahoo-weather/response.rb lib/yahoo-weather/response.rb
lib/yahoo-weather/units.rb lib/yahoo-weather/units.rb
lib/yahoo-weather/wind.rb lib/yahoo-weather/wind.rb
lib/yahoo-weather.rb lib/ywx.rb
LICENSE LICENSE
Rakefile
Gemfile Gemfile
Gemfile.lock
README.rdoc README.rdoc
test/test_api.rb test/test_api.rb
24 changes: 0 additions & 24 deletions Rakefile

This file was deleted.

2 changes: 1 addition & 1 deletion lib/yahoo-weather.rb → lib/ywx.rb
Expand Up @@ -22,7 +22,7 @@
require "httparty" require "httparty"


class YahooWeather class YahooWeather
VERSION = '1.2.0' VERSION = '0.1.2'


def self._parse_time (text) def self._parse_time (text)
(text) ? Time.parse(text) : nil (text) ? Time.parse(text) : nil
Expand Down
Binary file modified ywx-0.1.0.gem
Binary file not shown.
Binary file added ywx-0.1.1.gem
Binary file not shown.
Binary file added ywx-0.1.2.gem
Binary file not shown.
4 changes: 2 additions & 2 deletions ywx.gemspec
@@ -1,12 +1,12 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = 'ywx' s.name = 'ywx'
s.version = '0.1.0' s.version = '0.1.2'
s.date = '2012-04-30' s.date = '2012-04-30'
s.summary = "Yahoo Weather API Wrapper" s.summary = "Yahoo Weather API Wrapper"
s.description = "A Ruby Wrapper for the Yahoo Weather API, Updated for 1.9.2" s.description = "A Ruby Wrapper for the Yahoo Weather API, Updated for 1.9.2"
s.authors = ["Austin Spires", "Walter Korman"] s.authors = ["Austin Spires", "Walter Korman"]
s.email = 'austinspires@gmail.com' s.email = 'austinspires@gmail.com'
s.files = ["lib/yahoo-weather.rb"] s.files = %w(CHANGELOG.rdoc examples/demo.rb lib/yahoo-weather/astronomy.rb lib/yahoo-weather/atmosphere.rb lib/yahoo-weather/client.rb lib/yahoo-weather/condition.rb lib/yahoo-weather/forecast.rb lib/yahoo-weather/image.rb lib/yahoo-weather/location.rb lib/yahoo-weather/response.rb lib/yahoo-weather/units.rb lib/yahoo-weather/wind.rb lib/ywx.rb LICENSE Gemfile README.rdoc test/test_api.rb)
s.homepage = s.homepage =
'https://github.com/aspires/ywx' 'https://github.com/aspires/ywx'
end end

0 comments on commit 4a8ac86

Please sign in to comment.