onebusaway_updated 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.markdown CHANGED
@@ -11,7 +11,7 @@ Unofficial Ruby library for interacting with the [OneBusAway API](http://code.go
11
11
  Basic usage:
12
12
 
13
13
  require 'rubygems'
14
- require 'onebusaway'
14
+ require 'onebusaway_updated'
15
15
 
16
16
  Onebusaway.api_key = 'YOUR_API_KEY'
17
17
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
@@ -93,12 +93,12 @@ class Onebusaway
93
93
  result['data']
94
94
  end
95
95
 
96
- autoload :Agency, 'onebusaway/agency'
97
- autoload :ArrivalAndDeparture, 'onebusaway/arrival_and_departure'
98
- autoload :EncodedPolyline, 'onebusaway/encoded_polyline'
99
- autoload :Object, 'onebusaway/object'
100
- autoload :Route, 'onebusaway/route'
101
- autoload :Stop, 'onebusaway/stop'
96
+ autoload :Agency, 'onebusaway_updated/agency'
97
+ autoload :ArrivalAndDeparture, 'onebusaway_updated/arrival_and_departure'
98
+ autoload :EncodedPolyline, 'onebusaway_updated/encoded_polyline'
99
+ autoload :Object, 'onebusaway_updated/object'
100
+ autoload :Route, 'onebusaway_updated/route'
101
+ autoload :Stop, 'onebusaway_updated/stop'
102
102
 
103
103
  end
104
104
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onebusaway_updated
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -90,10 +90,10 @@ files:
90
90
  - README.markdown
91
91
  - Rakefile
92
92
  - VERSION
93
- - lib/onebusaway.rb
93
+ - lib/onebusaway_updated.rb
94
94
  - test/helper.rb
95
95
  - test/sample_data.rb
96
- - test/unit/test_onebusaway.rb
96
+ - test/unit/test_onebusaway_updated.rb
97
97
  homepage: http://github.com/Ponyboy47/onebusaway
98
98
  licenses:
99
99
  - MIT
@@ -122,4 +122,4 @@ summary: Unofficial Ruby library for interacting with the OneBusAway API
122
122
  test_files:
123
123
  - test/helper.rb
124
124
  - test/sample_data.rb
125
- - test/unit/test_onebusaway.rb
125
+ - test/unit/test_onebusaway_updated.rb