bunny_app 1.18.0 → 1.19.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: '09ef71ea46893d03c5791c637efcd5484d4af4b2314b39ce7857896398c2458f'
4
+ data.tar.gz: ea07b61d7d2ba3bb4dd0faacf506d2091b3f2b61378d552c30e3b9efd8b98e73
5
5
  SHA512:
6
- metadata.gz: 16a8f959c2b08b6e75b7a0d2aa70bcb4fb00c942e7f3e5ceadd4c3216b70c0ff1035d23fb0a43194612ca2e650360d6d6bd9890cb0d7fbec7b73a7454253e1db
7
- data.tar.gz: 1b937249175ea0678f71dc1326e6f47507982ffa5bc90905156886ec9c661b1a97bf9919237098b87fc144287dd673fb5f72916c6dbbd9e9e2f853ae9c2a626a
6
+ metadata.gz: bdc697156339de936744dc2967b9cf4a0a9f4b88f40bf01a38bc60df7d09f539d5cb784cb84953233ffe83e7c538c37b51ec0e1f164bd23959728ff9e0f027e8
7
+ data.tar.gz: 9c7e677749b0bfffce5c63bccfb8851b3309392067ed51a60f16f588bc020751ebe343eb1a75e7ce7dc1422a43d43cb88e9cf7b19db0f0cbc9c867c82a4ce5b2
data/bunny_app.gemspec CHANGED
@@ -9,7 +9,7 @@ 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'
12
+ spec.description = 'Use Bunny for SaaS subscription management, cpq, billing and CRM'
13
13
  spec.homepage = 'https://github.com/bunny/bunny-ruby'
14
14
  spec.license = 'MIT'
15
15
  spec.platform = Gem::Platform::RUBY
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BunnyApp
4
- VERSION = '1.18.0'
4
+ VERSION = '1.19.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.19.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: []