swagger_aem 1.2.1 → 1.3.0

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: 91c1e5320d0da37f7e2c5918ecb678bd437c7ccf
4
- data.tar.gz: cab9a30c8882a99198241a4d2db2aa95664534cb
3
+ metadata.gz: '0209420fa66a0a436167a177904049bbf84b2d86'
4
+ data.tar.gz: 6ad15fe9f0c3799a3f6d86201b9ce2d74dea9115
5
5
  SHA512:
6
- metadata.gz: b443542c81b4114e5411037c00888da5106bb36dabaefa62355d11e879494df7fe453ae74db8cf83f2e613fda571bb972b7c3417fa285d4d4d159d8f5da63b2f
7
- data.tar.gz: d7d6cab2f04dd402c67ee5a2abbd67036c3f7e8e9a9213d83a74de42876b5a01619665b2eaa823b735ea3eed91d857800ab39b0fbc24c1de32ca74744b4f9bc2
6
+ metadata.gz: b52143935b32fa07a2928da097301cdb11cc1caab86800021844c74c3050b67f486de8a5b20f9ac4ef8391cd62bab320aa7da4c89525741b430c637159c4fe02
7
+ data.tar.gz: 2f8ab4a1ef5a20480ce00a2e224a302e30288a90fff0673dae9b51b8315cc4d9e1a96a95e1af7674c8837e2069b2bc0bb6721db4d209e31a5e0cb2570a7e0914
data/README.md CHANGED
@@ -6,8 +6,8 @@ Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
6
6
 
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
- - API version: 1.3.0
10
- - Package version: 1.2.1
9
+ - API version: 1.4.0
10
+ - Package version: 1.3.0
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://shinesolutions.com](http://shinesolutions.com)
13
13
 
