onestop-id-client 0.0.1 → 0.0.2

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: a2d5191c9603fa00e9600e4a20cb387edfcea70e
4
- data.tar.gz: 4b2ef31690266190a6021b24fbae001473551e03
3
+ metadata.gz: c5945b562fe21101391dd1d2f797b92e018140d9
4
+ data.tar.gz: ceffa628f09ec276503340d6cd7f785c8f8e0fb5
5
5
  SHA512:
6
- metadata.gz: 08cc15f088c52c6ead6c0d63632e8e373281e32ea53fda91a321bc63648efaafd397c4b85adbc2c0d99a4b7e3b01c9bdac325e9ec3f8e15cb93def9fcadd0f6f
7
- data.tar.gz: 06ad685c168879320fbc66cc3518863134332953bdbba76570a7b625566a749d25ea5a3412621d970c9359c4d27d81a7e19a57ab622ab34c5d0d7c1e47eeb700
6
+ metadata.gz: 7393f7cc4b2b998abe00791be966972c7ba109b9c352cbb1ebaa8a3771aba51b93a358e360aa891a4a2baae2bf24de49b6c4c9668dd9a37ebc131541ee465551
7
+ data.tar.gz: bb3d82582a717373a511d6c18f4d13ef50b2a1d1d671071db98ba49356c151b69d834f8778ef465d459b0ddee8ddd468cdf2743284c4da9aefe68591aa7cb416
data/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  [![Circle CI](https://circleci.com/gh/transitland/onestop-id-ruby-client.svg?style=svg)](https://circleci.com/gh/transitland/onestop-id-ruby-client)
2
+ [![Gem Version](https://badge.fury.io/rb/onestop-id-client.svg)](http://badge.fury.io/rb/onestop-id-client)
2
3
 
3
4
  # onestop-id-(ruby)-client
4
5
 
@@ -19,9 +19,6 @@ module OnestopIdClient
19
19
  end
20
20
  end
21
21
 
22
- # TODO: remove when this is complete: https://github.com/transitland/onestop-id-registry/pull/12
23
- @repo.branch("remotes/origin/extract-ruby").checkout
24
-
25
22
  @repo
26
23
  end
27
24
 
@@ -1,3 +1,3 @@
1
1
  module OnestopIdClient
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onestop-id-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Drew Dara-Abrams