streamable-api 0.3.0 → 0.3.1

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: 229dad63b11eaa8fd05cd92ab0c49d4775072dbf
4
- data.tar.gz: 000e8328d393a6fe4c7f156dffc2213ed393d6be
3
+ metadata.gz: 2c68a72f0e06eb235a70ac18e47caa3178974797
4
+ data.tar.gz: f9e940018240f7b3558ce4a1e55699fc84e0beea
5
5
  SHA512:
6
- metadata.gz: 98da0090a472a7c8df45fd96355334beef316c3b1b8b76949c716fbb2ea6a9e3f2b654d2628215d49ee77f6f514e4db0db062f56a32bb7c255c6fa1138326698
7
- data.tar.gz: 8d9ab1483720c9d92b4654a2838bb14b8febb618b9c9a3ed937b406057ae26ca6e72d3f4fbd31269667df8f62c8cc094ed95fc7cd4a37278aa1c3ef4a818a747
6
+ metadata.gz: 2fcf994df89f5cbc8220ddcc04a530cd7bb4423645db9d589469f19fca449a0ab0a7b2fc86bb68b60cf74f0a5f77c778174c6e77c2e43277f285e75b99d36c8c
7
+ data.tar.gz: 52a7e64c573113c614c1ac4309359eb07b97812fd58aedd9ae1595dc7fc3d84d3810c8294d0ebf0cb0c129566792f52be977d18e6235525af988bb73a2c89258
@@ -1,3 +1,3 @@
1
1
  module Streamable
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["catanasian@gmail.com"]
11
11
 
12
12
  spec.summary = %q{Unofficial Ruby API wrapper for Streamable}
13
- spec.homepage = "http://github.com/chrisatanasian"
13
+ spec.homepage = "http://github.com/chrisatanasian/streamable-api"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: streamable-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Atanasian
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-10-02 00:00:00.000000000 Z
11
+ date: 2016-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -140,7 +140,7 @@ files:
140
140
  - lib/streamable.rb
141
141
  - lib/streamable/version.rb
142
142
  - streamable.gemspec
143
- homepage: http://github.com/chrisatanasian
143
+ homepage: http://github.com/chrisatanasian/streamable-api
144
144
  licenses:
145
145
  - MIT
146
146
  metadata: {}