has_logs 0.6.0 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 684408e9337f822cc71662e3ec453f2835bb90cc
4
- data.tar.gz: fbb2ae959fc6a35956192512ce4173b760dfce63
3
+ metadata.gz: 40b3179acc652dec749ee38f4bf3ac943a5ba123
4
+ data.tar.gz: dc57c64ae7aef6e1bbe79fedd7ab6007fe8c62cb
5
5
  SHA512:
6
- metadata.gz: a5703d9075b5e7776ec7aea6908ee1f956af467ce79571f562146d60f3d9386a989552830e3ef7ccdc228a8fa923d0a8a25e2b69dd6219a0520e3a0e6077385d
7
- data.tar.gz: c4f60a6f250708a0f8d9de94864a663c56c40219fb9746bf994c16029aad66c10f2ff009f2c0c2e2e2bfe41bc421dd200d7f421e1ece6f71b994df028485d5cb
6
+ metadata.gz: cfa16bfd22b36b9a9ba3f588094d95b975bfd7827455f941b06f022891889a88941be0aa31fb45e5bd9370b85e8b61da63302223eecea9894cc61dccf5c61e21
7
+ data.tar.gz: ba02e08af83ba79c415c4bb1222edcf7f68ecedd1763fe579aa6dcfafc0d7260779ffd34421053e5b8e2725d9fa23bb8e64ea889cd713feb171aafb4222d710a
@@ -0,0 +1 @@
1
+ 2.4.1
@@ -1,19 +1,19 @@
1
1
  sudo: false
2
2
  language: ruby
3
+ cache: bundler
3
4
  rvm:
4
- - 2.1.9
5
5
  - 2.2.5
6
6
  - 2.3.1
7
+ - 2.4.1
7
8
  gemfile:
8
- - gemfiles/activerecord_4.2.5.gemfile
9
- - gemfiles/activerecord_5.0.0.gemfile
9
+ - gemfiles/activerecord_4.2.gemfile
10
+ - gemfiles/activerecord_5.0.gemfile
11
+ - gemfiles/activerecord_5.1.gemfile
10
12
  matrix:
11
13
  exclude:
12
- - rvm: 2.1.9
13
- gemfile: gemfiles/activerecord_5.0.0.gemfile
14
- - rvm: 2.2.5
15
- gemfile: gemfiles/activerecord_5.0.0.gemfile
16
14
  - rvm: 2.3.1
17
- gemfile: gemfiles/activerecord_4.2.5.gemfile
18
- before_install: gem install bundler -v 1.12.5
15
+ gemfile: gemfiles/activerecord_4.2.gemfile
16
+ - rvm: 2.4.1
17
+ gemfile: gemfiles/activerecord_4.2.gemfile
18
+ before_install: gem install bundler -v 1.15.1
19
19
  script: "bundle exec rspec"
data/Appraisals CHANGED
@@ -1,9 +1,14 @@
1
- appraise "activerecord-4.2.5" do
2
- gem "activesupport", "4.2.5"
3
- gem "activerecord", "4.2.5"
1
+ appraise "activerecord-4.2" do
2
+ gem "activesupport", "4.2.8"
3
+ gem "activerecord", "4.2.8"
4
4
  end
5
5
 
6
- appraise "activerecord-5.0.0" do
7
- gem "activesupport", "5.0.0"
8
- gem "activerecord", "5.0.0"
6
+ appraise "activerecord-5.0" do
7
+ gem "activesupport", "5.0.3"
8
+ gem "activerecord", "5.0.3"
9
+ end
10
+
11
+ appraise "activerecord-5.1" do
12
+ gem "activesupport", "5.1.1"
13
+ gem "activerecord", "5.1.1"
9
14
  end
