purpose-platform-queued-client 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9c8a6b6b0b727f32670e4b6d6ac8aa7643b8a4ae
4
- data.tar.gz: bc5bdd7aaa19531c9f21c81896fef25e74103546
3
+ metadata.gz: 067614e01170d414b7ab026c26083fcae19bdfe2
4
+ data.tar.gz: 2a47cbf9a894d2dff1141b78c8e3800f44cff91c
5
5
  SHA512:
6
- metadata.gz: 005f8995c3f2c48848e351b64825e4f2433d1fb82b50feb099c97369b9aaa365926702f44f6c74adb84f9a82e27b8aac0c341400e6f88209887c58c51ef238cc
7
- data.tar.gz: 19cf506f1df638d7cc5d4aa931a7db8a3ced770ffb0496df17693e29592ae3df16e9ecb19670d4d3368129a8fdc74a9acbb7a98132770089a24cb197214c7b6e
6
+ metadata.gz: e16cb5a7a19928aaf23c87ba1e050b213421b509ec19877299a5e5889465680c40872dcc9d29f6f5f03509690266ff9574e6ab847f12bf0692ff31480cec0d1d
7
+ data.tar.gz: d3575f706209db81dfde2fb4277af874110e52e7fad65744fe04c32599e7b264e2609b59874322b3be131136d55a4aa302b886327847fe87de8f172af5fdce4e
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
@@ -15,8 +15,7 @@ module PurposePlatformQueuedClient
15
15
  def default_params
16
16
  {
17
17
  guard: '',
18
- hp_enabled: '1',
19
- hp_disabled: '0'
18
+ hp_enabled: 'true'
20
19
  }
21
20
  end
22
21
 
@@ -29,4 +28,4 @@ module PurposePlatformQueuedClient
29
28
  super(params)
30
29
  end
31
30
  end
32
- end
31
+ end
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: purpose-platform-queued-client 0.0.1 ruby lib
5
+ # stub: purpose-platform-queued-client 0.0.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "purpose-platform-queued-client"
9
- s.version = "0.0.1"
9
+ s.version = "0.0.2"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Nathan Woodhull"]
14
- s.date = "2015-08-13"
14
+ s.date = "2015-08-18"
15
15
  s.description = "Ruby interface for the queued API service fronting the Purpose Platform which Fight for the Future uses."
16
16
  s.email = "nathan@controlshiftlabs.com"
17
17
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: purpose-platform-queued-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Woodhull
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-13 00:00:00.000000000 Z
11
+ date: 2015-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: vertebrae