active_billing 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: a49f868b031f0e001943a84d12c20c08322a863767fee54dd5b0a05b567edd93
4
+ data.tar.gz: '03767917ddf9027f020e429cbb3e77a7e05258d0d5061ea6d2b254dbf8078b18'
5
+ SHA512:
6
+ metadata.gz: 1d136f33a4e05ab6e088f5069fa3264d880fa0feed1698d7593cc7d330530f6cfe9eee7b5ac16467a4813cad483e450434f5cfb0781cb47a9dc0b412d8a4c7dd
7
+ data.tar.gz: af9182a08d055f0e67f77c75c806d5ff188bf3b7e992278d1999841fc9c40bcf01ff9a363332ed7871c55545f2862629005ea2195698283e2debc5a58c1ba2a5
@@ -0,0 +1,3 @@
1
+ module ActiveBilling
2
+ VERSION = "0.0.3".freeze
3
+ end
@@ -0,0 +1,2 @@
1
+ module ActiveBilling
2
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: active_billing
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.3
5
+ platform: ruby
6
+ authors:
7
+ - Bruno Sutic
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-05-11 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email: code@brunosutic.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/active_billing.rb
20
+ - lib/active_billing/version.rb
21
+ homepage: https://github.com/bruno-/activebilling
22
+ licenses:
23
+ - LGPL-3.0
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 3.1.0
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.3.3
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Billing for Rails
44
+ test_files: []