@@ -0,0 +1,8 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "activesupport", "4.2.8"
6
+ gem "activerecord", "4.2.8"
7
+
8
+ gemspec path: "../"
@@ -0,0 +1,85 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ has_logs (0.7.0)
5
+ activerecord (> 4.2)
6
+ activesupport (> 4.2)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ activemodel (4.2.8)
12
+ activesupport (= 4.2.8)
13
+ builder (~> 3.1)
14
+ activerecord (4.2.8)
15
+ activemodel (= 4.2.8)
16
+ activesupport (= 4.2.8)
17
+ arel (~> 6.0)
18
+ activesupport (4.2.8)
19
+ i18n (~> 0.7)
20
+ minitest (~> 5.1)
21
+ thread_safe (~> 0.3, >= 0.3.4)
22
+ tzinfo (~> 1.1)
23
+ appraisal (2.2.0)
24
+ bundler
25
+ rake
26
+ thor (>= 0.14.0)
27
+ arel (6.0.4)
28
+ builder (3.2.3)
29
+ coderay (1.1.1)
30
+ diff-lcs (1.3)
31
+ i18n (0.8.4)
32
+ method_source (0.8.2)
33
+ minitest (5.10.2)
34
+ pry (0.10.4)
35
+ coderay (~> 1.1.0)
36
+ method_source (~> 0.8.1)
37
+ slop (~> 3.4)
38
+ rake (10.5.0)
39
+ rspec (3.6.0)
40
+ rspec-core (~> 3.6.0)
41
+ rspec-expectations (~> 3.6.0)
42
+ rspec-mocks (~> 3.6.0)
43
+ rspec-core (3.6.0)
44
+ rspec-support (~> 3.6.0)
45
+ rspec-expectations (3.6.0)
46
+ diff-lcs (>= 1.2.0, < 2.0)
47
+ rspec-support (~> 3.6.0)
48
+ rspec-its (1.2.0)
49
+ rspec-core (>= 3.0.0)
50
+ rspec-expectations (>= 3.0.0)
51
+ rspec-mocks (3.6.0)
52
+ diff-lcs (>= 1.2.0, < 2.0)
53
+ rspec-support (~> 3.6.0)
54
+ rspec-support (3.6.0)
55
+ shoulda (3.5.0)
56
+ shoulda-context (~> 1.0, >= 1.0.1)
57
+ shoulda-matchers (>= 1.4.1, < 3.0)
58
+ shoulda-context (1.2.2)
59
+ shoulda-matchers (2.8.0)
60
+ activesupport (>= 3.0.0)
61
+ slop (3.6.0)
62
+ sqlite3 (1.3.13)
63
+ thor (0.19.4)
64
+ thread_safe (0.3.6)
65
+ tzinfo (1.2.3)
66
+ thread_safe (~> 0.1)
67
+
68
+ PLATFORMS
69
+ ruby
70
+
71
+ DEPENDENCIES
72
+ activerecord (= 4.2.8)
73
+ activesupport (= 4.2.8)
74
+ appraisal (~> 2.1)
75
+ bundler (~> 1.15)
76
+ has_logs!
77
+ pry (~> 0.10)
78
+ rake (~> 10.0)
79
+ rspec (~> 3.0)
80
+ rspec-its (~> 1.2)
81
+ shoulda (~> 3.5)
82
+ sqlite3 (~> 1.0)
83
+
84
+ BUNDLED WITH
85
+ 1.15.1
@@ -0,0 +1,8 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "activesupport", "5.0.3"
6
+ gem "activerecord", "5.0.3"
7
+
8
+ gemspec path: "../"
@@ -0,0 +1,84 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ has_logs (0.7.0)
5
+ activerecord (> 4.2)
6
+ activesupport (> 4.2)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ activemodel (5.0.3)
12
+ activesupport (= 5.0.3)
13
+ activerecord (5.0.3)
14
+ activemodel (= 5.0.3)
15
+ activesupport (= 5.0.3)
16
+ arel (~> 7.0)
17
+ activesupport (5.0.3)
18
+ concurrent-ruby (~> 1.0, >= 1.0.2)
19
+ i18n (~> 0.7)
20
+ minitest (~> 5.1)
21
+ tzinfo (~> 1.1)
22
+ appraisal (2.2.0)
23
+ bundler
24
+ rake
25
+ thor (>= 0.14.0)
26
+ arel (7.1.4)
27
+ coderay (1.1.1)
28
+ concurrent-ruby (1.0.5)
29
+ diff-lcs (1.3)
30
+ i18n (0.8.4)
31
+ method_source (0.8.2)
32
+ minitest (5.10.2)
33
+ pry (0.10.4)
34
+ coderay (~> 1.1.0)
35
+ method_source (~> 0.8.1)
36
+ slop (~> 3.4)
37
+ rake (10.5.0)
38
+ rspec (3.6.0)
39
+ rspec-core (~> 3.6.0)
40
+ rspec-expectations (~> 3.6.0)
41
+ rspec-mocks (~> 3.6.0)
42
+ rspec-core (3.6.0)
43
+ rspec-support (~> 3.6.0)
44
+ rspec-expectations (3.6.0)
45
+ diff-lcs (>= 1.2.0, < 2.0)
46
+ rspec-support (~> 3.6.0)
47
+ rspec-its (1.2.0)
48
+ rspec-core (>= 3.0.0)
49
+ rspec-expectations (>= 3.0.0)
50
+ rspec-mocks (3.6.0)
51
+ diff-lcs (>= 1.2.0, < 2.0)
52
+ rspec-support (~> 3.6.0)
53
+ rspec-support (3.6.0)
54
+ shoulda (3.5.0)
55
+ shoulda-context (~> 1.0, >= 1.0.1)
56
+ shoulda-matchers (>= 1.4.1, < 3.0)
57
+ shoulda-context (1.2.2)
58
+ shoulda-matchers (2.8.0)
59
+ activesupport (>= 3.0.0)
60
+ slop (3.6.0)
61
+ sqlite3 (1.3.13)
62
+ thor (0.19.4)
63
+ thread_safe (0.3.6)
64
+ tzinfo (1.2.3)
65
+ thread_safe (~> 0.1)
66
+
67
+ PLATFORMS
68
+ ruby
69
+
70
+ DEPENDENCIES
71
+ activerecord (= 5.0.3)
72
+ activesupport (= 5.0.3)
73
+ appraisal (~> 2.1)
74
+ bundler (~> 1.15)
75
+ has_logs!
76
+ pry (~> 0.10)
77
+ rake (~> 10.0)
78
+ rspec (~> 3.0)
79
+ rspec-its (~> 1.2)
80
+ shoulda (~> 3.5)
81
+ sqlite3 (~> 1.0)
82
+
83
+ BUNDLED WITH
84
+ 1.15.1
@@ -0,0 +1,8 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "activesupport", "5.1.1"
6
+ gem "activerecord", "5.1.1"
7
+
8
+ gemspec path: "../"
@@ -0,0 +1,84 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ has_logs (0.7.0)
5
+ activerecord (> 4.2)
6
+ activesupport (> 4.2)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ activemodel (5.1.1)
12
+ activesupport (= 5.1.1)
13
+ activerecord (5.1.1)
14
+ activemodel (= 5.1.1)
15
+ activesupport (= 5.1.1)
16
+ arel (~> 8.0)
17
+ activesupport (5.1.1)
18
+ concurrent-ruby (~> 1.0, >= 1.0.2)
19
+ i18n (~> 0.7)
20
+ minitest (~> 5.1)
21
+ tzinfo (~> 1.1)
22
+ appraisal (2.2.0)
23
+ bundler
24
+ rake
25
+ thor (>= 0.14.0)
26
+ arel (8.0.0)
27
+ coderay (1.1.1)
28
+ concurrent-ruby (1.0.5)
29
+ diff-lcs (1.3)
30
+ i18n (0.8.4)
31
+ method_source (0.8.2)
32
+ minitest (5.10.2)
33
+ pry (0.10.4)
34
+ coderay (~> 1.1.0)
35
+ method_source (~> 0.8.1)
36
+ slop (~> 3.4)
37
+ rake (10.5.0)
38
+ rspec (3.6.0)
39
+ rspec-core (~> 3.6.0)
40
+ rspec-expectations (~> 3.6.0)
41
+ rspec-mocks (~> 3.6.0)
42
+ rspec-core (3.6.0)
43
+ rspec-support (~> 3.6.0)
44
+ rspec-expectations (3.6.0)
45
+ diff-lcs (>= 1.2.0, < 2.0)
46
+ rspec-support (~> 3.6.0)
47
+ rspec-its (1.2.0)
48
+ rspec-core (>= 3.0.0)
49
+ rspec-expectations (>= 3.0.0)
50
+ rspec-mocks (3.6.0)
51
+ diff-lcs (>= 1.2.0, < 2.0)
52
+ rspec-support (~> 3.6.0)
53
+ rspec-support (3.6.0)
54
+ shoulda (3.5.0)
55
+ shoulda-context (~> 1.0, >= 1.0.1)
56
+ shoulda-matchers (>= 1.4.1, < 3.0)
57
+ shoulda-context (1.2.2)
58
+ shoulda-matchers (2.8.0)
59
+ activesupport (>= 3.0.0)
60
+ slop (3.6.0)
61
+ sqlite3 (1.3.13)
62
+ thor (0.19.4)
63
+ thread_safe (0.3.6)
64
+ tzinfo (1.2.3)
65
+ thread_safe (~> 0.1)
66
+
67
+ PLATFORMS
68
+ ruby
69
+
70
+ DEPENDENCIES
71
+ activerecord (= 5.1.1)
72
+ activesupport (= 5.1.1)
73
+ appraisal (~> 2.1)
74
+ bundler (~> 1.15)
75
+ has_logs!
76
+ pry (~> 0.10)
77
+ rake (~> 10.0)
78
+ rspec (~> 3.0)
79
+ rspec-its (~> 1.2)
80
+ shoulda (~> 3.5)
81
+ sqlite3 (~> 1.0)
82
+
83
+ BUNDLED WITH
84
+ 1.15.1
@@ -19,11 +19,12 @@ Gem::Specification.new do |spec|
19
19
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
20
  spec.require_paths = ["lib"]
