active-billing 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/active_billing/version.rb +3 -0
- data/lib/active_billing.rb +2 -0
- metadata +44 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: c6e5c593e5f84de1032e00538433c860aa96d268449ec8e8a1cefe8a266943c0
|
4
|
+
data.tar.gz: 83826f6ea611b1559688a033ce1c124e6900956fd97b36b6dbdfd34e40bdb0bb
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: ca697b43d54a023f351969b691c856bfd77bead168a81c7e345fab61d4ded5dc1c1439366aec6be27d1df53c3082b88a7eaf07c1c630e5904a4ff23701894652
|
7
|
+
data.tar.gz: af9173bbfd9cc4436c40c800d817fc3d18703a06fab4f9f69167ba939e8a59096042b7e7dd2692a11f478cdbabc02776eb5b874027ad2e9763619548503a99dc
|
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: []
|