active_cmis 0.3.0 → 0.3.1
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.
- data/README.md +1 -1
- data/active_cmis.gemspec +2 -2
- data/lib/active_cmis/server.rb +1 -1
- data/lib/active_cmis/version.rb +1 -1
- metadata +4 -4
data/README.md
CHANGED
data/active_cmis.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{active_cmis}
|
|
8
|
-
s.version = "0.3.
|
|
8
|
+
s.version = "0.3.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Joeri Samson"]
|
|
12
|
-
s.date = %q{2012-02-
|
|
12
|
+
s.date = %q{2012-02-15}
|
|
13
13
|
s.description = %q{A CMIS library implementing both reading and updating capabilities through the AtomPub/REST binding to CMIS.}
|
|
14
14
|
s.email = %q{joeri@xaop.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
data/lib/active_cmis/server.rb
CHANGED
|
@@ -53,7 +53,7 @@ module ActiveCMIS
|
|
|
53
53
|
# @see Internal::Connection#authenticate
|
|
54
54
|
# @return [void]
|
|
55
55
|
def authenticate(*authentication_info)
|
|
56
|
-
new(endpoint, logger, authentication_info)
|
|
56
|
+
self.class.new(endpoint, logger, authentication_info)
|
|
57
57
|
end
|
|
58
58
|
|
|
59
59
|
# Returns the _Repository identified by the ID
|
data/lib/active_cmis/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_cmis
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.3.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Joeri Samson
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2012-02-
|
|
18
|
+
date: 2012-02-15 00:00:00 +01:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|