bpfaas 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/bpfaas.rb +13 -0
  3. metadata +42 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 486c3699c87c8696f80cb4d6523681ca19e07cf678309132c94b0b583ce8e5d9
4
+ data.tar.gz: df3706153c7f982dc0aecd96a38aaa5a7b7f643b8b3dca6a322c04526c998ba1
5
+ SHA512:
6
+ metadata.gz: 8a37c3c95c7af50b4de88301315a45435f1ad1a5777f14d9b71a772de294dfafef0ac1b33ccc2545c7bb201dcd40436f053a0734787c3d741a57a462d9de2593
7
+ data.tar.gz: 6857d63511f038dbf073c53a27d321ec7b1c94a0e029d91eee3c15e3af02081e76a3ce7bf03ad33b90b2ad72c4a0a356837c68641c7961f45eaea0228dcf1fd2
@@ -0,0 +1,13 @@
1
+ # -*- coding:utf-8 -*-
2
+ #================================================================
3
+ # Copyright (C) 2020 BP Ltd. All rights reserved.
4
+ # Author : brian
5
+ # Created date: 2020-08-22 00:42
6
+ # Description :
7
+ #================================================================
8
+
9
+ class bpfaas
10
+ def self.hello
11
+ puts "Hello, bpfaas!"
12
+ end
13
+ end
metadata ADDED
@@ -0,0 +1,42 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bpfaas
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - brian
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-08-22 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: bpfaas ruby SDK
14
+ email: bpoint.lee@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/bpfaas.rb
20
+ homepage: http://rubygems.org/gems/bpfaas
21
+ licenses: []
22
+ metadata: {}
23
+ post_install_message:
24
+ rdoc_options: []
25
+ require_paths:
26
+ - lib
27
+ required_ruby_version: !ruby/object:Gem::Requirement
28
+ requirements:
29
+ - - ">="
30
+ - !ruby/object:Gem::Version
31
+ version: '0'
32
+ required_rubygems_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ requirements: []
38
+ rubygems_version: 3.1.4
39
+ signing_key:
40
+ specification_version: 4
41
+ summary: bpfaas ruby SDK
42
+ test_files: []