shivers 0.6.0.pre.3 → 0.6.0.pre.4
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/Gemfile +1 -1
- data/Gemfile.lock +1 -1
- data/LICENSE.txt +1 -1
- data/Rakefile +3 -1
- data/lib/shivers/library_version.rb +3 -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: cc3bceabdaadfe4644a3aa730344b417d1a8b4f94ef10df36df118d98888348f
|
|
4
|
+
data.tar.gz: e8278cea27f983cfcd8bb3345f4279efecc91ec26a3f80478e1b62025759ba75
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 92345831cd81b85876d95051148a585aa095afe53dbcbf0981bc04d171c26f01b4b3b1db6ab67be86ac9562e1f156eb43bf3e9f0cf3484e75fddda50c6eaccde
|
|
7
|
+
data.tar.gz: ee52642b86f97b33fe80079d806256b201dd875ed84c41695fb93f2e6347b7b57f4c6433aa420bcddc46afc104e37933e28fd18cc5d3256921f480eb683126cd
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
data/LICENSE.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2022 InfraBlocks Maintainers
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
data/Rakefile
CHANGED
|
@@ -123,7 +123,9 @@ task :release do
|
|
|
123
123
|
end
|
|
124
124
|
|
|
125
125
|
def bump_version_for(version_type)
|
|
126
|
-
|
|
126
|
+
version_file = 'lib/shivers/library_version.rb'
|
|
127
|
+
|
|
128
|
+
sh "gem bump --file #{version_file} --version #{version_type} " \
|
|
127
129
|
'&& bundle install ' \
|
|
128
130
|
'&& export LAST_MESSAGE="$(git log -1 --pretty=%B)" ' \
|
|
129
131
|
'&& git commit -a --amend -m "${LAST_MESSAGE} [ci skip]"'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shivers
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.0.pre.
|
|
4
|
+
version: 0.6.0.pre.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- InfraBlocks Maintainers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-03-
|
|
11
|
+
date: 2022-03-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: semantic
|