queued-ruby 0.1.0 → 0.1.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: 865c893471a8fd7a247099588c38c287536d5e19
4
- data.tar.gz: 2abff73f13ff6a6ac44a180fb34273f4b76cfb3f
3
+ metadata.gz: 5dc6c7fd5bdab74e1f144b4c50aa85fa0610419e
4
+ data.tar.gz: 2ddb50ad9a2897fe984b4967ceed287db0aa6879
5
5
  SHA512:
6
- metadata.gz: f41cc90de1bf6cf45a2900aaf40cedcf3ceca0ec86795b2de8eb53e2c0b8c97f0f5b222f1777d3f8977d94d675dfb0bded03408bc9647c3865dc3c81e8252547
7
- data.tar.gz: 091ab0abc75cb0f7c5f6972098f92a0a1d16c6a2aa13f10f90fb2e93ec59b053bea129134d6a7947a97a704bff6191d945834b97fed6db4287aa01f81e33490c
6
+ metadata.gz: 4246a3f6a5fd665a9eec48e6a325149eb6908a9ff84364ea82b13fffc4e98dc1de3f24e3f7146d3b597805c0402a6856e31d8a49558e37a205029aabd6c92e2f
7
+ data.tar.gz: 4e313b97e457aa1b62491de80847adf0a664c1a20c7752765a4c68328196b641a64ffb6630df436aa54de2d62b0800dab30ac1993af12fe79b1142aee53baa50
@@ -1,3 +1,3 @@
1
1
  module Queued
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
Binary file
data/queued-ruby.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.description = 'Queued client library for Ruby'
12
12
  spec.authors = ['Scott Nelson']
13
13
  spec.email = 'scott@scttnlsn.com'
14
- spec.homepage = 'https://github.com/scttnlsn/queued-rb'
14
+ spec.homepage = 'https://github.com/scttnlsn/queued-ruby'
15
15
 
16
16
  spec.add_dependency 'faraday', ['>= 0.8', '< 0.10']
17
17
  spec.add_dependency 'faraday_middleware', ['>= 0.8', '< 0.10']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: queued-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Nelson
@@ -122,6 +122,7 @@ files:
122
122
  - lib/queued/version.rb
123
123
  - lib/queued.rb
124
124
  - LICENSE
125
+ - queued-ruby-0.1.0.gem
125
126
  - queued-ruby.gemspec
126
127
  - Rakefile
127
128
  - README.md
@@ -129,7 +130,7 @@ files:
129
130
  - spec/item_spec.rb
130
131
  - spec/queue_spec.rb
131
132
  - spec/spec_helper.rb
132
- homepage: https://github.com/scttnlsn/queued-rb
133
+ homepage: https://github.com/scttnlsn/queued-ruby
133
134
  licenses: []
134
135
  metadata: {}
135
136
  post_install_message: