Skip to content

Commit

Permalink
bundle update and switch to given url
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Mar 19, 2015
1 parent 0bed943 commit 66602da
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions Gemfile.lock
Expand Up @@ -9,24 +9,24 @@ GIT
GEM
remote: https://rubygems.org/
specs:
activemodel (3.2.19)
activesupport (= 3.2.19)
activemodel (3.2.21)
activesupport (= 3.2.21)
builder (~> 3.0.0)
activesupport (3.2.19)
activesupport (3.2.21)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
atdis (0.3.4)
atdis (0.3.11)
activemodel (~> 3)
multi_json (~> 1.7)
rest-client
rgeo-geojson
builder (3.0.4)
httpclient (2.4.0)
i18n (0.6.11)
mime-types (2.3)
multi_json (1.10.1)
netrc (0.7.7)
rest-client (1.7.2)
httpclient (2.6.0.1)
i18n (0.7.0)
mime-types (2.4.3)
multi_json (1.11.0)
netrc (0.10.3)
rest-client (1.7.3)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
rgeo (0.3.20)
Expand All @@ -37,7 +37,7 @@ GEM
sqlite_magic
scraperwiki-morph (0.1.1)
scraperwiki
sqlite3 (1.3.9)
sqlite3 (1.3.10)
sqlite_magic (0.0.3)
sqlite3

Expand Down
2 changes: 1 addition & 1 deletion scraper.rb
@@ -1,4 +1,4 @@
#!/usr/bin/env ruby
Bundler.require

ATDISPlanningAlertsFeed.save('http://myhorizon.solorient.com.au/Horizon/@@horizondap_lpsc@@/atdis/1.0/applications.json')
ATDISPlanningAlertsFeed.save('http://myhorizon.solorient.com.au/Horizon/lpsc/atdis/1.0')

0 comments on commit 66602da

Please sign in to comment.