alfresco_api 1.0.0 → 1.0.1
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: 9b9a66f7e12e210b718648953d4b05ba300d3d14
|
4
|
+
data.tar.gz: f40bcd0a3ee257d084bfa1d6adaba2a85fe08b0e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f923a5b96aaa35e363223fb7edbf6d61339cea5174bad8ac900992e32aef924e13e8d7745e679268c27a6ece216a79c8c27c793d6beab0ce55094b6e1dc48a1b
|
7
|
+
data.tar.gz: 1e83720d07b04b02f944e7990a397293cf98066c47e4daa6ee204ef9fb5e863fc770e7ff2d5cd4f7a72790d158e4172c5127c02b3be049443632c78061180e34
|
Binary file
|
@@ -1,7 +1,7 @@
|
|
1
1
|
=begin
|
2
2
|
#Alfresco Content Services REST API
|
3
3
|
|
4
|
-
#**Core API** Provides access to the core features of Alfresco Content Services.
|
4
|
+
#**Core API** Provides access to the core features of Alfresco Content Services.
|
5
5
|
|
6
6
|
OpenAPI spec version: 1
|
7
7
|
|
@@ -15,7 +15,7 @@ require 'date'
|
|
15
15
|
module AlfrescoAPI
|
16
16
|
|
17
17
|
class NodeBodyCreate
|
18
|
-
# The name must not contain spaces or the following special characters: * \" < > \\ / ? : and |. The character . must not be used at the end of the name.
|
18
|
+
# The name must not contain spaces or the following special characters: * \" < > \\ / ? : and |. The character . must not be used at the end of the name.
|
19
19
|
attr_accessor :name
|
20
20
|
|
21
21
|
attr_accessor :node_type
|
@@ -84,7 +84,7 @@ module AlfrescoAPI
|
|
84
84
|
end
|
85
85
|
|
86
86
|
if attributes.has_key?(:'properties')
|
87
|
-
if (value = attributes[:'properties']).is_a?(
|
87
|
+
if (value = attributes[:'properties']).is_a?(Hash)
|
88
88
|
self.properties = value
|
89
89
|
end
|
90
90
|
end
|
@@ -1,7 +1,7 @@
|
|
1
1
|
=begin
|
2
2
|
#Alfresco Content Services REST API
|
3
3
|
|
4
|
-
#**Core API** Provides access to the core features of Alfresco Content Services.
|
4
|
+
#**Core API** Provides access to the core features of Alfresco Content Services.
|
5
5
|
|
6
6
|
OpenAPI spec version: 1
|
7
7
|
|
@@ -15,7 +15,7 @@ require 'date'
|
|
15
15
|
module AlfrescoAPI
|
16
16
|
|
17
17
|
class NodeBodyUpdate
|
18
|
-
# The name must not contain spaces or the following special characters: * \" < > \\ / ? : and |. The character . must not be used at the end of the name.
|
18
|
+
# The name must not contain spaces or the following special characters: * \" < > \\ / ? : and |. The character . must not be used at the end of the name.
|
19
19
|
attr_accessor :name
|
20
20
|
|
21
21
|
attr_accessor :node_type
|
@@ -72,7 +72,7 @@ module AlfrescoAPI
|
|
72
72
|
end
|
73
73
|
|
74
74
|
if attributes.has_key?(:'properties')
|
75
|
-
if (value = attributes[:'properties']).is_a?(
|
75
|
+
if (value = attributes[:'properties']).is_a?(Hash)
|
76
76
|
self.properties = value
|
77
77
|
end
|
78
78
|
end
|
data/lib/alfresco_api/version.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
=begin
|
2
2
|
#Alfresco Content Services REST API
|
3
3
|
|
4
|
-
#**Core API** Provides access to the core features of Alfresco Content Services.
|
4
|
+
#**Core API** Provides access to the core features of Alfresco Content Services.
|
5
5
|
|
6
6
|
OpenAPI spec version: 1
|
7
7
|
|
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.2.3
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
module AlfrescoAPI
|
14
|
-
VERSION =
|
14
|
+
VERSION = '1.0.1'.freeze
|
15
15
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: alfresco_api
|
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
|
- Élisson Michael
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-01-
|
12
|
+
date: 2018-01-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: typhoeus
|
@@ -202,6 +202,7 @@ files:
|
|
202
202
|
- Gemfile
|
203
203
|
- README.md
|
204
204
|
- Rakefile
|
205
|
+
- alfresco_api-1.0.0.gem
|
205
206
|
- alfresco_api.gemspec
|
206
207
|
- docs/ActivitiesApi.md
|
207
208
|
- docs/Activity.md
|