shopapp 0.76.04 → 0.76.06

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: a1eda2b8bde0d9e02566b71ec07d6b9a0743ec49ef35ae87722c70892672d4b1
4
- data.tar.gz: 4fbf67a3b4f06dc2cb4e6d91b4d747649178628836cb55dd196a9171a6d17c88
3
+ metadata.gz: dafbd7799d470d9bbcf24578dd097c933200c58ec83b90956848d01d78f8164b
4
+ data.tar.gz: f036cfd03a0635e3b902c3ab30c251e6e19212bde4c6d2617e07aa83236c5a27
5
5
  SHA512:
6
- metadata.gz: 1bd7872ccca971742991c27de766b1bdf0aebd8fda74b70f2d8b248a42c589cbd8576e8313e88835a3a534944f6da4d6c6c736b390d39ed329eefb324281051d
7
- data.tar.gz: e4cbbf3f07ad93b086c9f3d536fe0b9c8b0c5bb89c3e7ea50b2f090cd990f148f1463d288e292844896388ff8760ce816073a8ef75711c762e2c30594af70a7d
6
+ metadata.gz: 620e14e52aa49411808b5881eab11911af70ddcb6a82a9b34aa92119385d117f60516dd825a4c91dd682da522a06fb1cb41ab0c637dcc194247982d8bd2e503b
7
+ data.tar.gz: b7ff9262caa5a86cf1ef85a959f16a23a592a2799a74810c1bd209d8394bfc5bceb0497e565ee7cf3ceb8ff45518f289d0853f3d123d4b63273773a87574a1a9
data/README.md CHANGED
@@ -95,4 +95,4 @@ shopapp to support i18n, add two methods to your ApplicationController:
95
95
 
96
96
  To build new version of this gem, change the version in shopapp.gemspec and run:
97
97
 
98
- gem build shopapp.gemspec ; gem push shopapp-0.76.04.gem; gem install shopapp
98
+ gem build shopapp.gemspec ; gem push shopapp-0.76.06.gem; gem install shopapp
@@ -137,7 +137,6 @@ module Shopapp3FormHelper
137
137
  onclick: onclick_action,
138
138
  }
139
139
  )
140
- #%button.btn.btn-danger.btn-sm Reject
141
140
  end
142
141
 
143
142
  def sf_model_validation(model)
@@ -7,9 +7,7 @@
7
7
  -# %link{:href => "https://fonts.googleapis.com/css?family=Fira+Sans:400,500,700", :rel => "stylesheet"}/
8
8
  = csrf_meta_tags
9
9
  = stylesheet_link_tag 'application', media: 'all'
10
- - fail "please check shopapp/app/views/login_message.haml"
11
10
  = javascript_importmap_tags
12
- = javascript_include_tag 'application', type: "module"
13
11
  = shopapp3_favicon
14
12
  %body.bg-light
15
13
  .row.justify-content-center
@@ -1,7 +1,7 @@
1
1
  if (Rails.configuration.settings['shopapp_mailer_aws_key'] || Rails.configuration.settings['shopapp_aws_key']) &&
2
2
  !Rails.configuration.settings['skip_aws_sdk_shopapp_initialization']
3
3
  Aws::Rails.add_action_mailer_delivery_method(
4
- :aws_sdk,
4
+ :ses,
5
5
  credentials: Aws::Credentials.new(
6
6
  (Rails.configuration.settings['shopapp_mailer_aws_key'] || Rails.configuration.settings['shopapp_aws_key']),
7
7
  (Rails.configuration.settings['shopapp_mailer_aws_secret'] || Rails.configuration.settings['shopapp_aws_secret'])
data/shopapp.gemspec CHANGED
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'shopapp'
3
3
  # Version for Rails 7 / Ruby 3 start with 0.74
4
- s.version = '0.76.04'
5
- s.date = '2024-06-06'
4
+ s.version = '0.76.06'
5
+ s.date = '2024-07-12'
6
6
  s.summary = 'Do a shoplift.'
7
7
  s.description = 'Ha! Art thou Bedlam? Dost thou thirst base Trojan, to have me fold up Parca\'s fatal web? Hence!\
8
8
  I am qualmish at the smell of leek.'
@@ -48,7 +48,7 @@ Gem::Specification.new do |s|
48
48
  # s.add_dependency 'capistrano-rvm', '~> 0'
49
49
  # s.add_dependency 'capistrano-rails', '~> 1.2'
50
50
  # s.add_dependency 'capistrano-passenger', '~> 0.2.0'
51
- s.add_dependency 'aws-sdk-rails', '~> 2'
51
+ s.add_dependency 'aws-sdk-rails', '~> 3'
52
52
 
53
53
  # following are only needed on OSX, but do not matter to others
54
54
  # s.add_dependency 'ed25519', '~> 1.2'
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.76.04
4
+ version: 0.76.06
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zeljko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-06 00:00:00.000000000 Z
11
+ date: 2024-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: haml-rails
@@ -198,14 +198,14 @@ dependencies:
198
198
  requirements:
199
199
  - - "~>"
200
200
  - !ruby/object:Gem::Version
201
- version: '2'
201
+ version: '3'
202
202
  type: :runtime
203
203
  prerelease: false
204
204
  version_requirements: !ruby/object:Gem::Requirement
205
205
  requirements:
206
206
  - - "~>"
207
207
  - !ruby/object:Gem::Version
208
- version: '2'
208
+ version: '3'
209
209
  description: |-
210
210
  Ha! Art thou Bedlam? Dost thou thirst base Trojan, to have me fold up Parca's fatal web? Hence!\
211
211
  I am qualmish at the smell of leek.