swot-ruby 1.0.2.20230622 → 1.0.2.20230624
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/release.sh +1 -0
- data/swot.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9689c144175cbeabfa5b6f32c3be6d57ac2018efc2fc6e47bcafae624d575fe3
|
4
|
+
data.tar.gz: e44dea2865a60f7f9dafd73dc20cae6d78a071cc972d2cb49ad14637c09ee5fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 16b743282da0e5fb6d17f29d5f5d9278a0fa05d1f910eea0b3e946710a21ad77010719a3d5bf3077e5eb95a6bbaa9c8d646c859bad02c13e7091973ffb17f07f
|
7
|
+
data.tar.gz: 1abcf7230c9f885616efaaa47144e029abb248bda6b6c01231efc214185229f675c54dca303ff17401d8ec691a5569f65331c33033c03afc516112739c948890
|
data/release.sh
CHANGED
@@ -9,6 +9,7 @@ sed -i '' -E "s/(s\.version = \"[0-9\.]+\.)[0-9]{8}/\1$current_date/g" $file_pat
|
|
9
9
|
version_number=$(grep -o -E "s\.version = \"[0-9\.]+$current_date\"" $file_path | grep -o -E "[0-9\.]+$current_date")
|
10
10
|
|
11
11
|
git commit -am "Updated academic list - $current_date"
|
12
|
+
git push
|
12
13
|
gem build swot.gemspec
|
13
14
|
|
14
15
|
gem push swot-ruby-$version_number.gem
|
data/swot.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
Gem::Specification.new do |s|
|
3
3
|
s.name = "swot-ruby"
|
4
|
-
s.version = "1.0.2.
|
4
|
+
s.version = "1.0.2.20230624"
|
5
5
|
|
6
6
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
7
7
|
s.authors = ["Dave Kimura", "Lee Reilly"]
|