entity-storage 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +1 -1
  2. data/lib/entity_storage.rb +1 -1
  3. metadata +3 -3
@@ -45,7 +45,7 @@ Keys can be up to 512 characters in length. Values can be practically any size,
45
45
  == REQUIREMENTS:
46
46
  As of 1.0.5, requires ActiveRecord 3.0.0.beta4 or greater.
47
47
 
48
- Version up to 1.0.4 requires ActiveRecord 2.2.3 or above (probably works with earlier versions, but has not been tested.)
48
+ Version up to 1.0.4 requires Ruby 1.8.7 and ActiveRecord 2.2.3 or above (probably works with earlier versions, but has not been tested.)
49
49
 
50
50
  == INSTALL:
51
51
  To install from github:
@@ -6,7 +6,7 @@ require 'active_record'
6
6
  # require 'active_record/migration'
7
7
 
8
8
  module EntityStorage
9
- VERSION = '1.0.5'
9
+ VERSION = '1.0.6'
10
10
 
11
11
  class Storage
12
12
  attr_accessor :defaults
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: entity-storage
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 5
10
- version: 1.0.5
9
+ - 6
10
+ version: 1.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Joshua Siler