bunny_app 1.18.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: 53806b76d7adaa8bdb227a84f6a192c9044c0d21cc04d845a827c9222be45e16
4
- data.tar.gz: 8046c1b3f43417f98ee878f2288b744effdb79a8dae47cc2bfa368057914d4f2
3
+ metadata.gz: b7923c5262af141b61e7b3f2e433a5c15cfec74a5d334195a5b3971b5ebe4b2c
4
+ data.tar.gz: ecdb5369782741c2fe30c1cc71a8e3c0e2d1778694c7fa8494042d20261d6906
5
5
  SHA512:
6
- metadata.gz: 16a8f959c2b08b6e75b7a0d2aa70bcb4fb00c942e7f3e5ceadd4c3216b70c0ff1035d23fb0a43194612ca2e650360d6d6bd9890cb0d7fbec7b73a7454253e1db
7
- data.tar.gz: 1b937249175ea0678f71dc1326e6f47507982ffa5bc90905156886ec9c661b1a97bf9919237098b87fc144287dd673fb5f72916c6dbbd9e9e2f853ae9c2a626a
6
+ metadata.gz: e1b25c0f1910e30eadec75891b6f459eb96a1cb6c3ccb585de4299093568fe56456eb8fd19fb5ef5530b2e25cbbc82908a37ef67ee009e8bdd3f373a711735fc
7
+ data.tar.gz: f841cb3088700f279b25234c84f27cd4c50528be90ec54b9fc1a0ec9d4a86f87140a41e1accf83279a67e10f286ecd191ccf3492746538109c26d8d922e0489e
data/bunny_app.gemspec CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ['support@bunny.com']
10
10
 
11
11
  spec.summary = 'Ruby SDK for Bunny App'
12
- spec.description = 'Use Bunny for SaaS subscription management, quoting, billing and CRM'
13
- spec.homepage = 'https://github.com/bunny/bunny-ruby'
12
+ spec.description = 'Use Bunny for SaaS subscription management, cpq, billing and CRM'
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.18.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.18.0
4
+ version: 1.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bunny
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-08-25 00:00:00.000000000 Z
12
+ date: 2022-09-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httparty
@@ -123,7 +123,7 @@ dependencies:
123
123
  - - "~>"
124
124
  - !ruby/object:Gem::Version
125
125
  version: '2.9'
126
- description: Use Bunny for SaaS subscription management, quoting, billing and CRM
126
+ description: Use Bunny for SaaS subscription management, cpq, billing and CRM
127
127
  email:
128
128
  - support@bunny.com
129
129
  executables: []
@@ -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: