manifestly-client 1.0.0 → 1.0.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 +4 -4
- data/README.md +1 -1
- data/lib/manifestly/http/client.rb +1 -1
- data/lib/manifestly/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a4b6c5304b881f283583b67c959698beff5cbb608aca1511b3c309cd0472ac55
|
|
4
|
+
data.tar.gz: c9479920d279e8ec15af13b06ea4f1b13ab5c0d0aa7dc62411ff2ecd35e46925
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 77d045c7aed9fd7512c9c9d962e75574a710bd20ff81f79c6a49fcba2704cb9daff5c746101a8a430e8fe0002b2f05ae8fe750bd9772e5f3b88c33bf17427f4b
|
|
7
|
+
data.tar.gz: b6f51d4b77643a308f6f81faff098a67d11950283871ecb788403fc52a33f64a500e40a83cbe0704232f096240de2e98a43292a38111dc86219470ab6a5aaf6f
|
data/README.md
CHANGED
|
@@ -37,7 +37,7 @@ puts Manifestly::Entity::Workflow.list.inspect
|
|
|
37
37
|
You may create a new workflow by passing a hash of data to the Workflow constructor and invoking the `create` method. Some internal fields (like `id`) will be injected back in to the object after it is created.
|
|
38
38
|
```ruby
|
|
39
39
|
data = {title: 'Test Workflow', external_id: 'abc123'}
|
|
40
|
-
workflow = Manifestly::Entity::Workflow.new(data)
|
|
40
|
+
workflow = Manifestly::Entity::Workflow.new(data)
|
|
41
41
|
workflow.create
|
|
42
42
|
```
|
|
43
43
|
|
data/lib/manifestly/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: manifestly-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Firespring
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-02-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|