rs4 0.2.13 → 0.2.14

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
  SHA256:
3
- metadata.gz: 6fa3c04182d961b4c035c1f3213a7ed322a3abd4aec556b7119b83c3923aeb01
4
- data.tar.gz: 388fd56f7db479ff756e300c2ea218fb5907149bd8bb1068987c133cecebe3fc
3
+ metadata.gz: 3a5fa2a84fe9ba420f0fa1290e8db8924d01b8b072f2d1ab348e57da66108063
4
+ data.tar.gz: 67aca3df9920d1db59fe4b5285047d903022f4f3b81bef2716afd9498a5e14b2
5
5
  SHA512:
6
- metadata.gz: 8f417eaea3643412f69e5db3c53db79a3fdffe31853e7972b2e815b88f3aeaa4efa627a9b1a2038ef24161922a031c7556a85a72a9ad318feae4a37e58adddaf
7
- data.tar.gz: 4516755f9e181ad50e4ec59fbce933ab5f8a9dda58ac4349158f09a9c854c1580cd57b3fcd87edadd4fb7606516549c09ab81d74e0f22296142a4b94b6446cdb
6
+ metadata.gz: db4a76f516321f6aa578bd298d9a03ee9eaa25279a6a9406afcb5eb72e50df94633079da150f60aae042aa21574789e914d5d88efa416f6326946509698c3dfb
7
+ data.tar.gz: ceb3c9d858bd45e6924f0d3fcbb9989a168326060e086e215ba567c63d8bf9833e0712dd26fd006ae313d20f7da6578499b6034a0c962b543c3666727a2334c1
@@ -112,36 +112,6 @@ module RS4
112
112
  end
113
113
  end
114
114
 
115
- def post_force_complete(document_guid)
116
- return unless document_guid.present?
117
-
118
- path = "/v1/documents/#{document_guid}/force_complete"
119
-
120
- response = RS4.configuration.request_handler.execute(path, :post)
121
-
122
- unless response.is_a?(RS4::Error) || response.nil? # .class == Net::HTTPOK
123
- raw_document = response.dig(:document) # JSON.parse(response.body, symbolize_names: true)
124
-
125
- # Document.new(raw_document[:document])
126
- Document.new(raw_document) if raw_document
127
- end
128
- end
129
-
130
- def get_force_complete(document_guid)
131
- return unless document_guid.present?
132
-
133
- path = "/v1/documents/#{document_guid}/force_complete"
134
-
135
- response = RS4.configuration.request_handler.execute(path, :get)
136
-
137
- unless response.is_a?(RS4::Error) || response.nil? # .class == Net::HTTPOK
138
- raw_document = response.dig(:document) # JSON.parse(response.body, symbolize_names: true)
139
-
140
- # Document.new(raw_document[:document])
141
- Document.new(raw_document) if raw_document
142
- end
143
- end
144
-
145
115
  def get_documents
146
116
  path = '/public/v1/documents'
147
117
  response = RS4.configuration.request_handler.execute(path, :get)
@@ -1,3 +1,3 @@
1
1
  module RS4
2
- VERSION = '0.2.13'.freeze
2
+ VERSION = '0.2.14'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rs4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.13
4
+ version: 0.2.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - donny