mtk_framework 0.1.0 → 0.1.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.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +1 -1
- data/VERSION +1 -1
- data/lib/mtk_framework/locale/active_interaction.fr.yml +9 -8
- data/mtk_framework.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5390d0e255be7532dc28a2167910e88fab317998d75be48f37963598f92ceaea
|
|
4
|
+
data.tar.gz: 4a752c536e9687bcaccaca802d2d0a3be8ede4af5ac35e66724208644d150a64
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e26a04781bf933195ae378a6268bc6546fb13e187325490ce85fc81395842e4fff656db43728e7bb72b2cd2e21a6927b76121f99a79ab3572feedad90697ed6
|
|
7
|
+
data.tar.gz: 483c33e160d636b8c915fa5c90079d8f78bf2af8b2165b4c8ee39872e5a08e89957853480ad1880de0e9d1eb35dab1c1ce52f641ec2799f7e0248852cd19c0bc
|
data/.github/workflows/test.yml
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
fr:
|
|
2
|
+
active_interaction:
|
|
3
|
+
types:
|
|
4
|
+
tz_secret_key: clef secrète tezos
|
|
5
|
+
tz_public_key: clef publique tezos
|
|
6
|
+
tz_contract_address: adresse de smart contrat tezos
|
|
7
|
+
tz_account: compte tezos
|
|
8
|
+
tz_signature: signature tezos
|
|
9
|
+
tz_operation: operation tezos
|
data/mtk_framework.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: mtk_framework 0.1.
|
|
5
|
+
# stub: mtk_framework 0.1.1 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "mtk_framework".freeze
|
|
9
|
-
s.version = "0.1.
|
|
9
|
+
s.version = "0.1.1"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib".freeze]
|
|
@@ -69,7 +69,7 @@ Gem::Specification.new do |s|
|
|
|
69
69
|
]
|
|
70
70
|
s.homepage = "http://github.com/moneytrackio/mtk_framework".freeze
|
|
71
71
|
s.licenses = ["MIT".freeze]
|
|
72
|
-
s.rubygems_version = "3.0.
|
|
72
|
+
s.rubygems_version = "3.0.9".freeze
|
|
73
73
|
s.summary = "Moneytrack's gems extensions and monkey patches.".freeze
|
|
74
74
|
|
|
75
75
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mtk_framework
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- othmane el kesri
|
|
@@ -225,7 +225,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
225
225
|
- !ruby/object:Gem::Version
|
|
226
226
|
version: '0'
|
|
227
227
|
requirements: []
|
|
228
|
-
rubygems_version: 3.0.
|
|
228
|
+
rubygems_version: 3.0.9
|
|
229
229
|
signing_key:
|
|
230
230
|
specification_version: 4
|
|
231
231
|
summary: Moneytrack's gems extensions and monkey patches.
|