Skip to content

Commit

Permalink
Prepare for release of new version.
Browse files Browse the repository at this point in the history
- remove unused require of 'pp'.
  • Loading branch information
Walter Korman committed Dec 9, 2009
1 parent b328f56 commit 1a0dcdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
= YAHOO_WEATHER_20091209_1_1_0

* [shaper] revise atmosphere.barometer to reflect tri-state as
"steady", "rising", or "falling" via one of the new
YahooWeather::Atmosphere::Barometer constants, whereas previously it
Expand Down
3 changes: 1 addition & 2 deletions lib/yahoo-weather.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

require 'net/http'
require 'pp'
require 'time'
require 'xmlsimple'

class YahooWeather

VERSION = '1.0.1'
VERSION = '1.1.0'

# Describes astronomy information for a particular location.
class Astronomy
Expand Down

0 comments on commit 1a0dcdb

Please sign in to comment.