unimatrix-activist 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9fdf115a79dc8b728b3b5ea13ec73be640c1dcd5
|
4
|
+
data.tar.gz: 6db2a0dcff5f0708c5957d7a923b7dbcb154b17f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ae5d7cb43bcc362665d30184dbba8d5c64064eb10037cf42864e13a2e535dd11a81c1ede0f50d6436806ffb9a33cece0d13224697aa174764e2982d4b76348a
|
7
|
+
data.tar.gz: b06b18478a8e97fe7185832455f8af17b262991a4b94c443f20a0b2338b320e11640b7faf184b420960b7c45747a08141fe0aaa750058fa1e19e4831bd64ee44
|
data/lib/unimatrix-activist.rb
CHANGED
@@ -13,5 +13,7 @@ require 'unimatrix/activist/serializer'
|
|
13
13
|
|
14
14
|
require 'unimatrix/activist/resources/base'
|
15
15
|
require 'unimatrix/activist/resources/error'
|
16
|
+
require 'unimatrix/activist/resources/attribute_error'
|
17
|
+
require 'unimatrix/activist/resources/bad_request_error'
|
16
18
|
require 'unimatrix/activist/resources/activity'
|
17
19
|
require 'unimatrix/activist/resources/task'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: unimatrix-activist
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matthew Yang
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-11-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -94,6 +94,8 @@ files:
|
|
94
94
|
- lib/unimatrix/activist/parser.rb
|
95
95
|
- lib/unimatrix/activist/request.rb
|
96
96
|
- lib/unimatrix/activist/resources/activity.rb
|
97
|
+
- lib/unimatrix/activist/resources/attribute_error.rb
|
98
|
+
- lib/unimatrix/activist/resources/bad_request_error.rb
|
97
99
|
- lib/unimatrix/activist/resources/base.rb
|
98
100
|
- lib/unimatrix/activist/resources/error.rb
|
99
101
|
- lib/unimatrix/activist/resources/realm.rb
|
@@ -121,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
121
123
|
version: '0'
|
122
124
|
requirements: []
|
123
125
|
rubyforge_project:
|
124
|
-
rubygems_version: 2.
|
126
|
+
rubygems_version: 2.4.8
|
125
127
|
signing_key:
|
126
128
|
specification_version: 4
|
127
129
|
summary: Unimatrix::Activist is used to communicate with Activist.
|