shopapp 0.2.44 → 0.2.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 85bd3c847507df718535e4f29cc00490f94f90afa05179ded58a184b76172fc7
4
- data.tar.gz: c4edf7d126c504a0f0d5caa2ddc1d48abd667e60cb3e6cf46ba6af553e5f7172
3
+ metadata.gz: 84b6761f8075b187a91942cf229062ced04f80c9c3664974baca019f5970188e
4
+ data.tar.gz: d6ebf1015bdfdb67972a71949ad19f884445c4743dd546d02f45de34d6cc29c0
5
5
  SHA512:
6
- metadata.gz: 95df32bd18dd75c7aaacddfced3a98e6e4c1283c4c667529528f74b9f4d449c3690e75a0fc1013136e9eaeea8bb6023ad1d1fa33a7bda1d3e7c6b84de2cbf3ff
7
- data.tar.gz: 459f791996a356f5d42c75e9c9372fcacb827e73877911fb2ad5d50d270d35476e7e1921e49701d4366f6fb5123bcc8eda82475754500c40677335c127ad31bc
6
+ metadata.gz: 3b30d0a61d56cdd9bd8681616d057f3a9912500fe4067a6f468d1cda8f9595b782411aef5b32d8077225475bdfa6f9f493f7a108cdfb11f96095d36cc80afc28
7
+ data.tar.gz: 1d125866b69d5a85b6fc47450119ecbdbd718358119c39fb3e483e1c5350f106b74e79e5ae579b769936012eb21571df2ec9614e64687e4e702fb31b55aa43d1
@@ -14,6 +14,9 @@ if File.exist? default_settings_file
14
14
  ENV[key.upcase] = Rails.application.config.settings[key].to_s
15
15
  end
16
16
  end
17
+
18
+ Rails.configuration.consider_all_requests_local = true if
19
+ Rails.configuration.settings['consider_all_requests_local']
17
20
  end
18
21
 
19
22
  Rails.configuration.generators do |g|
@@ -33,7 +36,4 @@ GravatarImageTag.configure do |config|
33
36
  config.secure = true # Set this to true if you require secure images on your pages.
34
37
  end
35
38
 
36
- Rails.configuration.consider_all_requests_local = true if
37
- Rails.configuration.settings['consider_all_requests_local']
38
-
39
39
  Rails.application.config.assets.precompile += %w( shopapp3/*.svg )
data/shopapp.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'shopapp'
3
- s.version = '0.2.44'
4
- s.date = '2019-04-15'
3
+ s.version = '0.2.45'
4
+ s.date = '2019-04-16'
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.44
4
+ version: 0.2.45
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zeljko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-15 00:00:00.000000000 Z
11
+ date: 2019-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties