bling_api 0.1.5 → 0.1.6

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: 10f3e0abf05620ac8d795ea49272d18ec388494248fa3a85178fd6e9ec496488
4
- data.tar.gz: c0efbb931037f47f88acde597995d0925956bbe42f909c0b3bb803f004d3850b
3
+ metadata.gz: 205aa615619dae0b7e3d4ffc084e5cc353e52b22b8c8df6da36f50f2638fd816
4
+ data.tar.gz: 8f9918c4f1251e6ce4c1e4f506166d6a819819664e8c70ad8642a1386726d203
5
5
  SHA512:
6
- metadata.gz: 15dcd2c8b672d379691b40f3b15c1441b659936ffaca1957f69da3b8188194e45b00cbca12f13de2eb26ff533f742b41bf1df0d3d6bea4ebbbb4f0ee5891016d
7
- data.tar.gz: c8ebec0245600208a0c0da2b25d7aca0a8c462c716b203236af5a6dadd45ae3eddb2ad5fb1feaacb58e0b11dd7da9b9ac208f0922eb6a4f91df827570e439098
6
+ metadata.gz: caa5ed433a4afd863dcaa72e025faf87e8a827d88c0eecb8213591d91c5480c94ca47afcd6eb9b4bf5dc43fc885ffd33df207bad8d7766d26393a0e1724047c2
7
+ data.tar.gz: a2a4de3e89417613c6733e4a3404393d269f1afe2fd711df667a2d8959d488fbb798f53e6b5e36d853a0b07cc1463f1ec21cd22ad87ccd47d2367714874932e8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bling_api (0.1.5)
4
+ bling_api (0.1.6)
5
5
  ac
6
6
  base64
7
7
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BlingApi
4
- VERSION = "0.1.5"
4
+ VERSION = "0.1.6"
5
5
  end
@@ -1,10 +1,10 @@
1
- module BlingApi
2
- module Generators
3
- class InstallGenerator < Rails::Generators::Base
4
- source_root File.expand_path("templates", __dir__)
5
- def copy_initializer
6
- template "initializer.rb", "config/initializers/bling_api.rb"
7
- end
8
- end
9
- end
10
- end
1
+ module BlingApi
2
+ module Generators
3
+ class InstallGenerator < Rails::Generators::Base
4
+ source_root File.expand_path("templates", __dir__)
5
+ def copy_initializer
6
+ template "initializer.rb", "config/initializers/bling_api.rb"
7
+ end
8
+ end
9
+ end
10
+ end
@@ -1,3 +1,3 @@
1
1
  BlingApi.configure do |config|
2
- #config.access_token = ""
2
+ config.access_token = nil
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bling_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - caio
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-13 00:00:00.000000000 Z
11
+ date: 2023-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ac