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.
@@ -1,6 +1,10 @@
1
1
  Changelog
2
2
  =============
3
3
 
4
+ 0.6.8
5
+
6
+ - Lax restriction on ActiveSupport version
7
+
4
8
  0.6.7
5
9
 
6
10
  - Rebuild with Ruby 1.8
@@ -35,7 +35,7 @@ PLATFORMS
35
35
  ruby
36
36
 
37
37
  DEPENDENCIES
38
- activesupport (~> 3.0.0)
38
+ activesupport (~> 3)
39
39
  couch_potato (= 0.5.7)
40
40
  couchrest (= 1.0.1)
41
41
  mattmatt-validatable (= 1.8.4)
@@ -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.7'
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: 9
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 7
10
- version: 0.6.7
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: 7
146
+ hash: 5
147
147
  segments:
148
148
  - 3
149
- - 0
150
- - 0
151
- version: 3.0.0
149
+ version: "3"
152
150
  name: activesupport
153
151
  prerelease: false
154
152
  type: :runtime