emailbutler 0.5.2 → 0.5.3

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: fdaa7a5a1754566c770796a140eb54a56f0ed196ce83cfb4dca8e48a945b92ad
4
- data.tar.gz: e07b13661f38516a53d143257ba9cb599a9bb3d4a373a01b558857fd66b88d1d
3
+ metadata.gz: de503f5188a4859bb2acc6c7d1ac39cc2234a53448996fadb983a7e163c0c81d
4
+ data.tar.gz: b3206449dae7f2a71fd9e9ef497aaadbe84ce6929172a5c62c277a7beee2b209
5
5
  SHA512:
6
- metadata.gz: 99e2ad7eb0b994e40d58128d193555c099583aebe36cbbd228f5c1d6b9cf00b707ef70ef38efd9d85377c08ff9e0714b8ca750b48d5b2d9365476ed72c496821
7
- data.tar.gz: 4462af0614e3aaf052174cbb9e529e83580e4773a40e449e69ec3d8d3fb6d0a9ff9391f04b0bc19f58af05c06b529b7fe226893e49ba67e4e7abc0d7892afd52
6
+ metadata.gz: e7932d306f29d795bf21fee80d674b566c782b1c0b1cfdff15fcc7428a6d15e88eb4021ad0ffa7ca5561fc11bba42c61f75a208f44e389de298127d96ee7f8a4
7
+ data.tar.gz: 2bb6aec32c739377b9dd6e277c02292f86589e4393d56cd9b5be7605f7c42554060316e3c701f3dbd5cfc59922c381f28a84e7a901c458804605274f9d7a8e6e
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Emailbutler
4
- class ApplicationController < ActionController::Base
4
+ class ApplicationController < ApplicationController
5
5
  end
6
6
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Emailbutler
4
- VERSION = '0.5.2'
4
+ VERSION = '0.5.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: emailbutler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bogdanov Anton