active_cmis 0.1.1 → 0.1.2

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.
Files changed (4) hide show
  1. data/README.md +5 -4
  2. data/Rakefile +0 -6
  3. data/VERSION +1 -1
  4. metadata +11 -53
data/README.md CHANGED
@@ -1,7 +1,8 @@
1
1
  # ActiveCMIS Release 0.1.0 #
2
- **Homepage**: <http://xaop.com/labs/activecmis>
3
- **Git**: <http://github.com/xaop/activecmis>
4
- **Author**: XAOP bvba
2
+ **Homepage**: <http://xaop.com/labs/activecmis>
3
+ **Git**: <http://github.com/xaop/activecmis>
4
+ **Documentation**: <http://rdoc.info/projects/xaop/activecmis>
5
+ **Author**: XAOP bvba
5
6
  **Copyright**: 2010
6
7
  **License**: MIT License
7
8
  ## Synopsis ##
@@ -23,6 +24,6 @@ If you haven't installed Nokogiri yet it will be installed automatically, you wi
23
24
 
24
25
  And so on ...
25
26
 
26
- Full documentation of the API can be found at <http://xaop.com/labs/activecmis/doc/index.html>
27
+ Full documentation of the API can be found at [rdoc.info](http://rdoc.info/projects/xaop/activecmis)
27
28
 
28
29
  A tutorial can be found at [the xaop site](http://xaop.com/labs/activecmis "tutorial")
data/Rakefile CHANGED
@@ -23,12 +23,6 @@ begin
23
23
  gemspec.authors = ["Joeri Samson"]
24
24
 
25
25
  gemspec.add_runtime_dependency 'nokogiri', '>= 1.4.1'
26
- gemspec.add_runtime_dependency 'yard', '>= 0.5.0'
27
- gemspec.add_runtime_dependency 'bluecloth'
28
-
29
- gemspec.has_rdoc = 'yard'
30
- gemspec.extra_rdoc_files = ['TODO']
31
- gemspec.rdoc_options << "--default-return" << "::Object" << "--query" << "!@private" << "--hide-void-return"
32
26
 
33
27
  gemspec.required_ruby_version = '>= 1.8.6'
34
28
  end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
metadata CHANGED
@@ -1,12 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_cmis
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 0
7
- - 1
8
- - 1
9
- version: 0.1.1
4
+ version: 0.1.2
10
5
  platform: ruby
11
6
  authors:
12
7
  - Joeri Samson
@@ -19,44 +14,14 @@ default_executable:
19
14
  dependencies:
20
15
  - !ruby/object:Gem::Dependency
21
16
  name: nokogiri
22
- prerelease: false
23
- requirement: &id001 !ruby/object:Gem::Requirement
24
- requirements:
25
- - - ">="
26
- - !ruby/object:Gem::Version
27
- segments:
28
- - 1
29
- - 4
30
- - 1
31
- version: 1.4.1
32
- type: :runtime
33
- version_requirements: *id001
34
- - !ruby/object:Gem::Dependency
35
- name: yard
36
- prerelease: false
37
- requirement: &id002 !ruby/object:Gem::Requirement
38
- requirements:
39
- - - ">="
40
- - !ruby/object:Gem::Version
41
- segments:
42
- - 0
43
- - 5
44
- - 0
45
- version: 0.5.0
46
17
  type: :runtime
47
- version_requirements: *id002
48
- - !ruby/object:Gem::Dependency
49
- name: bluecloth
50
- prerelease: false
51
- requirement: &id003 !ruby/object:Gem::Requirement
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
52
20
  requirements:
53
21
  - - ">="
54
22
  - !ruby/object:Gem::Version
55
- segments:
56
- - 0
57
- version: "0"
58
- type: :runtime
59
- version_requirements: *id003
23
+ version: 1.4.1
24
+ version:
60
25
  description: A CMIS library implementing both reading and updating capabilities through the AtomPub/REST binding to CMIS.
61
26
  email: joeri@xaop.com
62
27
  executables: []
@@ -64,6 +29,8 @@ executables: []
64
29
  extensions: []
65
30
 
66
31
  extra_rdoc_files:
32
+ - LICENSE
33
+ - README.md
67
34
  - TODO
68
35
  files:
69
36
  - .gitignore
@@ -95,40 +62,31 @@ files:
95
62
  - lib/active_cmis/repository.rb
96
63
  - lib/active_cmis/server.rb
97
64
  - lib/active_cmis/type.rb
98
- has_rdoc: yard
65
+ has_rdoc: true
99
66
  homepage: http://xaop.com/labs/activecmis/
100
67
  licenses: []
101
68
 
102
69
  post_install_message:
103
70
  rdoc_options:
104
71
  - --charset=UTF-8
105
- - --default-return
106
- - "::Object"
107
- - --query
108
- - "!@private"
109
- - --hide-void-return
110
72
  require_paths:
111
73
  - lib
112
74
  required_ruby_version: !ruby/object:Gem::Requirement
113
75
  requirements:
114
76
  - - ">="
115
77
  - !ruby/object:Gem::Version
116
- segments:
117
- - 1
118
- - 8
119
- - 6
120
78
  version: 1.8.6
79
+ version:
121
80
  required_rubygems_version: !ruby/object:Gem::Requirement
122
81
  requirements:
123
82
  - - ">="
124
83
  - !ruby/object:Gem::Version
125
- segments:
126
- - 0
127
84
  version: "0"
85
+ version:
128
86
  requirements: []
129
87
 
130
88
  rubyforge_project:
131
- rubygems_version: 1.3.6
89
+ rubygems_version: 1.3.5
132
90
  signing_key:
133
91
  specification_version: 3
134
92
  summary: A library to interact with CMIS repositories through the AtomPub/REST binding