branca 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/branca/version.rb +9 -0
  3. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: e03334ba03dfe1d3af7e247f7fc5bafaa30d26e70ae898d76e3b74ab8a570c66
4
+ data.tar.gz: 3ce7a6f1e9a6194489281fae52ee2d573e8455ae4415a60f26c15cdcf3e98392
5
+ SHA512:
6
+ metadata.gz: 0fa18936de9f64d504070d9f7b002676984888f67694431756a63089cf0f8f281c80011154c2b3d84b13dc419c3bfbcc4a0685e0c0c43354b1d4f3bf2f65e827
7
+ data.tar.gz: 1f86d6ad216a06ae4b802b11e7c49257010b42071eb607b2b154cea868a92f5fc7de32f63773361802600809db2ffeae62a6f4884b355ec13ac5eb19e1b48bcf
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Branca
4
+ VERSION = "0.0.0"
5
+
6
+ def self.version
7
+ VERSION
8
+ end
9
+ end
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: branca
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Bryan Powell
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-03-09 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Branca implementation for Ruby.
14
+ email: bryan@metabahn.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/branca/version.rb
20
+ homepage: https://github.com/metabahn/branca/
21
+ licenses:
22
+ - MPL-2.0
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 2.5.0
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 3.2.4
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: Branca implementation for Ruby.
43
+ test_files: []