snapcher 0.1.2 → 0.1.4

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
  SHA256:
3
- metadata.gz: cf06ee5a1a0a2a88b36aaf158a7968e6e43e076d48c5109312f299b00dd84f75
4
- data.tar.gz: 0005bf88e3a4e16762aec1ba059a327bdb2c5e01e97f9727a5a4ac60db1abf42
3
+ metadata.gz: b63b524d6c12c6b843aef00a31e77caabb2a062756436081c2e4ff9547641298
4
+ data.tar.gz: 92229c5917db69a6b26e38a5534ad59c41c3667fa1ff035634a74f612c9bf73b
5
5
  SHA512:
6
- metadata.gz: b9377f8a832c2ca08c13b9cdeb05651be64672d7058a96e8bf36ca82fb5b2142e8cc3f48c15f2555011dca32ab409ab20119c07e1822ca6b12e77f3efc30257b
7
- data.tar.gz: e7c95f86a999f0000686f5a9f4afc55af69b0fc3cd451e8a9cf1d1970f1c06d50a14cefdfe72a9c0e057f1e012c0c1f1fd9240562446ee1141ee0298023e103e
6
+ metadata.gz: faf6771a883ea8d1bca2cb5667e822111d94e697ae53985eda8f044cb100d271e2e8f365214cfa9b490d87b1608d698ff34e0589a2536c2738d61ee2cf7bfaab
7
+ data.tar.gz: 7bd7be8ce9f9032d77d6e1b5f908ec4d7ce76deb83635814f79ac767f0b9379a522f10fa03b2854badb788d4085f47901200c9751df8f46d4c24328077720d52
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- snapcher (0.1.2)
4
+ snapcher (0.1.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -11,6 +11,7 @@ class <%= migration_class_name %> < <%= migration_parent %>
11
11
  t.column :after_params, :string
12
12
  t.column :action, :string
13
13
  t.column :created_at, :datetime
14
+ t.timestamps null: false
14
15
  end
15
16
  end
16
17
 
@@ -1,7 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require "debug"
4
-
5
3
  module Snapcher
6
4
  module Junker
7
5
  extend ActiveSupport::Concern
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Snapcher
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.4"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snapcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - ryosk7
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-24 00:00:00.000000000 Z
11
+ date: 2023-10-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  Snapcher is an ORM extension that logs changes to specific columns to your model.