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 +4 -4
- data/VERSION +1 -1
- data/lib/purpose-platform-queued-client/action.rb +2 -3
- data/purpose-platform-queued-client.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 067614e01170d414b7ab026c26083fcae19bdfe2
|
|
4
|
+
data.tar.gz: 2a47cbf9a894d2dff1141b78c8e3800f44cff91c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e16cb5a7a19928aaf23c87ba1e050b213421b509ec19877299a5e5889465680c40872dcc9d29f6f5f03509690266ff9574e6ab847f12bf0692ff31480cec0d1d
|
|
7
|
+
data.tar.gz: d3575f706209db81dfde2fb4277af874110e52e7fad65744fe04c32599e7b264e2609b59874322b3be131136d55a4aa302b886327847fe87de8f172af5fdce4e
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|
|
@@ -15,8 +15,7 @@ module PurposePlatformQueuedClient
|
|
|
15
15
|
def default_params
|
|
16
16
|
{
|
|
17
17
|
guard: '',
|
|
18
|
-
hp_enabled: '
|
|
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.
|
|
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.
|
|
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-
|
|
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.
|
|
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-
|
|
11
|
+
date: 2015-08-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: vertebrae
|