bunny_app 1.19.0 → 1.20.0

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: '09ef71ea46893d03c5791c637efcd5484d4af4b2314b39ce7857896398c2458f'
4
- data.tar.gz: ea07b61d7d2ba3bb4dd0faacf506d2091b3f2b61378d552c30e3b9efd8b98e73
3
+ metadata.gz: b7923c5262af141b61e7b3f2e433a5c15cfec74a5d334195a5b3971b5ebe4b2c
4
+ data.tar.gz: ecdb5369782741c2fe30c1cc71a8e3c0e2d1778694c7fa8494042d20261d6906
5
5
  SHA512:
6
- metadata.gz: bdc697156339de936744dc2967b9cf4a0a9f4b88f40bf01a38bc60df7d09f539d5cb784cb84953233ffe83e7c538c37b51ec0e1f164bd23959728ff9e0f027e8
7
- data.tar.gz: 9c7e677749b0bfffce5c63bccfb8851b3309392067ed51a60f16f588bc020751ebe343eb1a75e7ce7dc1422a43d43cb88e9cf7b19db0f0cbc9c867c82a4ce5b2
6
+ metadata.gz: e1b25c0f1910e30eadec75891b6f459eb96a1cb6c3ccb585de4299093568fe56456eb8fd19fb5ef5530b2e25cbbc82908a37ef67ee009e8bdd3f373a711735fc
7
+ data.tar.gz: f841cb3088700f279b25234c84f27cd4c50528be90ec54b9fc1a0ec9d4a86f87140a41e1accf83279a67e10f286ecd191ccf3492746538109c26d8d922e0489e
data/bunny_app.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = 'Ruby SDK for Bunny App'
12
12
  spec.description = 'Use Bunny for SaaS subscription management, cpq, billing and CRM'
13
- spec.homepage = 'https://github.com/bunny/bunny-ruby'
13
+ spec.homepage = 'https://github.com/bunnyapp/bunny-ruby'
14
14
  spec.license = 'MIT'
15
15
  spec.platform = Gem::Platform::RUBY
16
16
  spec.required_ruby_version = '>= 3.1.0'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BunnyApp
4
- VERSION = '1.19.0'
4
+ VERSION = '1.20.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bunny_app
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bunny
@@ -146,7 +146,7 @@ files:
146
146
  - lib/bunny_app/version.rb
147
147
  - lib/bunny_app/webhook.rb
148
148
  - lib/generators/bunny_app/install_generator.rb
149
- homepage: https://github.com/bunny/bunny-ruby
149
+ homepage: https://github.com/bunnyapp/bunny-ruby
150
150
  licenses:
151
151
  - MIT
152
152
  metadata: