rocking_chair 0.0.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.
metadata ADDED
@@ -0,0 +1,77 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rocking_chair
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ platform: ruby
6
+ authors:
7
+ - Jonathan Weiss
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2010-02-10 00:00:00 +01:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: simply_stored
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 0.1.12
24
+ version:
25
+ description: In-memory CouchDB for Couchrest and SimplyStored. Works for database and document API, by_attribute views, and for SimplyStored generated views
26
+ email: jw@innerewut.de
27
+ executables: []
28
+
29
+ extensions: []
30
+
31
+ extra_rdoc_files: []
32
+
33
+ files:
34
+ - lib/rocking_chair.rb
35
+ - lib/rocking_chair/couch_rest_http_adapter.rb
36
+ - lib/rocking_chair/database.rb
37
+ - lib/rocking_chair/error.rb
38
+ - lib/rocking_chair/helper.rb
39
+ - lib/rocking_chair/server.rb
40
+ - lib/rocking_chair/view.rb
41
+ has_rdoc: true
42
+ homepage: http://github.com/jweiss/rocking_chair
43
+ licenses: []
44
+
45
+ post_install_message:
46
+ rdoc_options:
47
+ - --charset=UTF-8
48
+ require_paths:
49
+ - lib
50
+ required_ruby_version: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: "0"
55
+ version:
56
+ required_rubygems_version: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ version: "0"
61
+ version:
62
+ requirements: []
63
+
64
+ rubyforge_project:
65
+ rubygems_version: 1.3.5
66
+ signing_key:
67
+ specification_version: 3
68
+ summary: In-memory CouchDB for Couchrest and SimplyStored
69
+ test_files:
70
+ - test/couch_rest_test.rb
71
+ - test/database_test.rb
72
+ - test/extended_couch_rest_test.rb
73
+ - test/fixtures/extended_couch_rest_fixtures.rb
74
+ - test/fixtures/simply_stored_fixtures.rb
75
+ - test/simply_stored_test.rb
76
+ - test/test_helper.rb
77
+ - test/view_test.rb