simple_history 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/MIT-LICENSE +1 -1
- data/Rakefile +0 -9
- data/app/mailers/simple_history/application_mailer.rb +6 -0
- data/app/models/simple_history/application_record.rb +1 -1
- data/lib/simple_history/version.rb +1 -1
- metadata +9 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d62fdbb3ae91c81ddf37782dacaf5fb3be9b36eb0f31e338bfb8754bcd178b83
|
4
|
+
data.tar.gz: 16ad2744c7d359dc75064f9a3e54624744a0c7702cf020162525e3625c7d7baf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba4cc0becf2499acb531b1613d2c8c32c134c52b9d0a0dfd3d925dc7f547c2ed5c42e25926eed078e7cff01755132f5f76b4eae5f0cb01ed3aab192557b65871
|
7
|
+
data.tar.gz: 593494fe280618cc613d4878c134aff83ec9d37ec4099f91f3a011c493de02afc80c29da1a12dc4fdef11cf94a6eae06119f34ccaf227a752da320fee547f174
|
data/MIT-LICENSE
CHANGED
data/Rakefile
CHANGED
@@ -6,12 +6,3 @@ load "rails/tasks/engine.rake"
|
|
6
6
|
load "rails/tasks/statistics.rake"
|
7
7
|
|
8
8
|
require "bundler/gem_tasks"
|
9
|
-
require "rake/testtask"
|
10
|
-
|
11
|
-
Rake::TestTask.new(:test) do |t|
|
12
|
-
t.libs << "test"
|
13
|
-
t.pattern = "test/**/*_test.rb"
|
14
|
-
t.verbose = false
|
15
|
-
end
|
16
|
-
|
17
|
-
task default: :test
|
metadata
CHANGED
@@ -1,30 +1,30 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple_history
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrea Fomera
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-07-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name:
|
14
|
+
name: rails
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 7.0.6
|
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:
|
27
|
-
description:
|
26
|
+
version: 7.0.6
|
27
|
+
description: Simple historical tracking of changes
|
28
28
|
email:
|
29
29
|
- afomera@hey.com
|
30
30
|
executables: []
|
@@ -39,6 +39,7 @@ files:
|
|
39
39
|
- app/controllers/simple_history/application_controller.rb
|
40
40
|
- app/helpers/simple_history/application_helper.rb
|
41
41
|
- app/jobs/simple_history/application_job.rb
|
42
|
+
- app/mailers/simple_history/application_mailer.rb
|
42
43
|
- app/models/simple_history/application_record.rb
|
43
44
|
- app/views/layouts/simple_history/application.html.erb
|
44
45
|
- config/routes.rb
|
@@ -67,8 +68,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
67
68
|
- !ruby/object:Gem::Version
|
68
69
|
version: '0'
|
69
70
|
requirements: []
|
70
|
-
rubygems_version: 3.
|
71
|
+
rubygems_version: 3.4.10
|
71
72
|
signing_key:
|
72
73
|
specification_version: 4
|
73
|
-
summary:
|
74
|
+
summary: Simple historical tracking of changes.
|
74
75
|
test_files: []
|