shopapp 0.2.61 → 0.2.62

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: ad23159b5399a6244b0ef69053a6fc1f0aee6dcba2bcfc4097023e345086da6c
4
- data.tar.gz: 4a6177440a81b3973725ab557d6517b3c437a185e18ed574830f5fdc11e4910c
3
+ metadata.gz: 8b6b4f03713cd201a9231d9a92a817cb4a07d1af8c4bf62d9a6bcae69746d09e
4
+ data.tar.gz: efd7f6a541edbe69f0f54008b4080c6cf7103e06b9dcdac2163e4a68da038825
5
5
  SHA512:
6
- metadata.gz: fe00a1992c3ef77f13cc0184b6c6449a77263606aa84d99aced28c1fd94c051bd5f6026c21b0369319c075250fa619b6e50e4a3dbcfffd803af98360a7fb573b
7
- data.tar.gz: 3dfd1b82809fc3a14f9c65c2856b90865287c4c34c78d8af67f46c8025df51fa926faec1098383bea3dde44e8d664507d7b0ece81318f6f59b57a37f8a2125ec
6
+ metadata.gz: 7998339f361ad752be23240ab6e664dbae62ca24cfb4f50d56629bbe91a0fcbf51dca8919bc37c98d3774cfb7fbf734fd74495eb24968492184197c74c1a758d
7
+ data.tar.gz: 0f18155c045c15c6a45be53409afc1336b95b5ee80362cf0e098f2d7faf0d09c6c3cb3c23dbc86830a5d7dda0ee295835fc9b1f080f41b66977b0d8946168e67
data/README.md CHANGED
@@ -93,4 +93,4 @@ shopapp to support i18n, add two methods to your ApplicationController:
93
93
 
94
94
  To build new version of this gem, change the version in shopapp.gemspec and run:
95
95
 
96
- git push; gem build shopapp.gemspec ; gem push shopapp-0.2.61.gem; gem install shopapp
96
+ git push; gem build shopapp.gemspec ; gem push shopapp-0.2.62.gem; gem install shopapp
@@ -12,7 +12,7 @@ end
12
12
 
13
13
  class ShopappEmailInterceptor
14
14
  def self.delivering_email(message)
15
- unless Rails.configuration.settings['send_email'] == true
15
+ unless Rails.configuration.settings['send_email'].to_s == 'true'
16
16
  message.perform_deliveries = false
17
17
  Rails.logger.warn "Not sending email because environment doesn't allow it."
18
18
  return
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'shopapp'
3
- s.version = '0.2.61'
4
- s.date = '2019-06-18'
3
+ s.version = '0.2.62'
4
+ s.date = '2019-08-18'
5
5
  s.summary = 'Do a shoplift.'
6
6
  s.description = 'Ha! Art thou Bedlam? Dost thou thirst base Trojan, to have me fold up Parca\'s fatal web? Hence!\
7
7
  I am qualmish at the smell of leek.'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shopapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.61
4
+ version: 0.2.62
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zeljko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-18 00:00:00.000000000 Z
11
+ date: 2019-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties