digital-transport 0.2.0 → 0.3.0

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: ebc25beae1ce280e5b8a3c653a92a35cf3518485
4
- data.tar.gz: 479c4e3741cfbedb5fa95c851aa34d90d070cb77
3
+ metadata.gz: 8aa749e3a76812175d3c1125f365f43a53123bad
4
+ data.tar.gz: 7344a720593ab647f347ee7c4169c70c452ead76
5
5
  SHA512:
6
- metadata.gz: 6014ebe51f458190fc65b3523810b21e13bf9a5bbe3cf2aec18851b86abf17872ff72b2c42b1052468de9926cf8801c46136d64613384d205e54f522bd4d785a
7
- data.tar.gz: d962fea7aa632121b9f17e33274d5f349f2f6379bc2f3d41959fdfc8bbb6f6c4c45f01caf9f3ec8b74e4acfca905d5edb426215261fe5dcc56f54e60b94bda49
6
+ metadata.gz: 12bcecf1723bb148e0737a913dbac593879a7f785cf55e869472d705fa6561b7e93b1c0446fc06855eff86de534f503ae0734951651a79549a313fd8b4d14bfe
7
+ data.tar.gz: c93d10db580b6cfe424738afe6fce4ac73269f72e05a0934fe7d755309a598cd1c79de375b826a4daf40631c891aa4a1d8f3422eb8f33bfa1a579bc2e03ca8da
data/.travis.yml CHANGED
@@ -2,7 +2,6 @@ language: ruby
2
2
  rvm:
3
3
  - 2.1.2
4
4
  - 2.2.1
5
- - head
6
5
  os:
7
6
  - linux
8
7
  - osx
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{interface between multiple transport adapters}
13
13
  spec.description = %q{Library intended to unify interface between multiple transport adapters}
14
- spec.homepage = 'http://www.lishtaba.com'
14
+ spec.homepage = 'https://github.com/rlishtaba/ruby-digital-transport'
15
15
  spec.license = 'MIT'
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|bin)/}) }
17
17
  spec.bindir = 'exe'
@@ -1,5 +1,5 @@
1
1
  module Digital
2
2
  module Transport
3
- VERSION = "0.2.0".freeze
3
+ VERSION = "0.3.0".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: digital-transport
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Lishtaba
@@ -168,7 +168,7 @@ files:
168
168
  - lib/digital/transport/errors.rb
169
169
  - lib/digital/transport/version.rb
170
170
  - script/console
171
- homepage: http://www.lishtaba.com
171
+ homepage: https://github.com/rlishtaba/ruby-digital-transport
172
172
  licenses:
173
173
  - MIT
174
174
  metadata: {}