medea 0.2.3 → 0.2.4
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/Rakefile +21 -20
- data/VERSION +1 -1
- data/lib/medea.rb +7 -7
- data/lib/medea/inheritable_attributes.rb +30 -30
- data/lib/medea/jasondb.rb +20 -20
- data/lib/medea/jasondeferredquery.rb +124 -124
- data/lib/medea/jasonlistproperty.rb +101 -101
- data/lib/medea/jasonobject.rb +238 -236
- metadata +23 -9
- data/assets.file +0 -0
- data/assets.http +0 -0
- data/index.html +0 -78
- data/medea-0.2.2.gem +0 -0
- data/medea.gemspec +0 -55
metadata
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: medea
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
+
hash: 31
|
4
5
|
prerelease: false
|
5
6
|
segments:
|
6
7
|
- 0
|
7
8
|
- 2
|
8
|
-
-
|
9
|
-
version: 0.2.
|
9
|
+
- 4
|
10
|
+
version: 0.2.4
|
10
11
|
platform: ruby
|
11
12
|
authors:
|
12
13
|
- Michael Jensen
|
@@ -25,6 +26,7 @@ dependencies:
|
|
25
26
|
requirements:
|
26
27
|
- - ">="
|
27
28
|
- !ruby/object:Gem::Version
|
29
|
+
hash: 3
|
28
30
|
segments:
|
29
31
|
- 0
|
30
32
|
version: "0"
|
@@ -38,11 +40,26 @@ dependencies:
|
|
38
40
|
requirements:
|
39
41
|
- - ">="
|
40
42
|
- !ruby/object:Gem::Version
|
43
|
+
hash: 3
|
41
44
|
segments:
|
42
45
|
- 0
|
43
46
|
version: "0"
|
44
47
|
type: :runtime
|
45
48
|
version_requirements: *id002
|
49
|
+
- !ruby/object:Gem::Dependency
|
50
|
+
name: uuidtools
|
51
|
+
prerelease: false
|
52
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
53
|
+
none: false
|
54
|
+
requirements:
|
55
|
+
- - ">="
|
56
|
+
- !ruby/object:Gem::Version
|
57
|
+
hash: 3
|
58
|
+
segments:
|
59
|
+
- 0
|
60
|
+
version: "0"
|
61
|
+
type: :runtime
|
62
|
+
version_requirements: *id003
|
46
63
|
description: Simple wrapper for persisting objects to JasonDB
|
47
64
|
email: michaelj@jasondb.com
|
48
65
|
executables: []
|
@@ -55,24 +72,19 @@ files:
|
|
55
72
|
- README
|
56
73
|
- Rakefile
|
57
74
|
- VERSION
|
58
|
-
- assets.file
|
59
|
-
- assets.http
|
60
|
-
- index.html
|
61
75
|
- lib/medea.rb
|
62
76
|
- lib/medea/inheritable_attributes.rb
|
63
77
|
- lib/medea/jasondb.rb
|
64
78
|
- lib/medea/jasondeferredquery.rb
|
65
79
|
- lib/medea/jasonlistproperty.rb
|
66
80
|
- lib/medea/jasonobject.rb
|
67
|
-
- medea-0.2.2.gem
|
68
|
-
- medea.gemspec
|
69
81
|
has_rdoc: true
|
70
82
|
homepage: https://github.com/rob-linton/Medea
|
71
83
|
licenses: []
|
72
84
|
|
73
85
|
post_install_message:
|
74
|
-
rdoc_options:
|
75
|
-
|
86
|
+
rdoc_options: []
|
87
|
+
|
76
88
|
require_paths:
|
77
89
|
- lib
|
78
90
|
required_ruby_version: !ruby/object:Gem::Requirement
|
@@ -80,6 +92,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
80
92
|
requirements:
|
81
93
|
- - ">="
|
82
94
|
- !ruby/object:Gem::Version
|
95
|
+
hash: 3
|
83
96
|
segments:
|
84
97
|
- 0
|
85
98
|
version: "0"
|
@@ -88,6 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
88
101
|
requirements:
|
89
102
|
- - ">="
|
90
103
|
- !ruby/object:Gem::Version
|
104
|
+
hash: 3
|
91
105
|
segments:
|
92
106
|
- 0
|
93
107
|
version: "0"
|
data/assets.file
DELETED
File without changes
|
data/assets.http
DELETED
File without changes
|
data/index.html
DELETED
@@ -1,78 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
3
|
-
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
7
|
-
|
8
|
-
<title>rob-linton/Medea @ GitHub</title>
|
9
|
-
|
10
|
-
<style type="text/css">
|
11
|
-
body {
|
12
|
-
margin-top: 1.0em;
|
13
|
-
background-color: #28904b;
|
14
|
-
font-family: "Helvetica,Arial,FreeSans";
|
15
|
-
color: #ffffff;
|
16
|
-
}
|
17
|
-
#container {
|
18
|
-
margin: 0 auto;
|
19
|
-
width: 700px;
|
20
|
-
}
|
21
|
-
h1 { font-size: 3.8em; color: #d76fb4; margin-bottom: 3px; }
|
22
|
-
h1 .small { font-size: 0.4em; }
|
23
|
-
h1 a { text-decoration: none }
|
24
|
-
h2 { font-size: 1.5em; color: #d76fb4; }
|
25
|
-
h3 { text-align: center; color: #d76fb4; }
|
26
|
-
a { color: #d76fb4; }
|
27
|
-
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
|
28
|
-
.download { float: right; }
|
29
|
-
pre { background: #000; color: #fff; padding: 15px;}
|
30
|
-
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
|
31
|
-
.footer { text-align:center; padding-top:30px; font-style: italic; }
|
32
|
-
</style>
|
33
|
-
|
34
|
-
</head>
|
35
|
-
|
36
|
-
<body>
|
37
|
-
<a href="http://github.com/rob-linton/Medea"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
|
38
|
-
|
39
|
-
<div id="container">
|
40
|
-
|
41
|
-
<div class="download">
|
42
|
-
<a href="http://github.com/rob-linton/Medea/zipball/master">
|
43
|
-
<img border="0" width="90" src="http://github.com/images/modules/download/zip.png"></a>
|
44
|
-
<a href="http://github.com/rob-linton/Medea/tarball/master">
|
45
|
-
<img border="0" width="90" src="http://github.com/images/modules/download/tar.png"></a>
|
46
|
-
</div>
|
47
|
-
|
48
|
-
<h1><a href="http://github.com/rob-linton/Medea">Medea</a>
|
49
|
-
<span class="small">by <a href="http://github.com/rob-linton">rob-linton</a></span></h1>
|
50
|
-
|
51
|
-
<div class="description">
|
52
|
-
Jasondb library for Ruby
|
53
|
-
</div>
|
54
|
-
|
55
|
-
<p>This is the main site for the Ruby interface to Jasondb. </p><h2>Contact</h2>
|
56
|
-
<p>robl@jasondb.com
|
57
|
-
|
58
|
-
|
59
|
-
<h2>Download</h2>
|
60
|
-
<p>
|
61
|
-
You can download this project in either
|
62
|
-
<a href="http://github.com/rob-linton/Medea/zipball/master">zip</a> or
|
63
|
-
<a href="http://github.com/rob-linton/Medea/tarball/master">tar</a> formats.
|
64
|
-
</p>
|
65
|
-
<p>You can also clone the project with <a href="http://git-scm.com">Git</a>
|
66
|
-
by running:
|
67
|
-
<pre>$ git clone git://github.com/rob-linton/Medea</pre>
|
68
|
-
</p>
|
69
|
-
|
70
|
-
<div class="footer">
|
71
|
-
get the source code on GitHub : <a href="http://github.com/rob-linton/Medea">rob-linton/Medea</a>
|
72
|
-
</div>
|
73
|
-
|
74
|
-
</div>
|
75
|
-
|
76
|
-
|
77
|
-
</body>
|
78
|
-
</html>
|
data/medea-0.2.2.gem
DELETED
Binary file
|
data/medea.gemspec
DELETED
@@ -1,55 +0,0 @@
|
|
1
|
-
# Generated by jeweler
|
2
|
-
# DO NOT EDIT THIS FILE
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
|
4
|
-
# -*- encoding: utf-8 -*-
|
5
|
-
|
6
|
-
Gem::Specification.new do |s|
|
7
|
-
s.name = %q{medea}
|
8
|
-
s.version = "0.2.3"
|
9
|
-
|
10
|
-
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
|
-
s.authors = ["Michael Jensen"]
|
12
|
-
s.date = %q{2010-12-22}
|
13
|
-
s.description = %q{Simple wrapper for persisting objects to JasonDB}
|
14
|
-
s.email = %q{michaelj@jasondb.com}
|
15
|
-
s.extra_rdoc_files = [
|
16
|
-
"README"
|
17
|
-
]
|
18
|
-
s.files = [
|
19
|
-
"README",
|
20
|
-
"Rakefile",
|
21
|
-
"VERSION",
|
22
|
-
"assets.file",
|
23
|
-
"assets.http",
|
24
|
-
"index.html",
|
25
|
-
"lib/medea.rb",
|
26
|
-
"lib/medea/inheritable_attributes.rb",
|
27
|
-
"lib/medea/jasondb.rb",
|
28
|
-
"lib/medea/jasondeferredquery.rb",
|
29
|
-
"lib/medea/jasonlistproperty.rb",
|
30
|
-
"lib/medea/jasonobject.rb",
|
31
|
-
"medea-0.2.2.gem",
|
32
|
-
"medea.gemspec"
|
33
|
-
]
|
34
|
-
s.homepage = %q{https://github.com/rob-linton/Medea}
|
35
|
-
s.rdoc_options = ["--charset=UTF-8"]
|
36
|
-
s.require_paths = ["lib"]
|
37
|
-
s.rubygems_version = %q{1.3.7}
|
38
|
-
s.summary = %q{Simple wrapper for persisting objects to JasonDB}
|
39
|
-
|
40
|
-
if s.respond_to? :specification_version then
|
41
|
-
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
42
|
-
s.specification_version = 3
|
43
|
-
|
44
|
-
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
45
|
-
s.add_runtime_dependency(%q<json>, [">= 0"])
|
46
|
-
s.add_runtime_dependency(%q<rest-client>, [">= 0"])
|
47
|
-
else
|
48
|
-
s.add_dependency(%q<json>, [">= 0"])
|
49
|
-
s.add_dependency(%q<rest-client>, [">= 0"])
|
50
|
-
end
|
51
|
-
else
|
52
|
-
s.add_dependency(%q<json>, [">= 0"])
|
53
|
-
s.add_dependency(%q<rest-client>, [">= 0"])
|
54
|
-
end
|
55
|
-
end
|