simply_stored 0.3.8 → 0.3.9
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/simply_stored/couch.rb +4 -0
- data/lib/simply_stored.rb +1 -1
- metadata +4 -4
data/lib/simply_stored/couch.rb
CHANGED
@@ -1,6 +1,10 @@
|
|
1
1
|
require 'validatable'
|
2
2
|
require 'couch_potato'
|
3
|
+
|
3
4
|
require 'active_support'
|
5
|
+
unless {}.respond_to?(:assert_valid_keys)
|
6
|
+
require 'active_support/core_ext'
|
7
|
+
end
|
4
8
|
|
5
9
|
require File.expand_path(File.dirname(__FILE__) + '/../simply_stored')
|
6
10
|
require 'simply_stored/couch/validations'
|
data/lib/simply_stored.rb
CHANGED
@@ -4,7 +4,7 @@ require File.expand_path(File.dirname(__FILE__) + '/simply_stored/storage')
|
|
4
4
|
require File.expand_path(File.dirname(__FILE__) + '/simply_stored/class_methods_base')
|
5
5
|
|
6
6
|
module SimplyStored
|
7
|
-
VERSION = '0.3.
|
7
|
+
VERSION = '0.3.9'
|
8
8
|
class Error < RuntimeError; end
|
9
9
|
class RecordNotFound < RuntimeError; end
|
10
10
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simply_stored
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 1
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 9
|
10
|
+
version: 0.3.9
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Mathias Meyer, Jonathan Weiss
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-09-
|
18
|
+
date: 2010-09-28 00:00:00 +02:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|