manveru-makura 2009.03.28 → 2009.04.22

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/CHANGELOG ADDED
@@ -0,0 +1,324 @@
1
+ [307642a | Tue Apr 21 17:12:55 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
2
+
3
+ * Add Makura::constant and use it in convert_raw
4
+
5
+ [e6370eb | Tue Apr 21 17:10:12 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
6
+
7
+ * Make Makura run on 1.8 again
8
+
9
+ [4f8cc31 | Tue Apr 21 17:09:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
10
+
11
+ * Fix references to _view
12
+
13
+ [513495b | Tue Apr 21 06:15:47 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
14
+
15
+ * Make convert_raw work with namespaced model.
16
+
17
+ [e2eee79 | Sun Apr 19 04:58:12 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
18
+
19
+ * Support for namespaced models by using namespace as layout's dir name.
20
+
21
+ MyApp::Admin::Foo #=> .couch/my_app/admin/map/foo_xxx.js
22
+
23
+ [8c9aa24 | Sat Mar 28 08:01:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
24
+
25
+ * Version 2009.03.28
26
+
27
+ [da5cebc | Sat Mar 28 08:00:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
28
+
29
+ * Put version in another file for easier management
30
+
31
+ [534a2bc | Sat Mar 28 07:59:15 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
32
+
33
+ * Add Rakefile and some tasks
34
+
35
+ [643fa64 | Sun Mar 01 13:23:15 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
36
+
37
+ * Use Array() instead of to_a for Ruby 1.9 compatibility.
38
+
39
+ Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
40
+
41
+ [3d77ce6 | Sat Mar 21 05:07:04 UTC 2009] Preston Marshall <preston@synergy-solutions.biz>
42
+
43
+ * new gem
44
+
45
+ Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
46
+
47
+ [9eb26bb | Sat Mar 21 05:00:38 UTC 2009] Preston Marshall <preston@synergy-solutions.biz>
48
+
49
+ * Updated view path for latest svn (not sure when it was added, but it works with this) temp views may be affected too, but have not tried them yet
50
+
51
+ Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
52
+
53
+ [6b23e9c | Sat Mar 21 17:00:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
54
+
55
+ * remove Model#saved?, that makes Model#save work as expected
56
+
57
+ [c83c392 | Sat Mar 21 16:55:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
58
+
59
+ * Remove last traces of NotNaughty from example
60
+
61
+ [19a63b5 | Mon Mar 02 01:08:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
62
+
63
+ * Fix inspect for Database
64
+
65
+ [5ae5345 | Sun Mar 01 14:23:15 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
66
+
67
+ * Use Array() instead of to_a for Ruby 1.9 compatibility.
68
+
69
+ [1ff34ab | Sat Feb 28 14:24:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
70
+
71
+ * Shame on me, forgot to add that change... will push new version tomorrow
72
+
73
+ Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
74
+
75
+ [dfc353a | Sat Feb 28 14:23:39 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
76
+
77
+ * Version 2009.03.01, removed json gem dependency as ruby 1.9.1 has it in stdlib
78
+
79
+ Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
80
+
81
+ [29fe7ec | Sat Feb 28 15:24:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
82
+
83
+ * Shame on me, forgot to add that change... will push new version tomorrow
84
+
85
+ [349be0a | Sat Feb 28 15:23:39 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
86
+
87
+ * Version 2009.03.01, removed json gem dependency as ruby 1.9.1 has it in stdlib
88
+
89
+ [ad1a97d | Mon Feb 23 00:51:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
90
+
91
+ * Proper fallback to default_language
92
+
93
+ Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
94
+
95
+ [4b89942 | Mon Feb 16 07:32:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
96
+
97
+ * Some docs for localize plugin
98
+
99
+ Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
100
+
101
+ [b79a538 | Mon Feb 16 07:31:55 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
102
+
103
+ * Support for default language in localize plugin
104
+
105
+ Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
106
+
107
+ [de84c8b | Wed Feb 18 01:45:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
108
+
109
+ * Update version
110
+
111
+ Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
112
+
113
+ [4d4a4c1 | Mon Feb 16 07:24:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
114
+
115
+ * Add plugin/localize
116
+
117
+ Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
118
+
119
+ [83e9177 | Mon Feb 23 01:51:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
120
+
121
+ * Proper fallback to default_language
122
+
123
+ [a72c2c6 | Wed Feb 18 02:45:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
124
+
125
+ * Update version
126
+
127
+ [1feac5a | Mon Feb 16 08:32:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
128
+
129
+ * Some docs for localize plugin
130
+
131
+ [4ab5df7 | Mon Feb 16 08:31:55 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
132
+
133
+ * Support for default language in localize plugin
134
+
135
+ [cd045a1 | Mon Feb 16 08:24:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
136
+
137
+ * Add plugin/localize
138
+
139
+ [fddd7aa | Fri Feb 13 05:41:25 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
140
+
141
+ * fix typo.
142
+
143
+ Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
144
+
145
+ [5469f31 | Fri Feb 13 06:41:25 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>
146
+
147
+ * fix typo.
148
+
149
+ [025964f | Thu Jan 15 02:35:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>
150
+
151
+ * Sofa is now called Makura
152
+
153
+ [e8bfaf9 | Mon Dec 29 17:09:46 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
154
+
155
+ * Don't rely on NotNaughty!
156
+
157
+ [fb10169 | Wed Dec 24 04:56:55 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
158
+
159
+ * Release 2008.12.24
160
+
161
+ [e4b2a88 | Wed Dec 24 04:56:29 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
162
+
163
+ * Layout::PATH
164
+
165
+ [2156ed1 | Wed Dec 24 04:55:37 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
166
+
167
+ * Remove Rack as dependency
168
+
169
+ [b9a9724 | Sun Dec 21 08:51:18 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
170
+
171
+ * Support for map/reduce templating
172
+
173
+ [411786e | Fri Dec 19 12:08:11 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
174
+
175
+ * Better error message if resource not found
176
+
177
+ [6579ae3 | Tue Dec 16 02:57:40 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
178
+
179
+ * Fix usage of pretty_from_md5
180
+
181
+ [514c7d6 | Mon Dec 15 07:03:43 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
182
+
183
+ * Update gemspec
184
+
185
+ [05640a9 | Mon Dec 15 07:03:02 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
186
+
187
+ * Remove dependency on not_naughty
188
+
189
+ [c72821d | Mon Dec 15 07:02:44 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
190
+
191
+ * Convert MD5 from CouchDB uuid generator into base 62
192
+
193
+ [405d360 | Sun Dec 14 06:40:52 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
194
+
195
+ * Implement Model#hash and Model#eql?
196
+
197
+ [87c709e | Sat Dec 13 04:18:14 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
198
+
199
+ * Model::multi_fetch and Model::multi_fetch_with_docs
200
+
201
+ [7e369ed | Fri Dec 12 06:27:34 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
202
+
203
+ * Ignore nil value parameters for the uri
204
+
205
+ [5decf5c | Fri Dec 12 06:03:28 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
206
+
207
+ * Rescue correct error on Model::[]
208
+
209
+ [bc28450 | Thu Dec 11 10:11:57 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
210
+
211
+ * Disable caching automatically if memcached isn't available
212
+
213
+ [aea3dd7 | Wed Dec 10 14:45:16 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
214
+
215
+ * Add Model#detach to get rid of attachments
216
+
217
+ [1705ad2 | Mon Dec 08 05:31:11 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
218
+
219
+ * CACHE_TTL is now 5 by default
220
+
221
+ [e6aa3f9 | Thu Dec 04 08:31:07 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
222
+
223
+ * Make only one request per relation
224
+
225
+ [c47cea0 | Thu Dec 04 08:30:39 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
226
+
227
+ * Add Model#to_json
228
+
229
+ [aceb7e7 | Thu Dec 04 08:30:18 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
230
+
231
+ * Add support for caching GET requests in memcached
232
+
233
+ [c055759 | Thu Dec 04 05:36:15 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
234
+
235
+ * a little bit better error handling
236
+
237
+ [204f003 | Wed Dec 03 02:49:13 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
238
+
239
+ * Version 2008.12.03
240
+
241
+ [2eec148 | Mon Dec 01 15:58:20 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
242
+
243
+ * Avoid storing empty maps, bad bad mojo
244
+
245
+ [617b9f6 | Sat Nov 29 06:53:53 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
246
+
247
+ * Version 2008.11.29
248
+
249
+ [cbe43fa | Sat Nov 29 06:53:14 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
250
+
251
+ * Remove debugging output
252
+
253
+ [67f811e | Fri Nov 28 07:52:46 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
254
+
255
+ * Compensate for a bug in couch_httpd_view.erl
256
+
257
+ [ba95c06 | Fri Nov 28 07:51:56 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
258
+
259
+ * Automatic conversion of Time, new :type parameter for property
260
+
261
+ [2b2cffd | Fri Nov 28 07:51:19 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
262
+
263
+ * Allow Database#[]= to save docs
264
+
265
+ [9b2ab26 | Thu Nov 27 13:57:39 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
266
+
267
+ * Update gemspec, correct files
268
+
269
+ [3c0541b | Thu Nov 27 13:11:22 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
270
+
271
+ * Plugin functionality and pager plugin
272
+
273
+ [22840cb | Thu Nov 27 13:10:57 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
274
+
275
+ * Allow layout :map => source, :reduce => source
276
+
277
+ [ae9aeb5 | Thu Nov 27 13:10:08 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
278
+
279
+ * Model::view_with_docs to take advantage of include_docs
280
+
281
+ [8a5e7ca | Thu Nov 27 10:30:48 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
282
+
283
+ * Version 2008.11.27
284
+
285
+ [753cfa7 | Thu Nov 27 10:26:28 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
286
+
287
+ * add bin/sofa for quick debugging sessions
288
+
289
+ [d2a0886 | Thu Nov 27 10:26:07 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
290
+
291
+ * Small refactor
292
+
293
+ [b1bdaf0 | Tue Nov 25 10:44:05 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
294
+
295
+ * Enable cloning
296
+
297
+ [09dea66 | Tue Nov 25 09:57:15 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
298
+
299
+ * add encode_attachments
300
+
301
+ [3277f11 | Tue Nov 25 09:31:04 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
302
+
303
+ * Adding MIT license
304
+
305
+ [f6dd8ef | Tue Nov 25 09:30:35 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
306
+
307
+ * Document some of Sofa::Server
308
+
309
+ [3f0bc71 | Tue Nov 25 09:30:22 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
310
+
311
+ * Make relations sane
312
+
313
+ [041dfd1 | Tue Nov 25 09:29:57 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
314
+
315
+ * Expand and document Sofa::Database
316
+
317
+ [032b958 | Tue Nov 25 09:29:01 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
318
+
319
+ * Better errors
320
+
321
+ [0bd7246 | Fri Nov 21 12:07:47 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>
322
+
323
+ * Inaugral commit
324
+
data/MANIFEST ADDED
@@ -0,0 +1,35 @@
1
+ CHANGELOG
2
+ COPYING
3
+ MANIFEST
4
+ README.md
5
+ Rakefile
6
+ bin/makura
7
+ example/blog.rb
8
+ example/couch/map/author_all.js
9
+ example/couch/map/author_posts.js
10
+ example/couch/map/post_all.js
11
+ example/couch/map/post_comments.js
12
+ example/couch/reduce/sum_length.js
13
+ lib/makura.rb
14
+ lib/makura/database.rb
15
+ lib/makura/design.rb
16
+ lib/makura/error.rb
17
+ lib/makura/http_methods.rb
18
+ lib/makura/layout.rb
19
+ lib/makura/model.rb
20
+ lib/makura/plugin/localize.rb
21
+ lib/makura/plugin/pager.rb
22
+ lib/makura/server.rb
23
+ lib/makura/uuid_cache.rb
24
+ lib/makura/version.rb
25
+ makura.gemspec
26
+ tasks/bacon.rake
27
+ tasks/changelog.rake
28
+ tasks/gem.rake
29
+ tasks/gem_installer.rake
30
+ tasks/grancher.rake
31
+ tasks/install_dependencies.rake
32
+ tasks/manifest.rake
33
+ tasks/rcov.rake
34
+ tasks/release.rake
35
+ tasks/reversion.rake
data/lib/makura.rb CHANGED
@@ -57,6 +57,10 @@ module Makura
57
57
  end
58
58
  i.to_s(16)
59
59
  end
60
+
61
+ def constant(name, root = Module)
62
+ name.split('::').inject(root){|s,v| s.const_get(v) }
63
+ end
60
64
  end
61
65
 
62
66
  Sofa = Makura # be backwards compatible
@@ -144,7 +144,7 @@ module Makura
144
144
  end
145
145
 
146
146
  def view(layout, params = {})
147
- get("_design/#{layout}", params)
147
+ get("_view/#{layout}", params)
148
148
  end
149
149
 
150
150
  def save(doc)
data/lib/makura/layout.rb CHANGED
@@ -34,20 +34,22 @@ module Makura
34
34
  common_load(:reduce, file_or_function)
35
35
  end
36
36
 
37
- def common_load(root, file_or_function)
37
+ def common_load(type, file_or_function)
38
38
  return unless file_or_function
39
39
 
40
40
  if file_or_function =~ /function\(.*\)/
41
41
  function = file_or_function
42
42
  else
43
- filename = "#{root}/#{file_or_function}.js"
43
+ parts = file_or_function.split('::')
44
+ file = parts.pop
45
+ filename = File.join(parts, type.to_s, "#{file}.js")
44
46
 
45
47
  if pathname = PATH.find{|pa| File.file?(File.join(pa, filename)) }
46
48
  function = File.read(File.join(pathname, filename))
47
49
  end
48
50
  end
49
51
 
50
- instance_variable_set("@#{root}", function) if function
52
+ instance_variable_set("@#{type}", function) if function
51
53
  end
52
54
 
53
55
  def save
data/lib/makura/model.rb CHANGED
@@ -246,9 +246,12 @@ module Makura
246
246
 
247
247
  def layout(name, opts = {})
248
248
  design[name] = layout = Layout.new(name, design)
249
+ unless opts[:map] or opts[:reduce]
250
+ prefix = self.name.gsub(/\B[A-Z][^A-Z]/, '_\&')
251
+ end
249
252
 
250
- map_name = opts[:map] || "#{self.name}_#{name}".downcase
251
- reduce_name = opts[:reduce] || "#{self.name}_#{name}".downcase
253
+ map_name = opts[:map] || "#{prefix}_#{name}".downcase
254
+ reduce_name = opts[:reduce] || "#{prefix}_#{name}".downcase
252
255
 
253
256
  layout.load_map(map_name)
254
257
  layout.load_reduce(reduce_name)
@@ -340,7 +343,7 @@ module Makura
340
343
 
341
344
  def view(name, opts = {})
342
345
  flat = opts.delete(:flat)
343
- hash = database.view("#{self}/_view/#{name}", opts)
346
+ hash = database.view("#{Makura.escape(self)}/#{name}", opts)
344
347
 
345
348
  convert_raw(hash['rows'], flat)
346
349
  end
@@ -350,8 +353,8 @@ module Makura
350
353
  value = row['doc'] || row['value']
351
354
 
352
355
  if value.respond_to?(:to_hash)
353
- if type = value['type'] and not flat
354
- const_get(type).new(value)
356
+ if not flat and type = value['type']
357
+ Makura.constant(type).new(value)
355
358
  else
356
359
  row
357
360
  end
@@ -1,3 +1,3 @@
1
1
  module Makura
2
- VERSION = "2009.03.28"
2
+ VERSION = "2009.04.22"
3
3
  end
data/makura.gemspec CHANGED
@@ -2,25 +2,25 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{makura}
5
- s.version = "2009.03.28"
5
+ s.version = "2009.04.22"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Michael 'manveru' Fellinger"]
9
- s.date = %q{2009-03-28}
9
+ s.date = %q{2009-04-22}
10
10
  s.default_executable = %q{makura}
11
11
  s.description = %q{Ruby wrapper around the CouchDB REST API.}
12
12
  s.email = %q{m.fellinger@gmail.com}
13
13
  s.executables = ["makura"]
14
- s.files = ["COPYING", "README.md", "Rakefile", "bin/makura", "example/blog.rb", "example/couch/map/author_all.js", "example/couch/map/author_posts.js", "example/couch/map/post_all.js", "example/couch/map/post_comments.js", "example/couch/reduce/sum_length.js", "lib/makura.rb", "lib/makura/database.rb", "lib/makura/design.rb", "lib/makura/error.rb", "lib/makura/http_methods.rb", "lib/makura/layout.rb", "lib/makura/model.rb", "lib/makura/plugin/localize.rb", "lib/makura/plugin/pager.rb", "lib/makura/server.rb", "lib/makura/uuid_cache.rb", "lib/makura/version.rb", "makura.gemspec", "tasks/bacon.rake", "tasks/changelog.rake", "tasks/gem.rake", "tasks/gem_installer.rake", "tasks/grancher.rake", "tasks/install_dependencies.rake", "tasks/manifest.rake", "tasks/rcov.rake", "tasks/release.rake", "tasks/reversion.rake"]
14
+ s.files = ["CHANGELOG", "COPYING", "MANIFEST", "README.md", "Rakefile", "bin/makura", "example/blog.rb", "example/couch/map/author_all.js", "example/couch/map/author_posts.js", "example/couch/map/post_all.js", "example/couch/map/post_comments.js", "example/couch/reduce/sum_length.js", "lib/makura.rb", "lib/makura/database.rb", "lib/makura/design.rb", "lib/makura/error.rb", "lib/makura/http_methods.rb", "lib/makura/layout.rb", "lib/makura/model.rb", "lib/makura/plugin/localize.rb", "lib/makura/plugin/pager.rb", "lib/makura/server.rb", "lib/makura/uuid_cache.rb", "lib/makura/version.rb", "makura.gemspec", "tasks/bacon.rake", "tasks/changelog.rake", "tasks/gem.rake", "tasks/gem_installer.rake", "tasks/grancher.rake", "tasks/install_dependencies.rake", "tasks/manifest.rake", "tasks/rcov.rake", "tasks/release.rake", "tasks/reversion.rake"]
15
15
  s.has_rdoc = true
16
16
  s.homepage = %q{http://github.com/manveru/makura}
17
17
  s.require_paths = ["lib"]
18
- s.rubygems_version = %q{1.3.1}
18
+ s.rubygems_version = %q{1.3.2}
19
19
  s.summary = %q{Ruby wrapper around the CouchDB REST API.}
20
20
 
21
21
  if s.respond_to? :specification_version then
22
22
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
23
- s.specification_version = 2
23
+ s.specification_version = 3
24
24
 
25
25
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
26
26
  s.add_runtime_dependency(%q<rest-client>, [">= 0.8.1"])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: manveru-makura
3
3
  version: !ruby/object:Gem::Version
4
- version: 2009.03.28
4
+ version: 2009.04.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael 'manveru' Fellinger
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-28 00:00:00 -07:00
12
+ date: 2009-04-22 00:00:00 -07:00
13
13
  default_executable: makura
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -31,7 +31,9 @@ extensions: []
31
31
  extra_rdoc_files: []
32
32
 
33
33
  files:
34
+ - CHANGELOG
34
35
  - COPYING
36
+ - MANIFEST
35
37
  - README.md
36
38
  - Rakefile
37
39
  - bin/makura
@@ -88,7 +90,7 @@ requirements: []
88
90
  rubyforge_project:
89
91
  rubygems_version: 1.2.0
90
92
  signing_key:
91
- specification_version: 2
93
+ specification_version: 3
92
94
  summary: Ruby wrapper around the CouchDB REST API.
93
95
  test_files: []
94
96