crypt_keeper 0.20.0 → 0.21.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +3 -10
- data/Appraisals +0 -15
- data/gemfiles/activerecord_4_1.gemfile.lock +50 -54
- data/gemfiles/activerecord_4_2.gemfile.lock +39 -42
- data/lib/crypt_keeper/helper.rb +2 -2
- data/lib/crypt_keeper/model.rb +5 -1
- data/lib/crypt_keeper/version.rb +1 -1
- data/lib/crypt_keeper.rb +6 -0
- data/spec/model_spec.rb +18 -0
- metadata +3 -9
- data/gemfiles/activerecord_3_1.gemfile +0 -8
- data/gemfiles/activerecord_3_1.gemfile.lock +0 -118
- data/gemfiles/activerecord_3_2.gemfile +0 -8
- data/gemfiles/activerecord_3_2.gemfile.lock +0 -118
- data/gemfiles/activerecord_4_0.gemfile +0 -8
- data/gemfiles/activerecord_4_0.gemfile.lock +0 -124
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 73363a22fbcc6bdbe4ecb9be144d088cc99348a7
|
4
|
+
data.tar.gz: 25c86e1d17a14f387db29b85e1f88fe4b96f0bcb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d04d80a51df14a595006ca5824d5e561be8b325cf1f390deb4b8952ec53d5b716cb029e13b30b74a485270cea83134bdf6605b1f16f54179599d2a96ff5acc8
|
7
|
+
data.tar.gz: 1e1b123878d3f9fd77337d9df4b6d30ac13de7bdfb2b2a2420cebefb03965bec58a931cb394ecf24657b712c117fe460f97da4c1c7accbab85620af14f5732d8
|
data/.travis.yml
CHANGED
@@ -1,21 +1,14 @@
|
|
1
1
|
language: ruby
|
2
2
|
|
3
3
|
rvm:
|
4
|
-
- 1.
|
5
|
-
- 2.
|
6
|
-
- 2.
|
4
|
+
- 2.1.10
|
5
|
+
- 2.2.5
|
6
|
+
- 2.3.1
|
7
7
|
|
8
8
|
gemfile:
|
9
|
-
- gemfiles/activerecord_3_1.gemfile
|
10
|
-
- gemfiles/activerecord_3_2.gemfile
|
11
|
-
- gemfiles/activerecord_4_0.gemfile
|
12
9
|
- gemfiles/activerecord_4_1.gemfile
|
13
10
|
- gemfiles/activerecord_4_2.gemfile
|
14
11
|
|
15
|
-
matrix:
|
16
|
-
include:
|
17
|
-
- rvm: 2.2.0
|
18
|
-
gemfile: gemfiles/activerecord_4_2.gemfile
|
19
12
|
|
20
13
|
addons:
|
21
14
|
postgresql: 9.3
|
data/Appraisals
CHANGED
@@ -1,18 +1,3 @@
|
|
1
|
-
appraise "activerecord_3_1" do
|
2
|
-
gem 'activerecord', '~> 3.1.10'
|
3
|
-
gem 'activesupport', '~> 3.1.10'
|
4
|
-
end
|
5
|
-
|
6
|
-
appraise "activerecord_3_2" do
|
7
|
-
gem 'activerecord', '~> 3.2.14'
|
8
|
-
gem 'activesupport', '~> 3.2.14'
|
9
|
-
end
|
10
|
-
|
11
|
-
appraise "activerecord_4_0" do
|
12
|
-
gem 'activerecord', '~> 4.0.0'
|
13
|
-
gem 'activesupport', '~> 4.0.0'
|
14
|
-
end
|
15
|
-
|
16
1
|
appraise "activerecord_4_1" do
|
17
2
|
gem 'activerecord', '~> 4.1.0'
|
18
3
|
gem 'activesupport', '~> 4.1.0'
|
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../
|
3
3
|
specs:
|
4
|
-
crypt_keeper (0.
|
4
|
+
crypt_keeper (0.20.0)
|
5
5
|
activerecord (>= 3.1, < 4.3)
|
6
6
|
activesupport (>= 3.1, < 4.3)
|
7
7
|
aes (~> 0.5.0)
|
@@ -10,77 +10,69 @@ PATH
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
activemodel (4.1.
|
14
|
-
activesupport (= 4.1.
|
13
|
+
activemodel (4.1.14.2)
|
14
|
+
activesupport (= 4.1.14.2)
|
15
15
|
builder (~> 3.1)
|
16
|
-
activerecord (4.1.
|
17
|
-
activemodel (= 4.1.
|
18
|
-
activesupport (= 4.1.
|
16
|
+
activerecord (4.1.14.2)
|
17
|
+
activemodel (= 4.1.14.2)
|
18
|
+
activesupport (= 4.1.14.2)
|
19
19
|
arel (~> 5.0.0)
|
20
|
-
activesupport (4.1.
|
20
|
+
activesupport (4.1.14.2)
|
21
21
|
i18n (~> 0.6, >= 0.6.9)
|
22
22
|
json (~> 1.7, >= 1.7.7)
|
23
23
|
minitest (~> 5.1)
|
24
24
|
thread_safe (~> 0.1)
|
25
25
|
tzinfo (~> 1.1)
|
26
26
|
aes (0.5.0)
|
27
|
-
appraisal (1.0.
|
27
|
+
appraisal (1.0.3)
|
28
28
|
bundler
|
29
29
|
rake
|
30
30
|
thor (>= 0.14.0)
|
31
31
|
arel (5.0.1.20140414130214)
|
32
32
|
armor (0.0.3)
|
33
33
|
builder (3.2.2)
|
34
|
-
celluloid (0.
|
35
|
-
timers (~>
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
simplecov (>= 0.7)
|
44
|
-
term-ansicolor
|
45
|
-
thor
|
34
|
+
celluloid (0.16.0)
|
35
|
+
timers (~> 4.0.0)
|
36
|
+
coderay (1.1.1)
|
37
|
+
coveralls (0.8.13)
|
38
|
+
json (~> 1.8)
|
39
|
+
simplecov (~> 0.11.0)
|
40
|
+
term-ansicolor (~> 1.3)
|
41
|
+
thor (~> 0.19.1)
|
42
|
+
tins (~> 1.6.0)
|
46
43
|
diff-lcs (1.2.5)
|
47
|
-
docile (1.1.
|
48
|
-
ffi (1.9.
|
49
|
-
formatador (0.2.
|
44
|
+
docile (1.1.5)
|
45
|
+
ffi (1.9.10)
|
46
|
+
formatador (0.2.5)
|
50
47
|
guard (2.6.1)
|
51
48
|
formatador (>= 0.2.4)
|
52
49
|
listen (~> 2.7)
|
53
50
|
lumberjack (~> 1.0)
|
54
51
|
pry (>= 0.9.12)
|
55
52
|
thor (>= 0.18.1)
|
56
|
-
guard-rspec (4.2.
|
53
|
+
guard-rspec (4.2.10)
|
57
54
|
guard (~> 2.1)
|
58
55
|
rspec (>= 2.14, < 4.0)
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
celluloid
|
56
|
+
hitimes (1.2.4)
|
57
|
+
i18n (0.7.0)
|
58
|
+
json (1.8.3)
|
59
|
+
listen (2.10.1)
|
60
|
+
celluloid (~> 0.16.0)
|
64
61
|
rb-fsevent (>= 0.9.3)
|
65
62
|
rb-inotify (>= 0.9)
|
66
|
-
lumberjack (1.0.
|
63
|
+
lumberjack (1.0.10)
|
67
64
|
method_source (0.8.2)
|
68
|
-
|
69
|
-
|
70
|
-
multi_json (1.10.0)
|
71
|
-
mysql2 (0.3.15)
|
72
|
-
nio4r (1.0.0)
|
65
|
+
minitest (5.9.0)
|
66
|
+
mysql2 (0.3.21)
|
73
67
|
pg (0.17.1)
|
74
|
-
pry (0.
|
75
|
-
coderay (~> 1.0)
|
76
|
-
method_source (~> 0.8)
|
68
|
+
pry (0.10.3)
|
69
|
+
coderay (~> 1.1.0)
|
70
|
+
method_source (~> 0.8.1)
|
77
71
|
slop (~> 3.4)
|
78
|
-
rake (10.3.
|
79
|
-
rb-fsevent (0.9.
|
80
|
-
rb-inotify (0.9.
|
72
|
+
rake (10.3.2)
|
73
|
+
rb-fsevent (0.9.7)
|
74
|
+
rb-inotify (0.9.7)
|
81
75
|
ffi (>= 0.5.0)
|
82
|
-
rest-client (1.6.7)
|
83
|
-
mime-types (>= 1.16)
|
84
76
|
rspec (2.14.1)
|
85
77
|
rspec-core (~> 2.14.0)
|
86
78
|
rspec-expectations (~> 2.14.0)
|
@@ -89,20 +81,21 @@ GEM
|
|
89
81
|
rspec-expectations (2.14.5)
|
90
82
|
diff-lcs (>= 1.1.3, < 2.0)
|
91
83
|
rspec-mocks (2.14.6)
|
92
|
-
simplecov (0.
|
84
|
+
simplecov (0.11.2)
|
93
85
|
docile (~> 1.1.0)
|
94
|
-
|
95
|
-
simplecov-html (~> 0.
|
96
|
-
simplecov-html (0.
|
97
|
-
slop (3.
|
98
|
-
sqlite3 (1.3.
|
99
|
-
term-ansicolor (1.3.
|
86
|
+
json (~> 1.8)
|
87
|
+
simplecov-html (~> 0.10.0)
|
88
|
+
simplecov-html (0.10.0)
|
89
|
+
slop (3.6.0)
|
90
|
+
sqlite3 (1.3.11)
|
91
|
+
term-ansicolor (1.3.2)
|
100
92
|
tins (~> 1.0)
|
101
93
|
thor (0.19.1)
|
102
|
-
thread_safe (0.3.
|
103
|
-
timers (
|
104
|
-
|
105
|
-
|
94
|
+
thread_safe (0.3.5)
|
95
|
+
timers (4.0.4)
|
96
|
+
hitimes
|
97
|
+
tins (1.6.0)
|
98
|
+
tzinfo (1.2.2)
|
106
99
|
thread_safe (~> 0.1)
|
107
100
|
|
108
101
|
PLATFORMS
|
@@ -122,3 +115,6 @@ DEPENDENCIES
|
|
122
115
|
rb-fsevent (~> 0.9.1)
|
123
116
|
rspec (~> 2.14.0)
|
124
117
|
sqlite3
|
118
|
+
|
119
|
+
BUNDLED WITH
|
120
|
+
1.12.4
|
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../
|
3
3
|
specs:
|
4
|
-
crypt_keeper (0.
|
4
|
+
crypt_keeper (0.20.0)
|
5
5
|
activerecord (>= 3.1, < 4.3)
|
6
6
|
activesupport (>= 3.1, < 4.3)
|
7
7
|
aes (~> 0.5.0)
|
@@ -10,39 +10,39 @@ PATH
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
activemodel (4.2.
|
14
|
-
activesupport (= 4.2.
|
13
|
+
activemodel (4.2.6)
|
14
|
+
activesupport (= 4.2.6)
|
15
15
|
builder (~> 3.1)
|
16
|
-
activerecord (4.2.
|
17
|
-
activemodel (= 4.2.
|
18
|
-
activesupport (= 4.2.
|
16
|
+
activerecord (4.2.6)
|
17
|
+
activemodel (= 4.2.6)
|
18
|
+
activesupport (= 4.2.6)
|
19
19
|
arel (~> 6.0)
|
20
|
-
activesupport (4.2.
|
20
|
+
activesupport (4.2.6)
|
21
21
|
i18n (~> 0.7)
|
22
22
|
json (~> 1.7, >= 1.7.7)
|
23
23
|
minitest (~> 5.1)
|
24
24
|
thread_safe (~> 0.3, >= 0.3.4)
|
25
25
|
tzinfo (~> 1.1)
|
26
26
|
aes (0.5.0)
|
27
|
-
appraisal (1.0.
|
27
|
+
appraisal (1.0.3)
|
28
28
|
bundler
|
29
29
|
rake
|
30
30
|
thor (>= 0.14.0)
|
31
|
-
arel (6.0.
|
31
|
+
arel (6.0.3)
|
32
32
|
armor (0.0.3)
|
33
33
|
builder (3.2.2)
|
34
34
|
celluloid (0.16.0)
|
35
35
|
timers (~> 4.0.0)
|
36
|
-
coderay (1.1.
|
37
|
-
coveralls (0.
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
36
|
+
coderay (1.1.1)
|
37
|
+
coveralls (0.8.13)
|
38
|
+
json (~> 1.8)
|
39
|
+
simplecov (~> 0.11.0)
|
40
|
+
term-ansicolor (~> 1.3)
|
41
|
+
thor (~> 0.19.1)
|
42
|
+
tins (~> 1.6.0)
|
43
43
|
diff-lcs (1.2.5)
|
44
44
|
docile (1.1.5)
|
45
|
-
ffi (1.9.
|
45
|
+
ffi (1.9.10)
|
46
46
|
formatador (0.2.5)
|
47
47
|
guard (2.6.1)
|
48
48
|
formatador (>= 0.2.4)
|
@@ -53,32 +53,26 @@ GEM
|
|
53
53
|
guard-rspec (4.2.10)
|
54
54
|
guard (~> 2.1)
|
55
55
|
rspec (>= 2.14, < 4.0)
|
56
|
-
hitimes (1.2.
|
56
|
+
hitimes (1.2.4)
|
57
57
|
i18n (0.7.0)
|
58
|
-
json (1.8.
|
59
|
-
listen (2.
|
60
|
-
celluloid (
|
58
|
+
json (1.8.3)
|
59
|
+
listen (2.10.1)
|
60
|
+
celluloid (~> 0.16.0)
|
61
61
|
rb-fsevent (>= 0.9.3)
|
62
62
|
rb-inotify (>= 0.9)
|
63
|
-
lumberjack (1.0.
|
63
|
+
lumberjack (1.0.10)
|
64
64
|
method_source (0.8.2)
|
65
|
-
|
66
|
-
|
67
|
-
multi_json (1.10.1)
|
68
|
-
mysql2 (0.3.17)
|
69
|
-
netrc (0.10.2)
|
65
|
+
minitest (5.9.0)
|
66
|
+
mysql2 (0.3.21)
|
70
67
|
pg (0.17.1)
|
71
|
-
pry (0.10.
|
68
|
+
pry (0.10.3)
|
72
69
|
coderay (~> 1.1.0)
|
73
70
|
method_source (~> 0.8.1)
|
74
71
|
slop (~> 3.4)
|
75
72
|
rake (10.3.2)
|
76
|
-
rb-fsevent (0.9.
|
77
|
-
rb-inotify (0.9.
|
73
|
+
rb-fsevent (0.9.7)
|
74
|
+
rb-inotify (0.9.7)
|
78
75
|
ffi (>= 0.5.0)
|
79
|
-
rest-client (1.7.2)
|
80
|
-
mime-types (>= 1.16, < 3.0)
|
81
|
-
netrc (~> 0.7)
|
82
76
|
rspec (2.14.1)
|
83
77
|
rspec-core (~> 2.14.0)
|
84
78
|
rspec-expectations (~> 2.14.0)
|
@@ -87,20 +81,20 @@ GEM
|
|
87
81
|
rspec-expectations (2.14.5)
|
88
82
|
diff-lcs (>= 1.1.3, < 2.0)
|
89
83
|
rspec-mocks (2.14.6)
|
90
|
-
simplecov (0.
|
84
|
+
simplecov (0.11.2)
|
91
85
|
docile (~> 1.1.0)
|
92
|
-
|
93
|
-
simplecov-html (~> 0.
|
94
|
-
simplecov-html (0.
|
86
|
+
json (~> 1.8)
|
87
|
+
simplecov-html (~> 0.10.0)
|
88
|
+
simplecov-html (0.10.0)
|
95
89
|
slop (3.6.0)
|
96
|
-
sqlite3 (1.3.
|
97
|
-
term-ansicolor (1.3.
|
90
|
+
sqlite3 (1.3.11)
|
91
|
+
term-ansicolor (1.3.2)
|
98
92
|
tins (~> 1.0)
|
99
93
|
thor (0.19.1)
|
100
|
-
thread_safe (0.3.
|
101
|
-
timers (4.0.
|
94
|
+
thread_safe (0.3.5)
|
95
|
+
timers (4.0.4)
|
102
96
|
hitimes
|
103
|
-
tins (1.
|
97
|
+
tins (1.6.0)
|
104
98
|
tzinfo (1.2.2)
|
105
99
|
thread_safe (~> 0.1)
|
106
100
|
|
@@ -121,3 +115,6 @@ DEPENDENCIES
|
|
121
115
|
rb-fsevent (~> 0.9.1)
|
122
116
|
rspec (~> 2.14.0)
|
123
117
|
sqlite3
|
118
|
+
|
119
|
+
BUNDLED WITH
|
120
|
+
1.12.4
|
data/lib/crypt_keeper/helper.rb
CHANGED
@@ -20,7 +20,7 @@ module CryptKeeper
|
|
20
20
|
|
21
21
|
module Serializer
|
22
22
|
def dump(value)
|
23
|
-
if value.blank?
|
23
|
+
if value.blank? || CryptKeeper.stub_encryption?
|
24
24
|
value
|
25
25
|
else
|
26
26
|
encrypt(value.to_s)
|
@@ -28,7 +28,7 @@ module CryptKeeper
|
|
28
28
|
end
|
29
29
|
|
30
30
|
def load(value)
|
31
|
-
if value.blank?
|
31
|
+
if value.blank? || CryptKeeper.stub_encryption?
|
32
32
|
value
|
33
33
|
else
|
34
34
|
decrypt(value)
|
data/lib/crypt_keeper/model.rb
CHANGED
@@ -85,7 +85,11 @@ module CryptKeeper
|
|
85
85
|
# Public: Encrypt a table for the first time.
|
86
86
|
def encrypt_table!
|
87
87
|
enc = encryptor_klass.new(crypt_keeper_options)
|
88
|
-
|
88
|
+
|
89
|
+
tmp_table = Class.new(ActiveRecord::Base).tap do |c|
|
90
|
+
c.table_name = self.table_name
|
91
|
+
c.inheritance_column = :type_disabled
|
92
|
+
end
|
89
93
|
|
90
94
|
transaction do
|
91
95
|
tmp_table.find_each do |r|
|
data/lib/crypt_keeper/version.rb
CHANGED
data/lib/crypt_keeper.rb
CHANGED
@@ -11,4 +11,10 @@ require 'crypt_keeper/provider/postgres_pgp'
|
|
11
11
|
require 'crypt_keeper/provider/postgres_pgp_public_key'
|
12
12
|
|
13
13
|
module CryptKeeper
|
14
|
+
class << self
|
15
|
+
attr_accessor :stub_encryption
|
16
|
+
alias_method :stub_encryption?, :stub_encryption
|
17
|
+
end
|
14
18
|
end
|
19
|
+
|
20
|
+
CryptKeeper.stub_encryption = false
|
data/spec/model_spec.rb
CHANGED
@@ -8,6 +8,10 @@ module CryptKeeper
|
|
8
8
|
|
9
9
|
subject { create_model }
|
10
10
|
|
11
|
+
after do
|
12
|
+
CryptKeeper.stub_encryption = false
|
13
|
+
end
|
14
|
+
|
11
15
|
describe "#crypt_keeper" do
|
12
16
|
context "Fields" do
|
13
17
|
it "enables encryption for the given fields" do
|
@@ -77,6 +81,20 @@ module CryptKeeper
|
|
77
81
|
data = subject.create!(storage: 1)
|
78
82
|
data.reload.storage.should == "1"
|
79
83
|
end
|
84
|
+
|
85
|
+
it "does not decrypt when stubbing is enabled" do
|
86
|
+
CryptKeeper.stub_encryption = true
|
87
|
+
record = subject.create!(storage: "testing")
|
88
|
+
CryptKeeper::Provider::Encryptor.any_instance.should_not_receive(:decrypt)
|
89
|
+
subject.find(record.id).storage
|
90
|
+
end
|
91
|
+
|
92
|
+
it "does not decrypt when stubbing is enabled after model is created" do
|
93
|
+
record = subject.create!(storage: "testing")
|
94
|
+
CryptKeeper.stub_encryption = true
|
95
|
+
CryptKeeper::Provider::Encryptor.any_instance.should_not_receive(:decrypt)
|
96
|
+
subject.find(record.id).storage
|
97
|
+
end
|
80
98
|
end
|
81
99
|
|
82
100
|
context "Search" do
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: crypt_keeper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.21.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Mazzi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-06-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -237,12 +237,6 @@ files:
|
|
237
237
|
- Rakefile
|
238
238
|
- bin/crypt_keeper
|
239
239
|
- crypt_keeper.gemspec
|
240
|
-
- gemfiles/activerecord_3_1.gemfile
|
241
|
-
- gemfiles/activerecord_3_1.gemfile.lock
|
242
|
-
- gemfiles/activerecord_3_2.gemfile
|
243
|
-
- gemfiles/activerecord_3_2.gemfile.lock
|
244
|
-
- gemfiles/activerecord_4_0.gemfile
|
245
|
-
- gemfiles/activerecord_4_0.gemfile.lock
|
246
240
|
- gemfiles/activerecord_4_1.gemfile
|
247
241
|
- gemfiles/activerecord_4_1.gemfile.lock
|
248
242
|
- gemfiles/activerecord_4_2.gemfile
|
@@ -294,7 +288,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
294
288
|
version: '0'
|
295
289
|
requirements: []
|
296
290
|
rubyforge_project:
|
297
|
-
rubygems_version: 2.
|
291
|
+
rubygems_version: 2.5.1
|
298
292
|
signing_key:
|
299
293
|
specification_version: 4
|
300
294
|
summary: Transparent ActiveRecord encryption
|
@@ -1,118 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ../
|
3
|
-
specs:
|
4
|
-
crypt_keeper (0.19.0)
|
5
|
-
activerecord (>= 3.1, < 4.3)
|
6
|
-
activesupport (>= 3.1, < 4.3)
|
7
|
-
aes (~> 0.5.0)
|
8
|
-
armor (~> 0.0.2)
|
9
|
-
|
10
|
-
GEM
|
11
|
-
remote: https://rubygems.org/
|
12
|
-
specs:
|
13
|
-
activemodel (3.1.12)
|
14
|
-
activesupport (= 3.1.12)
|
15
|
-
builder (~> 3.0.0)
|
16
|
-
i18n (~> 0.6)
|
17
|
-
activerecord (3.1.12)
|
18
|
-
activemodel (= 3.1.12)
|
19
|
-
activesupport (= 3.1.12)
|
20
|
-
arel (~> 2.2.3)
|
21
|
-
tzinfo (~> 0.3.29)
|
22
|
-
activesupport (3.1.12)
|
23
|
-
multi_json (~> 1.0)
|
24
|
-
aes (0.5.0)
|
25
|
-
appraisal (1.0.0)
|
26
|
-
bundler
|
27
|
-
rake
|
28
|
-
thor (>= 0.14.0)
|
29
|
-
arel (2.2.3)
|
30
|
-
armor (0.0.3)
|
31
|
-
builder (3.0.4)
|
32
|
-
celluloid (0.15.2)
|
33
|
-
timers (~> 1.1.0)
|
34
|
-
celluloid-io (0.15.0)
|
35
|
-
celluloid (>= 0.15.0)
|
36
|
-
nio4r (>= 0.5.0)
|
37
|
-
coderay (1.1.0)
|
38
|
-
coveralls (0.7.0)
|
39
|
-
multi_json (~> 1.3)
|
40
|
-
rest-client
|
41
|
-
simplecov (>= 0.7)
|
42
|
-
term-ansicolor
|
43
|
-
thor
|
44
|
-
diff-lcs (1.2.5)
|
45
|
-
docile (1.1.3)
|
46
|
-
ffi (1.9.3)
|
47
|
-
formatador (0.2.4)
|
48
|
-
guard (2.6.1)
|
49
|
-
formatador (>= 0.2.4)
|
50
|
-
listen (~> 2.7)
|
51
|
-
lumberjack (~> 1.0)
|
52
|
-
pry (>= 0.9.12)
|
53
|
-
thor (>= 0.18.1)
|
54
|
-
guard-rspec (4.2.9)
|
55
|
-
guard (~> 2.1)
|
56
|
-
rspec (>= 2.14, < 4.0)
|
57
|
-
i18n (0.6.9)
|
58
|
-
listen (2.7.4)
|
59
|
-
celluloid (>= 0.15.2)
|
60
|
-
celluloid-io (>= 0.15.0)
|
61
|
-
rb-fsevent (>= 0.9.3)
|
62
|
-
rb-inotify (>= 0.9)
|
63
|
-
lumberjack (1.0.5)
|
64
|
-
method_source (0.8.2)
|
65
|
-
mime-types (2.2)
|
66
|
-
multi_json (1.10.0)
|
67
|
-
mysql2 (0.3.15)
|
68
|
-
nio4r (1.0.0)
|
69
|
-
pg (0.17.1)
|
70
|
-
pry (0.9.12.6)
|
71
|
-
coderay (~> 1.0)
|
72
|
-
method_source (~> 0.8)
|
73
|
-
slop (~> 3.4)
|
74
|
-
rake (10.3.1)
|
75
|
-
rb-fsevent (0.9.4)
|
76
|
-
rb-inotify (0.9.4)
|
77
|
-
ffi (>= 0.5.0)
|
78
|
-
rest-client (1.6.7)
|
79
|
-
mime-types (>= 1.16)
|
80
|
-
rspec (2.14.1)
|
81
|
-
rspec-core (~> 2.14.0)
|
82
|
-
rspec-expectations (~> 2.14.0)
|
83
|
-
rspec-mocks (~> 2.14.0)
|
84
|
-
rspec-core (2.14.8)
|
85
|
-
rspec-expectations (2.14.5)
|
86
|
-
diff-lcs (>= 1.1.3, < 2.0)
|
87
|
-
rspec-mocks (2.14.6)
|
88
|
-
simplecov (0.8.2)
|
89
|
-
docile (~> 1.1.0)
|
90
|
-
multi_json
|
91
|
-
simplecov-html (~> 0.8.0)
|
92
|
-
simplecov-html (0.8.0)
|
93
|
-
slop (3.5.0)
|
94
|
-
sqlite3 (1.3.9)
|
95
|
-
term-ansicolor (1.3.0)
|
96
|
-
tins (~> 1.0)
|
97
|
-
thor (0.19.1)
|
98
|
-
timers (1.1.0)
|
99
|
-
tins (1.3.0)
|
100
|
-
tzinfo (0.3.39)
|
101
|
-
|
102
|
-
PLATFORMS
|
103
|
-
ruby
|
104
|
-
|
105
|
-
DEPENDENCIES
|
106
|
-
activerecord (~> 3.1.10)
|
107
|
-
activesupport (~> 3.1.10)
|
108
|
-
appraisal (~> 1.0.0)
|
109
|
-
coveralls
|
110
|
-
crypt_keeper!
|
111
|
-
guard (~> 2.6.1)
|
112
|
-
guard-rspec (~> 4.2.9)
|
113
|
-
mysql2 (~> 0.3.11)
|
114
|
-
pg (~> 0.17.1)
|
115
|
-
rake (~> 10.3.1)
|
116
|
-
rb-fsevent (~> 0.9.1)
|
117
|
-
rspec (~> 2.14.0)
|
118
|
-
sqlite3
|
@@ -1,118 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ../
|
3
|
-
specs:
|
4
|
-
crypt_keeper (0.19.0)
|
5
|
-
activerecord (>= 3.1, < 4.3)
|
6
|
-
activesupport (>= 3.1, < 4.3)
|
7
|
-
aes (~> 0.5.0)
|
8
|
-
armor (~> 0.0.2)
|
9
|
-
|
10
|
-
GEM
|
11
|
-
remote: https://rubygems.org/
|
12
|
-
specs:
|
13
|
-
activemodel (3.2.18)
|
14
|
-
activesupport (= 3.2.18)
|
15
|
-
builder (~> 3.0.0)
|
16
|
-
activerecord (3.2.18)
|
17
|
-
activemodel (= 3.2.18)
|
18
|
-
activesupport (= 3.2.18)
|
19
|
-
arel (~> 3.0.2)
|
20
|
-
tzinfo (~> 0.3.29)
|
21
|
-
activesupport (3.2.18)
|
22
|
-
i18n (~> 0.6, >= 0.6.4)
|
23
|
-
multi_json (~> 1.0)
|
24
|
-
aes (0.5.0)
|
25
|
-
appraisal (1.0.0)
|
26
|
-
bundler
|
27
|
-
rake
|
28
|
-
thor (>= 0.14.0)
|
29
|
-
arel (3.0.3)
|
30
|
-
armor (0.0.3)
|
31
|
-
builder (3.0.4)
|
32
|
-
celluloid (0.15.2)
|
33
|
-
timers (~> 1.1.0)
|
34
|
-
celluloid-io (0.15.0)
|
35
|
-
celluloid (>= 0.15.0)
|
36
|
-
nio4r (>= 0.5.0)
|
37
|
-
coderay (1.1.0)
|
38
|
-
coveralls (0.7.0)
|
39
|
-
multi_json (~> 1.3)
|
40
|
-
rest-client
|
41
|
-
simplecov (>= 0.7)
|
42
|
-
term-ansicolor
|
43
|
-
thor
|
44
|
-
diff-lcs (1.2.5)
|
45
|
-
docile (1.1.3)
|
46
|
-
ffi (1.9.3)
|
47
|
-
formatador (0.2.4)
|
48
|
-
guard (2.6.1)
|
49
|
-
formatador (>= 0.2.4)
|
50
|
-
listen (~> 2.7)
|
51
|
-
lumberjack (~> 1.0)
|
52
|
-
pry (>= 0.9.12)
|
53
|
-
thor (>= 0.18.1)
|
54
|
-
guard-rspec (4.2.9)
|
55
|
-
guard (~> 2.1)
|
56
|
-
rspec (>= 2.14, < 4.0)
|
57
|
-
i18n (0.6.9)
|
58
|
-
listen (2.7.4)
|
59
|
-
celluloid (>= 0.15.2)
|
60
|
-
celluloid-io (>= 0.15.0)
|
61
|
-
rb-fsevent (>= 0.9.3)
|
62
|
-
rb-inotify (>= 0.9)
|
63
|
-
lumberjack (1.0.5)
|
64
|
-
method_source (0.8.2)
|
65
|
-
mime-types (2.2)
|
66
|
-
multi_json (1.10.0)
|
67
|
-
mysql2 (0.3.15)
|
68
|
-
nio4r (1.0.0)
|
69
|
-
pg (0.17.1)
|
70
|
-
pry (0.9.12.6)
|
71
|
-
coderay (~> 1.0)
|
72
|
-
method_source (~> 0.8)
|
73
|
-
slop (~> 3.4)
|
74
|
-
rake (10.3.1)
|
75
|
-
rb-fsevent (0.9.4)
|
76
|
-
rb-inotify (0.9.4)
|
77
|
-
ffi (>= 0.5.0)
|
78
|
-
rest-client (1.6.7)
|
79
|
-
mime-types (>= 1.16)
|
80
|
-
rspec (2.14.1)
|
81
|
-
rspec-core (~> 2.14.0)
|
82
|
-
rspec-expectations (~> 2.14.0)
|
83
|
-
rspec-mocks (~> 2.14.0)
|
84
|
-
rspec-core (2.14.8)
|
85
|
-
rspec-expectations (2.14.5)
|
86
|
-
diff-lcs (>= 1.1.3, < 2.0)
|
87
|
-
rspec-mocks (2.14.6)
|
88
|
-
simplecov (0.8.2)
|
89
|
-
docile (~> 1.1.0)
|
90
|
-
multi_json
|
91
|
-
simplecov-html (~> 0.8.0)
|
92
|
-
simplecov-html (0.8.0)
|
93
|
-
slop (3.5.0)
|
94
|
-
sqlite3 (1.3.9)
|
95
|
-
term-ansicolor (1.3.0)
|
96
|
-
tins (~> 1.0)
|
97
|
-
thor (0.19.1)
|
98
|
-
timers (1.1.0)
|
99
|
-
tins (1.3.0)
|
100
|
-
tzinfo (0.3.39)
|
101
|
-
|
102
|
-
PLATFORMS
|
103
|
-
ruby
|
104
|
-
|
105
|
-
DEPENDENCIES
|
106
|
-
activerecord (~> 3.2.14)
|
107
|
-
activesupport (~> 3.2.14)
|
108
|
-
appraisal (~> 1.0.0)
|
109
|
-
coveralls
|
110
|
-
crypt_keeper!
|
111
|
-
guard (~> 2.6.1)
|
112
|
-
guard-rspec (~> 4.2.9)
|
113
|
-
mysql2 (~> 0.3.11)
|
114
|
-
pg (~> 0.17.1)
|
115
|
-
rake (~> 10.3.1)
|
116
|
-
rb-fsevent (~> 0.9.1)
|
117
|
-
rspec (~> 2.14.0)
|
118
|
-
sqlite3
|
@@ -1,124 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ../
|
3
|
-
specs:
|
4
|
-
crypt_keeper (0.19.0)
|
5
|
-
activerecord (>= 3.1, < 4.3)
|
6
|
-
activesupport (>= 3.1, < 4.3)
|
7
|
-
aes (~> 0.5.0)
|
8
|
-
armor (~> 0.0.2)
|
9
|
-
|
10
|
-
GEM
|
11
|
-
remote: https://rubygems.org/
|
12
|
-
specs:
|
13
|
-
activemodel (4.0.5)
|
14
|
-
activesupport (= 4.0.5)
|
15
|
-
builder (~> 3.1.0)
|
16
|
-
activerecord (4.0.5)
|
17
|
-
activemodel (= 4.0.5)
|
18
|
-
activerecord-deprecated_finders (~> 1.0.2)
|
19
|
-
activesupport (= 4.0.5)
|
20
|
-
arel (~> 4.0.0)
|
21
|
-
activerecord-deprecated_finders (1.0.3)
|
22
|
-
activesupport (4.0.5)
|
23
|
-
i18n (~> 0.6, >= 0.6.9)
|
24
|
-
minitest (~> 4.2)
|
25
|
-
multi_json (~> 1.3)
|
26
|
-
thread_safe (~> 0.1)
|
27
|
-
tzinfo (~> 0.3.37)
|
28
|
-
aes (0.5.0)
|
29
|
-
appraisal (1.0.0)
|
30
|
-
bundler
|
31
|
-
rake
|
32
|
-
thor (>= 0.14.0)
|
33
|
-
arel (4.0.2)
|
34
|
-
armor (0.0.3)
|
35
|
-
builder (3.1.4)
|
36
|
-
celluloid (0.15.2)
|
37
|
-
timers (~> 1.1.0)
|
38
|
-
celluloid-io (0.15.0)
|
39
|
-
celluloid (>= 0.15.0)
|
40
|
-
nio4r (>= 0.5.0)
|
41
|
-
coderay (1.1.0)
|
42
|
-
coveralls (0.7.0)
|
43
|
-
multi_json (~> 1.3)
|
44
|
-
rest-client
|
45
|
-
simplecov (>= 0.7)
|
46
|
-
term-ansicolor
|
47
|
-
thor
|
48
|
-
diff-lcs (1.2.5)
|
49
|
-
docile (1.1.3)
|
50
|
-
ffi (1.9.3)
|
51
|
-
formatador (0.2.4)
|
52
|
-
guard (2.6.1)
|
53
|
-
formatador (>= 0.2.4)
|
54
|
-
listen (~> 2.7)
|
55
|
-
lumberjack (~> 1.0)
|
56
|
-
pry (>= 0.9.12)
|
57
|
-
thor (>= 0.18.1)
|
58
|
-
guard-rspec (4.2.9)
|
59
|
-
guard (~> 2.1)
|
60
|
-
rspec (>= 2.14, < 4.0)
|
61
|
-
i18n (0.6.9)
|
62
|
-
listen (2.7.4)
|
63
|
-
celluloid (>= 0.15.2)
|
64
|
-
celluloid-io (>= 0.15.0)
|
65
|
-
rb-fsevent (>= 0.9.3)
|
66
|
-
rb-inotify (>= 0.9)
|
67
|
-
lumberjack (1.0.5)
|
68
|
-
method_source (0.8.2)
|
69
|
-
mime-types (2.2)
|
70
|
-
minitest (4.7.5)
|
71
|
-
multi_json (1.10.0)
|
72
|
-
mysql2 (0.3.15)
|
73
|
-
nio4r (1.0.0)
|
74
|
-
pg (0.17.1)
|
75
|
-
pry (0.9.12.6)
|
76
|
-
coderay (~> 1.0)
|
77
|
-
method_source (~> 0.8)
|
78
|
-
slop (~> 3.4)
|
79
|
-
rake (10.3.1)
|
80
|
-
rb-fsevent (0.9.4)
|
81
|
-
rb-inotify (0.9.4)
|
82
|
-
ffi (>= 0.5.0)
|
83
|
-
rest-client (1.6.7)
|
84
|
-
mime-types (>= 1.16)
|
85
|
-
rspec (2.14.1)
|
86
|
-
rspec-core (~> 2.14.0)
|
87
|
-
rspec-expectations (~> 2.14.0)
|
88
|
-
rspec-mocks (~> 2.14.0)
|
89
|
-
rspec-core (2.14.8)
|
90
|
-
rspec-expectations (2.14.5)
|
91
|
-
diff-lcs (>= 1.1.3, < 2.0)
|
92
|
-
rspec-mocks (2.14.6)
|
93
|
-
simplecov (0.8.2)
|
94
|
-
docile (~> 1.1.0)
|
95
|
-
multi_json
|
96
|
-
simplecov-html (~> 0.8.0)
|
97
|
-
simplecov-html (0.8.0)
|
98
|
-
slop (3.5.0)
|
99
|
-
sqlite3 (1.3.9)
|
100
|
-
term-ansicolor (1.3.0)
|
101
|
-
tins (~> 1.0)
|
102
|
-
thor (0.19.1)
|
103
|
-
thread_safe (0.3.3)
|
104
|
-
timers (1.1.0)
|
105
|
-
tins (1.3.0)
|
106
|
-
tzinfo (0.3.39)
|
107
|
-
|
108
|
-
PLATFORMS
|
109
|
-
ruby
|
110
|
-
|
111
|
-
DEPENDENCIES
|
112
|
-
activerecord (~> 4.0.0)
|
113
|
-
activesupport (~> 4.0.0)
|
114
|
-
appraisal (~> 1.0.0)
|
115
|
-
coveralls
|
116
|
-
crypt_keeper!
|
117
|
-
guard (~> 2.6.1)
|
118
|
-
guard-rspec (~> 4.2.9)
|
119
|
-
mysql2 (~> 0.3.11)
|
120
|
-
pg (~> 0.17.1)
|
121
|
-
rake (~> 10.3.1)
|
122
|
-
rb-fsevent (~> 0.9.1)
|
123
|
-
rspec (~> 2.14.0)
|
124
|
-
sqlite3
|