solidus_bling 3.2 → 3.2.1

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: 35c7eb372c6064dce193bc26212d674fc52d640aa9a5b82e419df0c9687b5dff
4
- data.tar.gz: 05d5eebd774563a202e33481f5dcf555db44c0af225aaab1a6657b46ddd35e82
3
+ metadata.gz: 95fd463fb884618048fb434ce521f2eec483f574a2cc5339668120b68799ba5a
4
+ data.tar.gz: 7350781e7dcae39a19c3208a89d99d12c2fd1077c5a8caad559758fed584a430
5
5
  SHA512:
6
- metadata.gz: 339dd623af0910e3ddda55891b1879daa3ae7e0a5cc76e7f570afe24e151f23a20a763ab5314bfaacaa22da34f55cddce0f9c9803734bb7e3688ee9047a13de9
7
- data.tar.gz: 6d82708caccccd65b6cd622f9fe89fcce74828bf495040dad9326f81d19eff00d46c1585cd362315d6eba716dfb84be27e288eb61af7a70bf5f77e865b69f8bb
6
+ metadata.gz: 6a2543a423de1bd16db4b95b15b2cb28ca2817d1ae8e59cec5fe3eb997dbb1bbe0953ea99ebe66df64d4617395c91eeaea1f58cd14f3716e6a3ae5f55a21624b
7
+ data.tar.gz: d1065bc21e470c2663bc9e2786533569cf5975d97e6520fe787d63c429ce3537543f08e31242d2752cc731bff3853360a826c2db7ef0132ad1607a60de723ffa
@@ -1,8 +1,8 @@
1
1
  <div>
2
2
  <div>
3
- Nome do aplicativo:
4
- <span><%= @bling_account.app_name %></span>
3
+ ID do aplicativo:
4
+ <span><%= @bling_account.id %></span>
5
5
  </div>
6
- <%= link_to "Editar", edit_admin_account_path(@bling_account.id) %>
7
- <%= link_to "Excluir", admin_account_path(@bling_account.id), method: :delete %>
6
+ <%= link_to "Editar", edit_admin_solidus_bling_account_path(@bling_account.id) %>
7
+ <%= link_to "Excluir", admin_solidus_bling_account_path(@bling_account.id), method: :delete %>
8
8
  </div>
data/bin/meu_sandbox CHANGED
File without changes
@@ -18,6 +18,11 @@ module SolidusBling
18
18
  run "bin/rails railties:install:migrations FROM=solidus_bling"
19
19
  end
20
20
 
21
+ def install_bling_api
22
+ puts 'Installing bling_api gem...'
23
+ run 'bin/rails g bling_api:install'
24
+ end
25
+
21
26
  def run_migrations
22
27
  run_migrations = options[:auto_run_migrations] || ["", "y", "Y"].include?(ask("Would you like to run the migrations now? [Y/n]")) # rubocop:disable Layout/LineLength
23
28
  if run_migrations
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SolidusBling
4
- VERSION = "3.2"
4
+ VERSION = "3.2.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solidus_bling
3
3
  version: !ruby/object:Gem::Version
4
- version: '3.2'
4
+ version: 3.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hamilton Tumenas Borges
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-12-04 00:00:00.000000000 Z
11
+ date: 2023-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: solidus_core
@@ -86,7 +86,7 @@ dependencies:
86
86
  - - "~>"
87
87
  - !ruby/object:Gem::Version
88
88
  version: '2.7'
89
- description:
89
+ description:
90
90
  email: hamiltontubo@gmail.com
91
91
  executables: []
92
92
  extensions: []
@@ -154,7 +154,7 @@ metadata:
154
154
  homepage_uri: https://github.com/hamiltontborges/solidus_bling#readme
155
155
  source_code_uri: https://github.com/hamiltontborges/solidus_bling
156
156
  changelog_uri: https://github.com/hamiltontborges/solidus_bling/blob/master/CHANGELOG.md
157
- post_install_message:
157
+ post_install_message:
158
158
  rdoc_options: []
159
159
  require_paths:
160
160
  - lib
@@ -172,8 +172,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
172
172
  - !ruby/object:Gem::Version
173
173
  version: '0'
174
174
  requirements: []
175
- rubygems_version: 3.4.20
176
- signing_key:
175
+ rubygems_version: 3.4.19
176
+ signing_key:
177
177
  specification_version: 4
178
178
  summary: Solidus extension to integrate with the Bling
179
179
  test_files: []