muni 0.0.7 → 0.0.8
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.
- checksums.yaml +4 -4
- data/README.md +3 -1
- data/lib/muni/version.rb +1 -1
- data/muni.gemspec +2 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c9b9e2536631567e99a648f9b788034eb9836f31
|
|
4
|
+
data.tar.gz: 487dde85ec12f3b83d7f8335db9a5b37f790d2c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 62e9b46efde5dd1c299c5ebeb2e5f362bd5eece342242295629732096f4a4ac0e946bc78287a0ffe2e8fe2164bd6c326b2f9397c4c6c262ad9345dabd5482c2e
|
|
7
|
+
data.tar.gz: 647bb73f310c0c57610b05c6a046d89cf798bdfefa16b9e34e50574d8ff5a59635c6f41cd1fe101d031b055a08e93a79bea441e466118a189086e76befbde67b
|
data/README.md
CHANGED
|
@@ -51,4 +51,6 @@ Contributors
|
|
|
51
51
|
============
|
|
52
52
|
|
|
53
53
|
* [@jeffremer](https://github.com/jeffremer) (maintainer)
|
|
54
|
-
* [@gregorym](https://github.com/gregorym)
|
|
54
|
+
* [@gregorym](https://github.com/gregorym)
|
|
55
|
+
* [@jameshwang](https://github.com/jameshwang)
|
|
56
|
+
* [bf4](https://github.com/bf4)
|
data/lib/muni/version.rb
CHANGED
data/muni.gemspec
CHANGED
|
@@ -10,7 +10,8 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.homepage = "http://jeffremer.com/muni"
|
|
11
11
|
s.summary = %q{NextBus San Francisco Muni API Client}
|
|
12
12
|
s.description = %q{A simple NextBus API client for retrieving San Francisco Muni bus route and stop prediction information}
|
|
13
|
-
|
|
13
|
+
s.license = 'MIT'
|
|
14
|
+
|
|
14
15
|
s.rubyforge_project = "muni"
|
|
15
16
|
|
|
16
17
|
s.files = `git ls-files`.split("\n")
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: muni
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jeff Remer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-07-
|
|
11
|
+
date: 2013-07-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: xml-simple
|
|
@@ -150,7 +150,8 @@ files:
|
|
|
150
150
|
- spec/spec_helper.rb
|
|
151
151
|
- spec/stop_spec.rb
|
|
152
152
|
homepage: http://jeffremer.com/muni
|
|
153
|
-
licenses:
|
|
153
|
+
licenses:
|
|
154
|
+
- MIT
|
|
154
155
|
metadata: {}
|
|
155
156
|
post_install_message:
|
|
156
157
|
rdoc_options: []
|