hushed 0.0.1 → 0.0.2

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.
Files changed (3) hide show
  1. data/hushed.gemspec +1 -1
  2. data/lib/hushed/version.rb +1 -1
  3. metadata +4 -4
data/hushed.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["chris.saunders@shopify.com"]
11
11
  spec.description = "API Client for Quiet Logistics Services"
12
12
  spec.summary = "Integrates with QL Blackboard and work Queue"
13
- spec.homepage = ""
13
+ spec.homepage = "http://github.com/csaunders/hushed"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -1,3 +1,3 @@
1
1
  module Hushed
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: hushed
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Chris Saunders
@@ -160,7 +160,7 @@ files:
160
160
  - spec/unit/documents/response/shipment_order_result_spec.rb
161
161
  - spec/unit/message_spec.rb
162
162
  - spec/unit/queue_spec.rb
163
- homepage: ''
163
+ homepage: http://github.com/csaunders/hushed
164
164
  licenses:
165
165
  - MIT
166
166
  post_install_message:
@@ -173,7 +173,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
173
173
  - !ruby/object:Gem::Version
174
174
  segments:
175
175
  - 0
176
- hash: 757848764150941350
176
+ hash: 4314178419713227911
177
177
  version: '0'
178
178
  none: false
179
179
  required_rubygems_version: !ruby/object:Gem::Requirement
@@ -182,7 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
182
182
  - !ruby/object:Gem::Version
183
183
  segments:
184
184
  - 0
185
- hash: 757848764150941350
185
+ hash: 4314178419713227911
186
186
  version: '0'
187
187
  none: false
188
188
  requirements: []