transitland_client 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 51540a969bfd94f06f1f072888a906b0d5d42051
4
- data.tar.gz: a3c660825b13e17aad68b4a61600e2d7649ad4ec
3
+ metadata.gz: 04856cf8ae3e1c7fd64e3289f7c82b38836b9bc3
4
+ data.tar.gz: f98e5f6933668203d068bdaf34f780b227021309
5
5
  SHA512:
6
- metadata.gz: e4e21ea7519d4469dca59cd01342daf406db62248834dbd576e3f83bd8e20d95824f342f1e2428e7b43feef7e0998807e576ebd27bf04e9a37b39f98a200fb57
7
- data.tar.gz: 8ef9e2c092390fe1c60f32c14c0cbee798646d8d31543fa7816f1a52b7c83d4b4a8c9ceadc28d63444dfb6892029afaea1df2859da8f792411e20801029ccbcf
6
+ metadata.gz: bcaf9b7e11fa16ed6d5fd52ae4819932a43d86c9c358fca8330692a0ec75715d7efc909c5389ccf52bbb75accc9b0f38cfc64e90bd421b83200c0b0f60f0713c
7
+ data.tar.gz: c821ce7342260c97321d36123b31a41eb5bf31c5ec831d3da2434962b502d2e2cd39da6213304269b39769ea25bd64c11f2c3d0c7dd0230198a420840451ca7a
@@ -7,7 +7,7 @@ module TransitlandClient
7
7
  include Singleton
8
8
 
9
9
  def self.repo(force_update: false)
10
- @remote_url ||= ENV['TRANSITLAND_FEED_REGISTRY_URL'] || 'git@github.com:transitland/transitland-feed-registry.git'
10
+ @remote_url ||= ENV['TRANSITLAND_FEED_REGISTRY_URL'] || 'https://github.com/transitland/transitland-feed-registry.git'
11
11
  @local_path ||= ENV['TRANSITLAND_FEED_REGISTRY_PATH'] || File.join(__dir__, '..', '..','tmp', 'transitland-feed-registry')
12
12
 
13
13
  if !defined?(@repo) || force_update
@@ -1,3 +1,3 @@
1
1
  module TransitlandClient
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: transitland_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Drew Dara-Abrams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-21 00:00:00.000000000 Z
11
+ date: 2015-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: virtus