21
21
 
22
- spec.add_dependency "activesupport", "> 3.0"
23
- spec.add_dependency "activerecord", "> 3.0"
24
- spec.add_development_dependency "bundler", "~> 1.12"
22
+ spec.add_dependency "activesupport", "> 4.2"
23
+ spec.add_dependency "activerecord", "> 4.2"
24
+ spec.add_development_dependency "bundler", "~> 1.15"
25
25
  spec.add_development_dependency "rake", "~> 10.0"
26
26
  spec.add_development_dependency "rspec", "~> 3.0"
27
+ spec.add_development_dependency "pry", "~> 0.10"
27
28
  spec.add_development_dependency "rspec-its", "~> 1.2"
28
29
  spec.add_development_dependency "shoulda", "~> 3.5"
29
30
  spec.add_development_dependency "sqlite3", "~> 1.0"
@@ -1,3 +1,3 @@
1
1
  module HasLogs
2
- VERSION = "0.6.0"
2
+ VERSION = "0.7.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: has_logs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - isuke
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-08-02 00:00:00.000000000 Z
11
+ date: 2017-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -16,42 +16,42 @@ dependencies:
16
16
  requirements:
17
17
  - - ">"
18
18
  - !ruby/object:Gem::Version
19
- version: '3.0'
19
+ version: '4.2'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">"
25
25
  - !ruby/object:Gem::Version
