self_updated_at 0.2.0 → 0.2.1

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
  SHA256:
3
- metadata.gz: b54580e68038973e417f3252349922e850c464ae4ea9b6c368e1f79c66abf797
4
- data.tar.gz: 72ecbed4343b3b2fc6f8c1cb9af8d8b8e99763513b8ff0ef3444b9dc944983d7
3
+ metadata.gz: fa59cae9d163278b38e941a50c43a6829bdb6a56c4395a1f008269d15eca2bdb
4
+ data.tar.gz: 0ff193a57bdb0bac249711037991875c8dc27ddc2b7c07be3037adf8fc070599
5
5
  SHA512:
6
- metadata.gz: 855148380e9af5f2339ce5469dcc33a1b4102f655db192065b4fb6245a793e9e58894c4f276acd55a551ace28be1269a32502aa37d2889f266faa86698a1007f
7
- data.tar.gz: a8cff45786caa14ce5f0bb7ae83461fd46faf6ca469731caf08ac655dea77a291953d85aa2672042ee15c661278f12a69fb81c5fb71132b1f25ccf57d3a441e8
6
+ metadata.gz: 6ce7e20af0b9b75e8ec5acab67a093f2c163b2df40828542ed93ed4c71553e71f75dc9f328be7f8d54e2a6c39aefd45a993debe83c86a5fb9d131eac84f33276
7
+ data.tar.gz: '089181dd72664d4306cbaa15db3fccfb7d9053ffc6d9ffbd8a6a6a1f592e4d7e5b9831b34eefa89d1fd2d86b8c08de0a699033d024577fb4d9e7bdb03c701940'
data/Gemfile.lock CHANGED
@@ -1,19 +1,19 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- self_updated_at (0.2.0)
4
+ self_updated_at (0.2.1)
5
5
  activerecord (>= 4.2.8)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activemodel (5.1.4)
11
- activesupport (= 5.1.4)
12
- activerecord (5.1.4)
13
- activemodel (= 5.1.4)
14
- activesupport (= 5.1.4)
10
+ activemodel (5.1.5)
11
+ activesupport (= 5.1.5)
12
+ activerecord (5.1.5)
13
+ activemodel (= 5.1.5)
14
+ activesupport (= 5.1.5)
15
15
  arel (~> 8.0)
16
- activesupport (5.1.4)
16
+ activesupport (5.1.5)
17
17
  concurrent-ruby (~> 1.0, >= 1.0.2)
18
18
  i18n (~> 0.7)
19
19
  minitest (~> 5.1)
@@ -22,11 +22,11 @@ GEM
22
22
  concurrent-ruby (1.0.5)
23
23
  database_cleaner (1.6.2)
24
24
  diff-lcs (1.3)
25
- i18n (0.9.1)
25
+ i18n (0.9.5)
26
26
  concurrent-ruby (~> 1.0)
27
- minitest (5.11.1)
27
+ minitest (5.11.3)
28
28
  mysql2 (0.4.10)
29
- pg (0.21.0)
29
+ pg (1.0.0)
30
30
  rake (10.5.0)
31
31
  rspec (3.7.0)
32
32
  rspec-core (~> 3.7.0)
@@ -40,10 +40,10 @@ GEM
40
40
  rspec-mocks (3.7.0)
41
41
  diff-lcs (>= 1.2.0, < 2.0)
42
42
  rspec-support (~> 3.7.0)
43
- rspec-support (3.7.0)
43
+ rspec-support (3.7.1)
44
44
  sqlite3 (1.3.13)
45
45
  thread_safe (0.3.6)
46
- tzinfo (1.2.4)
46
+ tzinfo (1.2.5)
47
47
  thread_safe (~> 0.1)
48
48
 
49
49
  PLATFORMS
@@ -1,3 +1,3 @@
1
1
  module SelfUpdatedAt
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: self_updated_at
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nishio Takuya
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-01-10 00:00:00.000000000 Z
11
+ date: 2018-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord