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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 766e3a468deede78bcf80d91552601d948d54a54
4
- data.tar.gz: 69c807611904e3734a24ed0bd869c3db2b3326e2
3
+ metadata.gz: c9b9e2536631567e99a648f9b788034eb9836f31
4
+ data.tar.gz: 487dde85ec12f3b83d7f8335db9a5b37f790d2c4
5
5
  SHA512:
6
- metadata.gz: 3be807c1a14fc1a7877e17e91fcb0798eff554927516250ba671c299dd71c81e7c8bac51cd6d7f490e9d5e4cf00793d3e336a190ed5aa5d74f7e10061e409942
7
- data.tar.gz: 1ae2cbde1978a45277cb6fc01a0b787fcc9f1cde305502ef4dbc4890b3402c3a6e570eda77c4183bc457cc3d9563fe8b0bec024551cd33ecdf7bfd0878206ed2
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)
@@ -1,3 +1,3 @@
1
1
  module Muni
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
@@ -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.7
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-14 00:00:00.000000000 Z
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: []