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 +4 -4
- data/config/initializers/active_settings.rb +3 -3
- data/shopapp.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 84b6761f8075b187a91942cf229062ced04f80c9c3664974baca019f5970188e
|
|
4
|
+
data.tar.gz: d6ebf1015bdfdb67972a71949ad19f884445c4743dd546d02f45de34d6cc29c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
4
|
-
s.date = '2019-04-
|
|
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.
|
|
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-
|
|
11
|
+
date: 2019-04-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|