couch_docs 1.2.1 → 1.3.0
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/.bnsignore +16 -0
- data/.gitignore +4 -2
- data/Gemfile +4 -0
- data/Gemfile.lock +27 -0
- data/History.txt +12 -0
- data/README.rdoc +56 -27
- data/Rakefile +15 -34
- data/VERSION +1 -0
- data/couch_docs.gemspec +19 -40
- data/fixtures/_design/a/e.json +1 -0
- data/fixtures/_design/j/q.json +1 -0
- data/fixtures/baz_with_attachments/spacer.gif +0 -0
- data/fixtures/baz_with_attachments.json +1 -0
- data/lib/couch_docs/command_line.rb +2 -0
- data/lib/couch_docs/design_directory.rb +44 -18
- data/lib/couch_docs/document_directory.rb +57 -2
- data/lib/couch_docs/version.rb +3 -0
- data/lib/couch_docs.rb +0 -1
- data/spec/couch_docs/command_line_spec.rb +170 -0
- data/spec/couch_docs/design_directory_spec.rb +197 -0
- data/spec/couch_docs/document_directory_spec.rb +212 -0
- data/spec/couch_docs/store_spec.rb +98 -0
- data/spec/couch_docs_spec.rb +9 -482
- data/spec/spec.opts +1 -0
- data/spec/spec_helper.rb +3 -5
- metadata +60 -50
- data/couch_docs-1.1.0.gem +0 -0
- data/couch_docs-1.1.1.gem +0 -0
- data/couch_docs-1.2.0.gem +0 -0
metadata
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: couch_docs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
+
hash: 27
|
4
5
|
prerelease: false
|
5
6
|
segments:
|
6
7
|
- 1
|
7
|
-
-
|
8
|
-
-
|
9
|
-
version: 1.
|
8
|
+
- 3
|
9
|
+
- 0
|
10
|
+
version: 1.3.0
|
10
11
|
platform: ruby
|
11
12
|
authors:
|
12
13
|
- Chris Strom
|
@@ -14,109 +15,115 @@ autorequire:
|
|
14
15
|
bindir: bin
|
15
16
|
cert_chain: []
|
16
17
|
|
17
|
-
date:
|
18
|
-
default_executable:
|
18
|
+
date: 2011-01-01 00:00:00 -05:00
|
19
|
+
default_executable:
|
19
20
|
dependencies:
|
20
21
|
- !ruby/object:Gem::Dependency
|
21
|
-
name:
|
22
|
+
name: rspec
|
22
23
|
prerelease: false
|
23
24
|
requirement: &id001 !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
24
26
|
requirements:
|
25
27
|
- - ~>
|
26
28
|
- !ruby/object:Gem::Version
|
29
|
+
hash: 27
|
27
30
|
segments:
|
28
31
|
- 1
|
29
|
-
-
|
32
|
+
- 3
|
30
33
|
- 0
|
31
|
-
version: 1.
|
32
|
-
type: :
|
34
|
+
version: 1.3.0
|
35
|
+
type: :development
|
33
36
|
version_requirements: *id001
|
34
37
|
- !ruby/object:Gem::Dependency
|
35
|
-
name:
|
38
|
+
name: rest-client
|
36
39
|
prerelease: false
|
37
40
|
requirement: &id002 !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
38
42
|
requirements:
|
39
|
-
- -
|
43
|
+
- - ~>
|
40
44
|
- !ruby/object:Gem::Version
|
45
|
+
hash: 15
|
41
46
|
segments:
|
42
47
|
- 1
|
43
|
-
-
|
48
|
+
- 6
|
44
49
|
- 0
|
45
|
-
version: 1.
|
50
|
+
version: 1.6.0
|
46
51
|
type: :runtime
|
47
52
|
version_requirements: *id002
|
48
53
|
- !ruby/object:Gem::Dependency
|
49
|
-
name:
|
54
|
+
name: json
|
50
55
|
prerelease: false
|
51
56
|
requirement: &id003 !ruby/object:Gem::Requirement
|
57
|
+
none: false
|
52
58
|
requirements:
|
53
|
-
- -
|
59
|
+
- - ~>
|
54
60
|
- !ruby/object:Gem::Version
|
61
|
+
hash: 7
|
55
62
|
segments:
|
56
63
|
- 1
|
57
|
-
-
|
58
|
-
-
|
59
|
-
version: 1.
|
64
|
+
- 4
|
65
|
+
- 0
|
66
|
+
version: 1.4.0
|
60
67
|
type: :runtime
|
61
68
|
version_requirements: *id003
|
62
69
|
- !ruby/object:Gem::Dependency
|
63
|
-
name:
|
70
|
+
name: directory_watcher
|
64
71
|
prerelease: false
|
65
72
|
requirement: &id004 !ruby/object:Gem::Requirement
|
73
|
+
none: false
|
66
74
|
requirements:
|
67
|
-
- -
|
75
|
+
- - ~>
|
68
76
|
- !ruby/object:Gem::Version
|
77
|
+
hash: 27
|
69
78
|
segments:
|
70
|
-
-
|
71
|
-
-
|
79
|
+
- 1
|
80
|
+
- 3
|
72
81
|
- 0
|
73
|
-
version:
|
74
|
-
type: :
|
82
|
+
version: 1.3.0
|
83
|
+
type: :runtime
|
75
84
|
version_requirements: *id004
|
76
|
-
- !ruby/object:Gem::Dependency
|
77
|
-
name: rspec
|
78
|
-
prerelease: false
|
79
|
-
requirement: &id005 !ruby/object:Gem::Requirement
|
80
|
-
requirements:
|
81
|
-
- - ">="
|
82
|
-
- !ruby/object:Gem::Version
|
83
|
-
segments:
|
84
|
-
- 0
|
85
|
-
version: "0"
|
86
|
-
type: :development
|
87
|
-
version_requirements: *id005
|
88
85
|
description: Manage CouchDB views and documents.
|
89
|
-
email:
|
86
|
+
email:
|
87
|
+
- chris@eeecooks.com
|
90
88
|
executables:
|
91
89
|
- couch-docs
|
92
90
|
extensions: []
|
93
91
|
|
94
|
-
extra_rdoc_files:
|
95
|
-
|
96
|
-
- README.rdoc
|
97
|
-
- bin/couch-docs
|
92
|
+
extra_rdoc_files: []
|
93
|
+
|
98
94
|
files:
|
95
|
+
- .bnsignore
|
99
96
|
- .gitignore
|
97
|
+
- Gemfile
|
98
|
+
- Gemfile.lock
|
100
99
|
- History.txt
|
101
100
|
- README.rdoc
|
102
101
|
- Rakefile
|
102
|
+
- VERSION
|
103
103
|
- bin/couch-docs
|
104
|
-
- couch_docs-1.1.0.gem
|
105
|
-
- couch_docs-1.1.1.gem
|
106
|
-
- couch_docs-1.2.0.gem
|
107
104
|
- couch_docs.gemspec
|
108
105
|
- fixtures/_design/__lib/foo.js
|
109
106
|
- fixtures/_design/a/b/c.js
|
110
107
|
- fixtures/_design/a/b/d.js
|
108
|
+
- fixtures/_design/a/e.json
|
109
|
+
- fixtures/_design/j/q.json
|
111
110
|
- fixtures/_design/x/z.js
|
112
111
|
- fixtures/bar.json
|
112
|
+
- fixtures/baz_with_attachments.json
|
113
|
+
- fixtures/baz_with_attachments/spacer.gif
|
113
114
|
- fixtures/foo.json
|
114
115
|
- lib/couch_docs.rb
|
115
116
|
- lib/couch_docs/command_line.rb
|
116
117
|
- lib/couch_docs/design_directory.rb
|
117
118
|
- lib/couch_docs/document_directory.rb
|
118
119
|
- lib/couch_docs/store.rb
|
120
|
+
- lib/couch_docs/version.rb
|
121
|
+
- spec/couch_docs/command_line_spec.rb
|
122
|
+
- spec/couch_docs/design_directory_spec.rb
|
123
|
+
- spec/couch_docs/document_directory_spec.rb
|
124
|
+
- spec/couch_docs/store_spec.rb
|
119
125
|
- spec/couch_docs_spec.rb
|
126
|
+
- spec/spec.opts
|
120
127
|
- spec/spec_helper.rb
|
121
128
|
- test/test_couch_docs.rb
|
122
129
|
has_rdoc: true
|
@@ -124,31 +131,34 @@ homepage: http://github.com/eee-c/couch_docs
|
|
124
131
|
licenses: []
|
125
132
|
|
126
133
|
post_install_message:
|
127
|
-
rdoc_options:
|
128
|
-
|
129
|
-
- README.rdoc
|
134
|
+
rdoc_options: []
|
135
|
+
|
130
136
|
require_paths:
|
131
137
|
- lib
|
132
138
|
required_ruby_version: !ruby/object:Gem::Requirement
|
139
|
+
none: false
|
133
140
|
requirements:
|
134
141
|
- - ">="
|
135
142
|
- !ruby/object:Gem::Version
|
143
|
+
hash: 3
|
136
144
|
segments:
|
137
145
|
- 0
|
138
146
|
version: "0"
|
139
147
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
148
|
+
none: false
|
140
149
|
requirements:
|
141
150
|
- - ">="
|
142
151
|
- !ruby/object:Gem::Version
|
152
|
+
hash: 3
|
143
153
|
segments:
|
144
154
|
- 0
|
145
155
|
version: "0"
|
146
156
|
requirements: []
|
147
157
|
|
148
158
|
rubyforge_project: couch_docs
|
149
|
-
rubygems_version: 1.3.
|
159
|
+
rubygems_version: 1.3.7
|
150
160
|
signing_key:
|
151
161
|
specification_version: 3
|
152
162
|
summary: Manage CouchDB views and documents
|
153
|
-
test_files:
|
154
|
-
|
163
|
+
test_files: []
|
164
|
+
|
data/couch_docs-1.1.0.gem
DELETED
Binary file
|
data/couch_docs-1.1.1.gem
DELETED
Binary file
|
data/couch_docs-1.2.0.gem
DELETED
Binary file
|