@@ -24,15 +24,15 @@ gem build swagger_aem.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./swagger_aem-1.2.1.gem
27
+ gem install ./swagger_aem-1.3.0.gem
28
28
  ```
29
- (for development, run `gem install --dev ./swagger_aem-1.2.1.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./swagger_aem-1.3.0.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'swagger_aem', '~> 1.2.1'
35
+ gem 'swagger_aem', '~> 1.3.0'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -110,6 +110,7 @@ Class | Method | HTTP request | Description
110
110
  *SwaggerAemClient::SlingApi* | [**post_config_apache_sling_dav_ex_servlet**](docs/SlingApi.md#post_config_apache_sling_dav_ex_servlet) | **POST** /apps/system/config.{runmode}/org.apache.sling.jcr.davex.impl.servlets.SlingDavExServlet |
111
111
  *SwaggerAemClient::SlingApi* | [**post_config_apache_sling_get_servlet**](docs/SlingApi.md#post_config_apache_sling_get_servlet) | **POST** /apps/system/config.{runmode}/org.apache.sling.servlets.get.DefaultGetServlet |
112
112
  *SwaggerAemClient::SlingApi* | [**post_config_apache_sling_referrer_filter**](docs/SlingApi.md#post_config_apache_sling_referrer_filter) | **POST** /apps/system/config.{runmode}/org.apache.sling.security.impl.ReferrerFilter |
113
+ *SwaggerAemClient::SlingApi* | [**post_node**](docs/SlingApi.md#post_node) | **POST** /{path}/{name} |
113
114
  *SwaggerAemClient::SlingApi* | [**post_node_rw**](docs/SlingApi.md#post_node_rw) | **POST** /{path}/{name}.rw.html |
114
115
  *SwaggerAemClient::SlingApi* | [**post_path**](docs/SlingApi.md#post_path) | **POST** /{path}/ |
115
116
  *SwaggerAemClient::SlingApi* | [**post_query**](docs/SlingApi.md#post_query) | **POST** /bin/querybuilder.json |
data/docs/SlingApi.md CHANGED
@@ -18,6 +18,7 @@ Method | HTTP request | Description
18
18
  [**post_config_apache_sling_dav_ex_servlet**](SlingApi.md#post_config_apache_sling_dav_ex_servlet) | **POST** /apps/system/config.{runmode}/org.apache.sling.jcr.davex.impl.servlets.SlingDavExServlet |
19
19
  [**post_config_apache_sling_get_servlet**](SlingApi.md#post_config_apache_sling_get_servlet) | **POST** /apps/system/config.{runmode}/org.apache.sling.servlets.get.DefaultGetServlet |
20
20
  [**post_config_apache_sling_referrer_filter**](SlingApi.md#post_config_apache_sling_referrer_filter) | **POST** /apps/system/config.{runmode}/org.apache.sling.security.impl.ReferrerFilter |
21
+ [**post_node**](SlingApi.md#post_node) | **POST** /{path}/{name} |
21
22
  [**post_node_rw**](SlingApi.md#post_node_rw) | **POST** /{path}/{name}.rw.html |
22
23
  [**post_path**](SlingApi.md#post_path) | **POST** /{path}/ |
23
24
  [**post_query**](SlingApi.md#post_query) | **POST** /bin/querybuilder.json |
@@ -950,6 +951,66 @@ nil (empty response body)
950
951
 
951
952
 
952
953
 
954
+ # **post_node**
955
+ > post_node(path, name, opts)
956
+
957
+
958
+
959
+ ### Example
960
+ ```ruby
961
+ # load the gem
962
+ require 'swagger_aem'
963
+ # setup authorization
964
+ SwaggerAemClient.configure do |config|
965
+ # Configure HTTP basic authorization: aemAuth
966
+ config.username = 'YOUR USERNAME'
967
+ config.password = 'YOUR PASSWORD'
968
+ end
969
+
970
+ api_instance = SwaggerAemClient::SlingApi.new
971
+
972
+ path = "path_example" # String |
973
+
974
+ name = "name_example" # String |
975
+
976
+ opts = {
977
+ operation: "operation_example", # String |
978
+ delete_authorizable: "delete_authorizable_example", # String |
979
+ file: File.new("/path/to/file.txt") # File |
980
+ }
981
+
982
+ begin
983
+ api_instance.post_node(path, name, opts)
984
+ rescue SwaggerAemClient::ApiError => e
985
+ puts "Exception when calling SlingApi->post_node: #{e}"
986
+ end
987
+ ```
988
+
989
+ ### Parameters
990
+
991
+ Name | Type | Description | Notes
992
+ ------------- | ------------- | ------------- | -------------
993
+ **path** | **String**| |
994
+ **name** | **String**| |
995
+ **operation** | **String**| | [optional]
996
+ **delete_authorizable** | **String**| | [optional]
997
+ **file** | **File**| | [optional]
998
+
999
+ ### Return type
1000
+
1001
+ nil (empty response body)
1002
+
1003
+ ### Authorization
1004
+
1005
+ [aemAuth](../README.md#aemAuth)
1006
+
1007
+ ### HTTP request headers
1008
+
1009
+ - **Content-Type**: multipart/form-data
1010
+ - **Accept**: text/plain
1011
+
1012
+
1013
+
953
1014
  # **post_node_rw**
954
1015
  > post_node_rw(path, name, opts)
955
1016
 
data/lib/swagger_aem.rb CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.3.0
6
+ OpenAPI spec version: 1.4.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.3.0
6
+ OpenAPI spec version: 1.4.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.3.0
6
+ OpenAPI spec version: 1.4.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.3.0
6
+ OpenAPI spec version: 1.4.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.3.0
6
+ OpenAPI spec version: 1.4.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.3.0
6
+ OpenAPI spec version: 1.4.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.1
@@ -1113,6 +1113,75 @@ module SwaggerAemClient
1113
1113
  return data, status_code, headers
1114
1114
  end
1115
1115
 
1116
+ #
1117
+ #
1118
+ # @param path
1119
+ # @param name
1120
+ # @param [Hash] opts the optional parameters
1121
+ # @option opts [String] :operation
1122
+ # @option opts [String] :delete_authorizable
1123
+ # @option opts [File] :file
1124
+ # @return [nil]
1125
+ def post_node(path, name, opts = {})
1126
+ post_node_with_http_info(path, name, opts)
1127
+ return nil
1128
+ end
1129
+
1130
+ #
1131
+ #
1132
+ # @param path
1133
+ # @param name
1134
+ # @param [Hash] opts the optional parameters
1135
+ # @option opts [String] :operation
1136
+ # @option opts [String] :delete_authorizable
1137
+ # @option opts [File] :file
1138
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
1139
+ def post_node_with_http_info(path, name, opts = {})
1140
+ if @api_client.config.debugging
1141
+ @api_client.config.logger.debug "Calling API: SlingApi.post_node ..."
1142
+ end
1143
+ # verify the required parameter 'path' is set
1144
+ if @api_client.config.client_side_validation && path.nil?
1145
+ fail ArgumentError, "Missing the required parameter 'path' when calling SlingApi.post_node"
1146
+ end
1147
+ # verify the required parameter 'name' is set
1148
+ if @api_client.config.client_side_validation && name.nil?
1149
+ fail ArgumentError, "Missing the required parameter 'name' when calling SlingApi.post_node"
1150
+ end
1151
+ # resource path
1152
+ local_var_path = "/{path}/{name}".sub('{' + 'path' + '}', path.to_s).sub('{' + 'name' + '}', name.to_s)
1153
+
1154
+ # query parameters
1155
+ query_params = {}
1156
+ query_params[:':operation'] = opts[:'operation'] if !opts[:'operation'].nil?
1157
+ query_params[:'deleteAuthorizable'] = opts[:'delete_authorizable'] if !opts[:'delete_authorizable'].nil?
1158
+
1159
+ # header parameters
1160
+ header_params = {}
1161
+ # HTTP header 'Accept' (if needed)
1162
+ header_params['Accept'] = @api_client.select_header_accept(['text/plain'])
1163
+ # HTTP header 'Content-Type'
1164
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
1165
+
1166
+ # form parameters
1167
+ form_params = {}
1168
+ form_params["file"] = opts[:'file'] if !opts[:'file'].nil?
1169
+
1170
+ # http body (model)
1171
+ post_body = nil
1172
+ auth_names = ['aemAuth']
1173
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
1174
+ :header_params => header_params,
1175
+ :query_params => query_params,
1176
+ :form_params => form_params,
1177
+ :body => post_body,
1178
+ :auth_names => auth_names)
1179
+ if @api_client.config.debugging
1180
+ @api_client.config.logger.debug "API called: SlingApi#post_node\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1181
+ end
1182
+ return data, status_code, headers
1183
+ end
1184
+
1116
1185
  #
1117
1186
  #
1118
1187
  # @param path
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.3.0
6
+ OpenAPI spec version: 1.4.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.3.0
6
+ OpenAPI spec version: 1.4.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.3.0
6
+ OpenAPI spec version: 1.4.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.3.0
6
+ OpenAPI spec version: 1.4.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.3.0
6
+ OpenAPI spec version: 1.4.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.3.0
6
+ OpenAPI spec version: 1.4.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.1
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.3.1
11
11
  =end
12
12
 
13
13
  module SwaggerAemClient
14
- VERSION = "1.2.1"
14
+ VERSION = "1.3.0"
15
15
  end
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.3.0
6
+ OpenAPI spec version: 1.4.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.3.0
6
+ OpenAPI spec version: 1.4.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.3.0
6
+ OpenAPI spec version: 1.4.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.3.0
6
+ OpenAPI spec version: 1.4.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.3.0
6
+ OpenAPI spec version: 1.4.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.1
@@ -305,6 +305,22 @@ describe 'SlingApi' do
305
305
  end
306
306
  end
307
307
 
308
+ # unit tests for post_node
309
+ #
310
+ #
311
+ # @param path
312
+ # @param name
313
+ # @param [Hash] opts the optional parameters
314
+ # @option opts [String] :operation
315
+ # @option opts [String] :delete_authorizable
316
+ # @option opts [File] :file
317
+ # @return [nil]
318
+ describe 'post_node test' do
319
+ it "should work" do
320
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
321
+ end
322
+ end
323
+
308
324
  # unit tests for post_node_rw
309
325
  #
310
326
  #
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.3.0
6
+ OpenAPI spec version: 1.4.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.3.0
6
+ OpenAPI spec version: 1.4.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.3.0
6
+ OpenAPI spec version: 1.4.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.3.0
6
+ OpenAPI spec version: 1.4.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.1
data/spec/spec_helper.rb CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.3.0
6
+ OpenAPI spec version: 1.4.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.1
data/swagger_aem.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
7
7
 
8
- OpenAPI spec version: 1.3.0
8
+ OpenAPI spec version: 1.4.0
9
9
  Contact: opensource@shinesolutions.com
10
10
  Generated by: https://github.com/swagger-api/swagger-codegen.git
11
11
  Swagger Codegen version: 2.3.1
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
25
25
  s.summary = "Adobe Experience Manager (AEM) API Ruby Gem"
26
26
  s.description = "Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API"
27
27
  s.license = "Apache 2.0"
28
- s.required_ruby_version = ">= 2.0"
28
+ s.required_ruby_version = ">= 2.1"
29
29
 
30
30
  s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
31
31
  s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swagger_aem
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shine Solutions
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-18 00:00:00.000000000 Z
11
+ date: 2018-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -199,7 +199,6 @@ extensions: []
199
199
  extra_rdoc_files: []
200
200
  files:
201
201
  - Gemfile
202
- - Gemfile.lock
203
202
  - README.md
204
203
  - Rakefile
205
204
  - docs/ConsoleApi.md
@@ -245,7 +244,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
245
244
  requirements:
246
245
  - - ">="
247
246
  - !ruby/object:Gem::Version
248
- version: '2.0'
247
+ version: '2.1'
249
248
  required_rubygems_version: !ruby/object:Gem::Requirement
250
249
  requirements:
251
250
  - - ">="
@@ -253,18 +252,18 @@ required_rubygems_version: !ruby/object:Gem::Requirement
253
252
  version: '0'
254
253
  requirements: []
255
254
  rubyforge_project:
256
- rubygems_version: 2.6.14
255
+ rubygems_version: 2.6.14.1
257
256
  signing_key:
258
257
  specification_version: 4
259
258
  summary: Adobe Experience Manager (AEM) API Ruby Gem
260
259
  test_files:
261
- - spec/api/console_api_spec.rb
262
- - spec/api/cq_api_spec.rb
263
260
  - spec/api/crx_api_spec.rb
264
- - spec/api/custom_api_spec.rb
261
+ - spec/api/cq_api_spec.rb
265
262
  - spec/api/sling_api_spec.rb
263
+ - spec/api/console_api_spec.rb
264
+ - spec/api/custom_api_spec.rb
266
265
  - spec/api_client_spec.rb
267
266
  - spec/configuration_spec.rb
268
- - spec/models/install_status_spec.rb
269
267
  - spec/models/install_status_status_spec.rb
268
+ - spec/models/install_status_spec.rb
270
269
  - spec/spec_helper.rb
data/Gemfile.lock DELETED
@@ -1,69 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- swagger_aem (1.2.1)
5
- json (~> 2.1, >= 2.1.0)
6
- typhoeus (~> 1.0, >= 1.0.1)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- ZenTest (4.11.1)
12
- addressable (2.5.2)
13
- public_suffix (>= 2.0.2, < 4.0)
14
- autotest (4.4.6)
15
- ZenTest (>= 4.4.1)
16
- autotest-fsevent (0.2.13)
17
- sys-uname
18
- autotest-growl (0.2.16)
19
- autotest-rails-pure (4.1.2)
20
- crack (0.4.3)
21
- safe_yaml (~> 1.0.0)
22
- diff-lcs (1.3)
23
- ethon (0.11.0)
24
- ffi (>= 1.3.0)
25
- ffi (1.9.23)
26
- hashdiff (0.3.7)
27
- json (2.1.0)
28
- public_suffix (3.0.2)
29
- rake (12.0.0)
30
- rspec (3.7.0)
31
- rspec-core (~> 3.7.0)
32
- rspec-expectations (~> 3.7.0)
33
- rspec-mocks (~> 3.7.0)
34
- rspec-core (3.7.1)
35
- rspec-support (~> 3.7.0)
36
- rspec-expectations (3.7.0)
37
- diff-lcs (>= 1.2.0, < 2.0)
38
- rspec-support (~> 3.7.0)
39
- rspec-mocks (3.7.0)
40
- diff-lcs (>= 1.2.0, < 2.0)
41
- rspec-support (~> 3.7.0)
42
- rspec-support (3.7.1)
43
- safe_yaml (1.0.4)
44
- sys-uname (1.0.3)
45
- ffi (>= 1.0.0)
46
- typhoeus (1.3.0)
47
- ethon (>= 0.9.0)
48
- vcr (3.0.3)
49
- webmock (1.24.6)
50
- addressable (>= 2.3.6)
51
- crack (>= 0.3.2)
52
- hashdiff
53
-
54
- PLATFORMS
55
- ruby
56
-
57
- DEPENDENCIES
58
- autotest (~> 4.4, >= 4.4.6)
59
- autotest-fsevent (~> 0.2, >= 0.2.12)
60
- autotest-growl (~> 0.2, >= 0.2.16)
61
- autotest-rails-pure (~> 4.1, >= 4.1.2)
62
- rake (~> 12.0.0)
63
- rspec (~> 3.6, >= 3.6.0)
64
- swagger_aem!
65
- vcr (~> 3.0, >= 3.0.1)
66
- webmock (~> 1.24, >= 1.24.3)
67
-
68
- BUNDLED WITH
69
- 1.16.1