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 +4 -4
- data/bunny_app.gemspec +1 -1
- data/lib/bunny_app/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '09ef71ea46893d03c5791c637efcd5484d4af4b2314b39ce7857896398c2458f'
|
4
|
+
data.tar.gz: ea07b61d7d2ba3bb4dd0faacf506d2091b3f2b61378d552c30e3b9efd8b98e73
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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,
|
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
|
data/lib/bunny_app/version.rb
CHANGED
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.
|
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-
|
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,
|
126
|
+
description: Use Bunny for SaaS subscription management, cpq, billing and CRM
|
127
127
|
email:
|
128
128
|
- support@bunny.com
|
129
129
|
executables: []
|