gtfs-data_exchange 0.0.4 → 0.0.5

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: e5c8c207369e2006b67aaa5a4ad763b17be6a9cc
4
- data.tar.gz: 94c8912e7e27bf859b66d317f0abe2f1d1c58e8a
3
+ metadata.gz: db6db0494e1be2fea84f69bebe3956e61541c7ac
4
+ data.tar.gz: ec3456cdb4bba95afb4d8dd93cc5ba16311f8ed8
5
5
  SHA512:
6
- metadata.gz: 548d27b395e952ea8ed8f385ff91306ff0f335b977ed30a481104d4dc42cd2c47548c8b234c1714cb9c569a6bdcfc8f05a968485ef458676b38cd8e029454140
7
- data.tar.gz: 75c72df06f4350c2270b3f95474d430f4f757369d2c2d4f7296b4163b80aac607a24a3ffedce6e75b11ea633f890d30e79ea83fa52889c09df26d8fbd593409e
6
+ metadata.gz: 96b06055f9ac33a51bdfc87443744ce30367f33d1fe2966d83acfd6d9163d257ac3c867179a7bd8385763736e8ecb82e58071ea1812d78ea020538b89403d13f
7
+ data.tar.gz: 4201731eddb1010e19f2cd92e734025a225e4c7911a21e4839d9307031c9cd20b7d0da3458f22e29a8478353403171bf0f5ee47ffbdf371ff9d768c8e8aae9d6
@@ -7,9 +7,9 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "gtfs-data_exchange"
8
8
  spec.version = GTFS::DataExchange::VERSION
9
9
  spec.authors = ["MJ Rossetti (@s2t2)"]
10
- spec.email = ["s2t2mail@gmail.com"]
11
- spec.summary = %q{A ruby wrapper for the gtfs-data-exchange.com api.}
12
- spec.description = %q{A ruby wrapper for the gtfs-data-exchange.com api. List all agencies, or find a specific agency by its data exchange identifier.}
10
+ spec.email = ["s2t2mail+rubygems@gmail.com"]
11
+ spec.summary = %q{This gem has been renamed from *gtfs-data_exchange* to *gtfs_data_exchange_api*.}
12
+ spec.description = %q{This gem has been renamed from *gtfs-data_exchange* to *gtfs_data_exchange_api*. See https://rubygems.org/gems/gtfs_data_exchange_api for the current version.}
13
13
  spec.homepage = "https://github.com/data-creative/gtfs-data-exchange-api-ruby"
14
14
  spec.license = "MIT"
15
15
 
@@ -2,6 +2,6 @@ module GTFS
2
2
  module DataExchange
3
3
 
4
4
  # The current gem version. Reference the releases list (https://github.com/data-creative/gtfs-data-exchange-api-ruby/releases) for previous releases.
5
- VERSION = "0.0.4"
5
+ VERSION = "0.0.5"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gtfs-data_exchange
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - MJ Rossetti (@s2t2)
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-25 00:00:00.000000000 Z
11
+ date: 2015-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -80,10 +80,10 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0.13'
83
- description: A ruby wrapper for the gtfs-data-exchange.com api. List all agencies,
84
- or find a specific agency by its data exchange identifier.
83
+ description: This gem has been renamed from *gtfs-data_exchange* to *gtfs_data_exchange_api*.
84
+ See https://rubygems.org/gems/gtfs_data_exchange_api for the current version.
85
85
  email:
86
- - s2t2mail@gmail.com
86
+ - s2t2mail+rubygems@gmail.com
87
87
  executables: []
88
88
  extensions: []
89
89
  extra_rdoc_files: []
@@ -124,7 +124,7 @@ rubyforge_project:
124
124
  rubygems_version: 2.2.2
125
125
  signing_key:
126
126
  specification_version: 4
127
- summary: A ruby wrapper for the gtfs-data-exchange.com api.
127
+ summary: This gem has been renamed from *gtfs-data_exchange* to *gtfs_data_exchange_api*.
128
128
  test_files:
129
129
  - spec/gtfs/data_exchange/api_spec.rb
130
130
  - spec/spec_helper.rb