26
- version: '3.0'
26
+ version: '4.2'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: activerecord
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - ">"
32
32
  - !ruby/object:Gem::Version
33
- version: '3.0'
33
+ version: '4.2'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ">"
39
39
  - !ruby/object:Gem::Version
40
- version: '3.0'
40
+ version: '4.2'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '1.12'
47
+ version: '1.15'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '1.12'
54
+ version: '1.15'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rake
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -80,6 +80,20 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '3.0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: pry
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '0.10'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '0.10'
83
97
  - !ruby/object:Gem::Dependency
84
98
  name: rspec-its
85
99
  requirement: !ruby/object:Gem::Requirement
@@ -145,6 +159,7 @@ extra_rdoc_files: []
145
159
  files:
146
160
  - ".gitignore"
147
161
  - ".rspec"
162
+ - ".ruby-version"
148
163
  - ".travis.yml"
149
164
  - Appraisals
150
165
  - CODE_OF_CONDUCT.md
@@ -154,10 +169,12 @@ files:
154
169
  - Rakefile
155
170
  - bin/console
156
171
  - bin/setup
157
- - gemfiles/activerecord_4.2.5.gemfile
158
- - gemfiles/activerecord_4.2.5.gemfile.lock
159
- - gemfiles/activerecord_5.0.0.gemfile
160
- - gemfiles/activerecord_5.0.0.gemfile.lock
172
+ - gemfiles/activerecord_4.2.gemfile
173
+ - gemfiles/activerecord_4.2.gemfile.lock
174
+ - gemfiles/activerecord_5.0.gemfile
175
+ - gemfiles/activerecord_5.0.gemfile.lock
176
+ - gemfiles/activerecord_5.1.gemfile
177
+ - gemfiles/activerecord_5.1.gemfile.lock
161
178
  - has_logs.gemspec
