piping 0.0.2 → 0.0.3

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: 565b31b6a8d12f3d6cc69bd248b1eb71c3d29259
4
- data.tar.gz: 88249e721c70546eccb768686e16a66a868cfc4b
3
+ metadata.gz: 856a9e0fa0336c0fa0950857174eb33103103a04
4
+ data.tar.gz: d6b4782ed6ad391fd0d57cf759fef9ca2158426f
5
5
  SHA512:
6
- metadata.gz: d1a6640a13e50a8b3eab534bf3596f2eca27891e3c3561150b9d9bfe9ef4dac1ea6e9d2d2cd7e735a6729af6ded7a8d7b2a96d884c16a23d33572e259f30f698
7
- data.tar.gz: 5384d185a6cec9c30ce90c98c66c37a4e3e66648b11c51ae4deac3899d598e058b8f911be55ef1493fd3817e107c3fbcb5f0866007ed151b13626854bfd96338
6
+ metadata.gz: 2d5151be9c60d24c9d129697c1b77cfdd4a2b4f238be647238e8c0c5bec7413d11d73133d132dcac27907c58bc359cfdf3ecb17e52410d1cc504f2203042ac6f
7
+ data.tar.gz: d6a5523c9488f50ed0d6eacf291d27522cbd85406c28979bf01364a6aa2f6dbbadb05773df1ec42dc2c50c2cb8e65073d5d1691398a218eb3ac60f4cfc57ddcd
@@ -1,3 +1,3 @@
1
1
  module Piping
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/piping.gemspec CHANGED
@@ -9,7 +9,6 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Calle Erlandsson"]
10
10
  spec.email = ["calle@calleerlandsson.com"]
11
11
  spec.summary = %q{A Ruby client for the Piping API.}
12
- spec.homepage = "https://github.com/calleerlandsson/piping-ruby"
13
12
  spec.license = "MIT"
14
13
 
15
14
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: piping
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Calle Erlandsson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-19 00:00:00.000000000 Z
11
+ date: 2016-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -68,7 +68,7 @@ files:
68
68
  - lib/piping/client.rb
69
69
  - lib/piping/version.rb
70
70
  - piping.gemspec
71
- homepage: https://github.com/calleerlandsson/piping-ruby
71
+ homepage:
72
72
  licenses:
73
73
  - MIT
74
74
  metadata: {}
@@ -88,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  version: '0'
89
89
  requirements: []
90
90
  rubyforge_project:
91
- rubygems_version: 2.2.2
91
+ rubygems_version: 2.5.1
92
92
  signing_key:
93
93
  specification_version: 4
94
94
  summary: A Ruby client for the Piping API.