activerecord-records_on_load 0.1.5 → 0.1.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9231fb008bae08691cdba972c7761547a91c8846
4
- data.tar.gz: bc2a487e404e4de1ab70e554aba6916ada8262d9
3
+ metadata.gz: 110ac9ab567ae2b77ee81eb3e635c215151f5355
4
+ data.tar.gz: 28be5691ff5a49d27d55f4d9d6660f964ca1bf05
5
5
  SHA512:
6
- metadata.gz: 9e1844db17f1e58ae76e1352139a5a9f5ba2b63c7d6d796c631b46f98ace42fb0585403b962efbc42def14ef4b4f1ec6a3848a37c0e4074da8db444f83d21dfa
7
- data.tar.gz: 3e5d2a08c0fb2fb94f24432c92b7affffcfb394bbff17402be50e7b10154cc829b32ee1d8a418e8b7f116b6aa52bf4b9f4f3993fcc478169942034700f81c661
6
+ metadata.gz: a9e76a601305d04e0a5c01ef840214bd67259dc98f89d8da17016a9f9607ad5af100b441c46e51172b21f8cfd9867a512b259383173240a2f6158ac3c778df3e
7
+ data.tar.gz: 4b672390ffb61a074eafb7961beee7f59b78732ffe9f7336f923d27038c19f9c34cbc33093c00d801c76158e96703f5541f002e60c06e656db5c92a3d8d3036c
data/.gitignore CHANGED
@@ -12,3 +12,4 @@
12
12
 
13
13
  test
14
14
  *.gem
15
+ Gemfile.lock
@@ -1,5 +1,5 @@
1
1
  module Activerecord
2
2
  module RecordsOnLoad
3
- VERSION = '0.1.5'
3
+ VERSION = '0.1.6'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord-records_on_load
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jun0kada
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-03-03 00:00:00.000000000 Z
11
+ date: 2019-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -92,7 +92,6 @@ files:
92
92
  - ".travis.yml"
93
93
  - CODE_OF_CONDUCT.md
94
94
  - Gemfile
95
- - Gemfile.lock
96
95
  - LICENSE.txt
97
96
  - README.md
98
97
  - Rakefile
@@ -1,57 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- activerecord-records_on_load (0.1.5)
5
- activerecord
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- activemodel (5.2.2)
11
- activesupport (= 5.2.2)
12
- activerecord (5.2.2)
13
- activemodel (= 5.2.2)
14
- activesupport (= 5.2.2)
15
- arel (>= 9.0)
16
- activesupport (5.2.2)
17
- concurrent-ruby (~> 1.0, >= 1.0.2)
18
- i18n (>= 0.7, < 2)
19
- minitest (~> 5.1)
20
- tzinfo (~> 1.1)
21
- arel (9.0.0)
22
- concurrent-ruby (1.1.4)
23
- diff-lcs (1.3)
24
- i18n (1.5.3)
25
- concurrent-ruby (~> 1.0)
26
- minitest (5.11.3)
27
- rake (10.5.0)
28
- rspec (3.8.0)
29
- rspec-core (~> 3.8.0)
30
- rspec-expectations (~> 3.8.0)
31
- rspec-mocks (~> 3.8.0)
32
- rspec-core (3.8.0)
33
- rspec-support (~> 3.8.0)
34
- rspec-expectations (3.8.2)
35
- diff-lcs (>= 1.2.0, < 2.0)
36
- rspec-support (~> 3.8.0)
37
- rspec-mocks (3.8.0)
38
- diff-lcs (>= 1.2.0, < 2.0)
39
- rspec-support (~> 3.8.0)
40
- rspec-support (3.8.0)
41
- sqlite3 (1.3.13)
42
- thread_safe (0.3.6)
43
- tzinfo (1.2.5)
44
- thread_safe (~> 0.1)
45
-
46
- PLATFORMS
47
- ruby
48
-
49
- DEPENDENCIES
50
- activerecord-records_on_load!
51
- bundler (~> 1.16)
52
- rake (~> 10.0)
53
- rspec (~> 3.0)
54
- sqlite3
55
-
56
- BUNDLED WITH
57
- 1.16.0