thefox-wallet 0.19.1 → 0.19.2
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/.env.example +2 -2
- data/.gitlab-ci.yml +4 -4
- data/lib/wallet/version.rb +1 -1
- 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: 25fe23ce9aed87f3e59fb443c90e03beb3efbfdfcb132f63717cb823c9418e92
|
|
4
|
+
data.tar.gz: 51ca693a4b0a5937a953f5ca3c08a4a8510e81ac2ff0ff6db22422e4b408c867
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f66fc8ca453689514f4800535efea07093c31257f3152dd529fd3630efc3061b7a21e35ae92c0ca4c9cb7a7c575337851fccd653c4132cd5f63203f8c8be995b
|
|
7
|
+
data.tar.gz: 95dda14554d445b68450af6899ed72898c0e2daeaae826e0f1eb13532632d721e4cd1cf195283be64aac39b4573f2e0b0edfd51f81930d320ea6d33fcf302554
|
data/.env.example
CHANGED
data/.gitlab-ci.yml
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
before_script:
|
|
2
2
|
- gem update --system
|
|
3
|
-
- gem install bundler
|
|
3
|
+
- gem install bundler
|
|
4
4
|
- bundler --version
|
|
5
5
|
- bundler install
|
|
6
|
-
- ./bin/
|
|
6
|
+
- ./bin/dev_data.sh
|
|
7
7
|
|
|
8
8
|
stages:
|
|
9
9
|
- test
|
|
@@ -37,12 +37,12 @@ test_25:
|
|
|
37
37
|
- ./bin/test.sh
|
|
38
38
|
|
|
39
39
|
release:
|
|
40
|
-
image: ruby:2.
|
|
40
|
+
image: ruby:2.5
|
|
41
41
|
stage: release
|
|
42
42
|
environment: gem
|
|
43
43
|
only:
|
|
44
44
|
- tags
|
|
45
45
|
script:
|
|
46
46
|
- mkdir -p ~/.gem
|
|
47
|
-
- 'printf "%s\n:rubygems_api_key: %s" "---" "${RUBYGEMSORG_API_KEY}" > ~/.gem/credentials; chmod 0600 ~/.gem/credentials'
|
|
47
|
+
- 'printf "%s\n:rubygems_api_key: %s\n" "---" "${RUBYGEMSORG_API_KEY}" > ~/.gem/credentials; chmod 0600 ~/.gem/credentials'
|
|
48
48
|
- ./bin/release.sh
|
data/lib/wallet/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thefox-wallet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.19.
|
|
4
|
+
version: 0.19.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christian Mayer
|
|
@@ -158,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
158
158
|
version: '0'
|
|
159
159
|
requirements: []
|
|
160
160
|
rubyforge_project:
|
|
161
|
-
rubygems_version: 2.7.
|
|
161
|
+
rubygems_version: 2.7.7
|
|
162
162
|
signing_key:
|
|
163
163
|
specification_version: 4
|
|
164
164
|
summary: Finances Tracking
|