simply_stored 0.6.7 → 0.6.8
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.md +4 -0
- data/Gemfile.lock +1 -1
- data/lib/simply_stored.rb +1 -1
- metadata +5 -7
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
data/lib/simply_stored.rb
CHANGED
|
@@ -5,7 +5,7 @@ unless defined?(SimplyStored)
|
|
|
5
5
|
require File.expand_path(File.dirname(__FILE__) + '/simply_stored/class_methods_base')
|
|
6
6
|
|
|
7
7
|
module SimplyStored
|
|
8
|
-
VERSION = '0.6.
|
|
8
|
+
VERSION = '0.6.8'
|
|
9
9
|
class Error < RuntimeError; end
|
|
10
10
|
class RecordNotFound < RuntimeError; end
|
|
11
11
|
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: 23
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 6
|
|
9
|
-
-
|
|
10
|
-
version: 0.6.
|
|
9
|
+
- 8
|
|
10
|
+
version: 0.6.8
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Mathias Meyer, Jonathan Weiss
|
|
@@ -143,12 +143,10 @@ dependencies:
|
|
|
143
143
|
requirements:
|
|
144
144
|
- - ~>
|
|
145
145
|
- !ruby/object:Gem::Version
|
|
146
|
-
hash:
|
|
146
|
+
hash: 5
|
|
147
147
|
segments:
|
|
148
148
|
- 3
|
|
149
|
-
|
|
150
|
-
- 0
|
|
151
|
-
version: 3.0.0
|
|
149
|
+
version: "3"
|
|
152
150
|
name: activesupport
|
|
153
151
|
prerelease: false
|
|
154
152
|
type: :runtime
|