notable 0.3.3 → 0.3.4

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: dffa6e740a343d9d94cb914e52fa0627c33e42eaa20c9d9600365ff9fc70a4bf
4
- data.tar.gz: 7928839098511ba32cb90106f5aa771e64886284f833da98eade40b5fa8637f5
3
+ metadata.gz: 348c9498e32b0b4cc34f4948b3218318b4bd1947f45f5f7ff92960c73ce7c225
4
+ data.tar.gz: 53457ed2808f224dbb18389db68f636de4b0c1d17a6da14c3a8a4a54da44b375
5
5
  SHA512:
6
- metadata.gz: 80f40eecda17a03ad548ac6faa75b049b83c3e57121a65418dbc0bc2508ad1a0c04424cfe551feb2283d0e366c44968732cd9e00d5df01faa23d1c02f663946f
7
- data.tar.gz: 1a931594bca9c6c5907592542c40e1f87b3f92731086403c04ca7e486dcf7390a46a4d886b44cd00e9a0b19fed1f6882dbd5de6b7736ad9a7d34c8f11b5c699a
6
+ metadata.gz: 38051bc5a3a2b8ca9f89174e7819709841038eb020a42656fe879bd997e465e690ee4845e1f32a2dec3e8a40c3509fc614796f72c3c7ac56165a79cc8207c74b
7
+ data.tar.gz: e6f1ed85962b007ddc9cda632385af9ddb5bf8d88065d31b6f0f1df0124079a8110657858aa43aea5ad7a4c30a167f71ecd07d91e8f94ab8fc65e372ac65e883
@@ -1,3 +1,7 @@
1
+ ## 0.3.4 (2020-09-07)
2
+
3
+ - Use `datetime` type in migration
4
+
1
5
  ## 0.3.3 (2020-07-26)
2
6
 
3
7
  - Added support for `queued_time` for Active Job 6
@@ -8,7 +8,7 @@ class <%= migration_class_name %> < ActiveRecord::Migration<%= migration_version
8
8
  t.string :queue
9
9
  t.float :runtime
10
10
  t.float :queued_time
11
- t.timestamp :created_at
11
+ t.datetime :created_at
12
12
  end
13
13
  end
14
14
  end
@@ -13,7 +13,7 @@ class <%= migration_class_name %> < ActiveRecord::Migration<%= migration_version
13
13
  t.text :referrer
14
14
  t.text :params
15
15
  t.float :request_time
16
- t.timestamp :created_at
16
+ t.datetime :created_at
17
17
  end
18
18
  end
19
19
  end
@@ -1,3 +1,3 @@
1
1
  module Notable
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-26 00:00:00.000000000 Z
11
+ date: 2020-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport