smart_contract 0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- metadata +46 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 77fd7ebd59c837194c189edcfbb704e538577f6a2df851c0cc433cb98ec32598
|
4
|
+
data.tar.gz: c4aa4e05f46db480115728443c1df355e94b3622abe1faa68cff4f079ffd2ff7
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 45e709a0b5397142f91924bafc9cb55e70ceefd3be0667c9a4cc6acf6e3e1f3b2e9fffacae2ca05d23108226ae6aa9dad1601b8e3f811384cdcde248ce6e60e9
|
7
|
+
data.tar.gz: 9f5a1e39ecf50d68a7065114da592686aea56e2d22769551200f6834ca0017eb50f5c53762e96f8f3b18b6075d54419818377805a1436d25b25ffb441e3f1566
|
metadata
ADDED
@@ -0,0 +1,46 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: smart_contract
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Rustam Ibragimov
|
8
|
+
autorequire:
|
9
|
+
bindir: exe
|
10
|
+
cert_chain: []
|
11
|
+
date: 2022-07-12 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Coming soon
|
14
|
+
email:
|
15
|
+
- exfivedaiver@gmail.com
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files: []
|
20
|
+
homepage: https://github.com/smart-rb/smart_contract
|
21
|
+
licenses:
|
22
|
+
- MIT
|
23
|
+
metadata:
|
24
|
+
homepage_uri: https://github.com/smart-rb/smart_contract
|
25
|
+
source_code_uri: https://github.com/smart-rb/smart_contract
|
26
|
+
changelog_uri: https://github.com/smart-rb/smart_operation/blob/master/CHANGELOG.md
|
27
|
+
post_install_message:
|
28
|
+
rdoc_options: []
|
29
|
+
require_paths:
|
30
|
+
- lib
|
31
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
32
|
+
requirements:
|
33
|
+
- - ">="
|
34
|
+
- !ruby/object:Gem::Version
|
35
|
+
version: 2.6.0
|
36
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
41
|
+
requirements: []
|
42
|
+
rubygems_version: 3.3.0.dev
|
43
|
+
signing_key:
|
44
|
+
specification_version: 4
|
45
|
+
summary: Coming soon
|
46
|
+
test_files: []
|