Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffharcourt committed Mar 14, 2012
1 parent 414155f commit a0f1033
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Spider.pull_day takes an hash of options as an argument. Greenmonster will creat
# Pulls all rookie league games for today
>> Greenmonster::Spider.pull_day({:sport_code => 'rok', :date => Date.today, :games_folder => './home/geoff/games'})

# Pulls all games in all sport codes for today
>> Greenmonster::Spider.pull_day({:all_sport_codes => true, :date => Date.today, :games_folder => './home/geoff/games'})

Spider.pull_days takes a range of dates to process as an argument, plus a hash of arguments to pass to Spider.pull.

Expand Down
4 changes: 2 additions & 2 deletions greenmonster.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'greenmonster'
s.version = '0.1.0'
s.date = '2012-03-13'
s.version = '0.2.0'
s.date = '2012-03-14'
s.summary = 'A utility for working with MLB Gameday XML data.'
s.description = 'A utility for working with MLB Gameday XML data.'
s.authors = ['Geoff Harcourt']
Expand Down

0 comments on commit a0f1033

Please sign in to comment.