unimatrix-activist 1.0.3 → 1.0.4

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: 7231fc2fed2a76819714d2e155331435df5b45e5
4
- data.tar.gz: 8f7c6e0c142dc8cf9c3f67763d39e433218044f9
3
+ metadata.gz: 9fdf115a79dc8b728b3b5ea13ec73be640c1dcd5
4
+ data.tar.gz: 6db2a0dcff5f0708c5957d7a923b7dbcb154b17f
5
5
  SHA512:
6
- metadata.gz: 8efa0903a89caef7327a22be13b5e049067e9685f1eeec9bc1dfe0aa5ea350bd3eb54e5ed9ffad3330f1dd7e702dee4d67908a95db760d900827315d99d9bd41
7
- data.tar.gz: 7fd610e696be6fab063360d87bbed302db95d07434e2bc20b047ab9adb3f07440e30927bf592c32c01e666ee63912f3b11636293b8232652243fc464ff624d8b
6
+ metadata.gz: 7ae5d7cb43bcc362665d30184dbba8d5c64064eb10037cf42864e13a2e535dd11a81c1ede0f50d6436806ffb9a33cece0d13224697aa174764e2982d4b76348a
7
+ data.tar.gz: b06b18478a8e97fe7185832455f8af17b262991a4b94c443f20a0b2338b320e11640b7faf184b420960b7c45747a08141fe0aaa750058fa1e19e4831bd64ee44
@@ -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'
@@ -0,0 +1,7 @@
1
+ module Unimatrix::Activist
2
+
3
+ class AttributeError < Error
4
+ field :attribute
5
+ end
6
+
7
+ end
@@ -0,0 +1,6 @@
1
+ module Unimatrix::Activist
2
+
3
+ class BadRequestError < Error
4
+ end
5
+
6
+ end
@@ -1,5 +1,5 @@
1
1
  module Unimatrix
2
2
  module Activist
3
- VERSION = "1.0.3"
3
+ VERSION = "1.0.4"
4
4
  end
5
5
  end
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.3
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-09-19 00:00:00.000000000 Z
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.6.10
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.