simple_record 1.4.12 → 1.4.13

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.
Files changed (2) hide show
  1. data/test/test_simple_record.rb +1 -1
  2. metadata +2 -15
@@ -494,7 +494,7 @@ class TestSimpleRecord < TestBase
494
494
  end
495
495
 
496
496
  def test_attr_encrypted
497
- require 'model_with_enc'
497
+ require_relative 'model_with_enc'
498
498
  ssn = "123456789"
499
499
  password = "my_password"
500
500
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 4
8
- - 12
9
- version: 1.4.12
8
+ - 13
9
+ version: 1.4.13
10
10
  platform: ruby
11
11
  authors:
12
12
  - Travis Reeder
@@ -32,19 +32,6 @@ dependencies:
32
32
  version: "0"
33
33
  type: :runtime
34
34
  version_requirements: *id001
35
- - !ruby/object:Gem::Dependency
36
- name: active_support
37
- prerelease: false
38
- requirement: &id002 !ruby/object:Gem::Requirement
39
- none: false
40
- requirements:
41
- - - ">="
42
- - !ruby/object:Gem::Version
43
- segments:
44
- - 0
45
- version: "0"
46
- type: :runtime
47
- version_requirements: *id002
48
35
  description: Drop in replacement for ActiveRecord to Amazon SimpleDB instead.
49
36
  email: travis@appoxy.com
50
37
  executables: []