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
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.1
|
|
@@ -93,12 +93,12 @@ class Onebusaway
|
|
|
93
93
|
result['data']
|
|
94
94
|
end
|
|
95
95
|
|
|
96
|
-
autoload :Agency, '
|
|
97
|
-
autoload :ArrivalAndDeparture, '
|
|
98
|
-
autoload :EncodedPolyline, '
|
|
99
|
-
autoload :Object, '
|
|
100
|
-
autoload :Route, '
|
|
101
|
-
autoload :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
|
|
|
File without changes
|
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.
|
|
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/
|
|
93
|
+
- lib/onebusaway_updated.rb
|
|
94
94
|
- test/helper.rb
|
|
95
95
|
- test/sample_data.rb
|
|
96
|
-
- test/unit/
|
|
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/
|
|
125
|
+
- test/unit/test_onebusaway_updated.rb
|