activetracker 0.4.7 → 0.4.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/lib/active_tracker/version.rb +1 -1
- metadata +1 -2
- data/app/mailers/active_tracker/application_mailer.rb +0 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aa285082d179d3e5e8ee686c1012c334af277e81d8de2b897c9ad732ce45f407
|
4
|
+
data.tar.gz: 5c297f61f2d0731cf0bde0833b609153510ce5c7833dca5ab30a7f11715eb268
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: faf8ae02103b763883fdd7bf6bd796abd1a03e1208a5c7ca259910ffb6f3904f31f1710893d3eb433ab2318674d6f8075a2366d1f7b944d83701f44ce1395420
|
7
|
+
data.tar.gz: bf60a7177ce99e7c924943ca059a3eef83ef5d881a32a9816b876f15d4fe064e4c5af33f8962d9e2a14bf2938828fcc0a7bf0e939ca48bc09aaa55a32950207f
|
data/CHANGELOG.md
CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
6
6
|
|
7
7
|
## [Unreleased]
|
8
8
|
|
9
|
+
## [0.4.8] - 2019-11-05
|
10
|
+
### Fixed
|
11
|
+
- Removed unnecessary ActionMailer class
|
12
|
+
|
9
13
|
## [0.4.7] - 2019-11-05
|
10
14
|
### Fixed
|
11
15
|
- Changed to config.eager_load_paths to try to avoid `ActiveTracker::Model` not defined in production
|
data/Gemfile.lock
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activetracker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andy Jeffries
|
@@ -189,7 +189,6 @@ files:
|
|
189
189
|
- app/helpers/active_tracker/output_helper.rb
|
190
190
|
- app/helpers/active_tracker/pagination_helper.rb
|
191
191
|
- app/jobs/active_tracker/application_job.rb
|
192
|
-
- app/mailers/active_tracker/application_mailer.rb
|
193
192
|
- app/models/active_tracker/application_record.rb
|
194
193
|
- app/views/active_tracker/common/_empty.html.erb
|
195
194
|
- app/views/active_tracker/common/_pagination.html.erb
|