162
179
  - lib/has_logs.rb
163
180
  - lib/has_logs/act_as_log.rb
@@ -183,7 +200,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
200
  version: '0'
184
201
  requirements: []
185
202
  rubyforge_project:
186
- rubygems_version: 2.5.1
203
+ rubygems_version: 2.6.11
187
204
  signing_key:
188
205
  specification_version: 4
189
206
  summary: Logging your ActiveRecord model.
@@ -1,8 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activesupport", "4.2.5"
6
- gem "activerecord", "4.2.5"
7
-
8
- gemspec :path => "../"
@@ -1,79 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- has_logs (0.5.0)
5
- activerecord (> 3.0)
6
- activesupport (> 3.0)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- activemodel (4.2.5)
12
- activesupport (= 4.2.5)
13
- builder (~> 3.1)
14
- activerecord (4.2.5)
15
- activemodel (= 4.2.5)
16
- activesupport (= 4.2.5)
17
- arel (~> 6.0)
18
- activesupport (4.2.5)
19
- i18n (~> 0.7)
20
- json (~> 1.7, >= 1.7.7)
21
- minitest (~> 5.1)
22
- thread_safe (~> 0.3, >= 0.3.4)
23
- tzinfo (~> 1.1)
24
- appraisal (2.1.0)
25
- bundler
26
- rake
27
- thor (>= 0.14.0)
28
- arel (6.0.3)
29
- builder (3.2.2)
30
- diff-lcs (1.2.5)
31
- i18n (0.7.0)
32
- json (1.8.3)
33
- minitest (5.9.0)
34
- rake (10.5.0)
35
- rspec (3.5.0)
36
- rspec-core (~> 3.5.0)
37
- rspec-expectations (~> 3.5.0)
38
- rspec-mocks (~> 3.5.0)
39
- rspec-core (3.5.1)
40
- rspec-support (~> 3.5.0)
41
- rspec-expectations (3.5.0)
42
- diff-lcs (>= 1.2.0, < 2.0)
43
- rspec-support (~> 3.5.0)
44
- rspec-its (1.2.0)
45
- rspec-core (>= 3.0.0)
46
- rspec-expectations (>= 3.0.0)
47
- rspec-mocks (3.5.0)
48
- diff-lcs (>= 1.2.0, < 2.0)
49
- rspec-support (~> 3.5.0)
50
- rspec-support (3.5.0)
51
- shoulda (3.5.0)
52
- shoulda-context (~> 1.0, >= 1.0.1)
53
- shoulda-matchers (>= 1.4.1, < 3.0)
54
- shoulda-context (1.2.1)
55
- shoulda-matchers (2.8.0)
56
- activesupport (>= 3.0.0)
57
- sqlite3 (1.3.11)
58
- thor (0.19.1)
59
- thread_safe (0.3.5)
60
- tzinfo (1.2.2)
61
- thread_safe (~> 0.1)
62
-
63
- PLATFORMS
64
- ruby
65
-
66
- DEPENDENCIES
67
- activerecord (= 4.2.5)
68
- activesupport (= 4.2.5)
69
- appraisal (~> 2.1)
70
- bundler (~> 1.12)
71
- has_logs!
72
- rake (~> 10.0)
73
- rspec (~> 3.0)
74
- rspec-its (~> 1.2)
75
- shoulda (~> 3.5)
76
- sqlite3 (~> 1.0)
77
-
78
- BUNDLED WITH
79
- 1.12.5
@@ -1,8 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activesupport", "5.0.0"
6
- gem "activerecord", "5.0.0"
7
-
8
- gemspec :path => "../"
@@ -1,76 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- has_logs (0.5.0)
5
- activerecord (> 3.0)
6
- activesupport (> 3.0)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- activemodel (5.0.0)
12
- activesupport (= 5.0.0)
13
- activerecord (5.0.0)
14
- activemodel (= 5.0.0)
15
- activesupport (= 5.0.0)
16
- arel (~> 7.0)
17
- activesupport (5.0.0)
18
- concurrent-ruby (~> 1.0, >= 1.0.2)
19
- i18n (~> 0.7)
20
- minitest (~> 5.1)
21
- tzinfo (~> 1.1)
22
- appraisal (2.1.0)
23
- bundler
24
- rake
25
- thor (>= 0.14.0)
26
- arel (7.1.0)
27
- concurrent-ruby (1.0.2)
28
- diff-lcs (1.2.5)
29
- i18n (0.7.0)
30
- minitest (5.9.0)
31
- rake (10.5.0)
32
- rspec (3.5.0)
33
- rspec-core (~> 3.5.0)
34
- rspec-expectations (~> 3.5.0)
35
- rspec-mocks (~> 3.5.0)
36
- rspec-core (3.5.1)
37
- rspec-support (~> 3.5.0)
38
- rspec-expectations (3.5.0)
39
- diff-lcs (>= 1.2.0, < 2.0)
40
- rspec-support (~> 3.5.0)
41
- rspec-its (1.2.0)
42
- rspec-core (>= 3.0.0)
43
- rspec-expectations (>= 3.0.0)
44
- rspec-mocks (3.5.0)
45
- diff-lcs (>= 1.2.0, < 2.0)
46
- rspec-support (~> 3.5.0)
47
- rspec-support (3.5.0)
48
- shoulda (3.5.0)
49
- shoulda-context (~> 1.0, >= 1.0.1)
50
- shoulda-matchers (>= 1.4.1, < 3.0)
51
- shoulda-context (1.2.1)
52
- shoulda-matchers (2.8.0)
53
- activesupport (>= 3.0.0)
54
- sqlite3 (1.3.11)
55
- thor (0.19.1)
56
- thread_safe (0.3.5)
57
- tzinfo (1.2.2)
58
- thread_safe (~> 0.1)
59
-
60
- PLATFORMS
61
- ruby
62
-
63
- DEPENDENCIES
64
- activerecord (= 5.0.0)
65
- activesupport (= 5.0.0)
66
- appraisal (~> 2.1)
67
- bundler (~> 1.12)
68
- has_logs!
69
- rake (~> 10.0)
70
- rspec (~> 3.0)
71
- rspec-its (~> 1.2)
72
- shoulda (~> 3.5)
73
- sqlite3 (~> 1.0)
74
-
75
- BUNDLED WITH
76
- 1.12.5