ios_android_toolbox 0.0.43 → 0.0.44
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/bin/start_topic_branch.rb +1 -1
- data/lib/ios_android_toolbox/ios.rb +1 -1
- data/lib/ios_android_toolbox/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 08d66b977e9505d21cd53c198998b313bf927593
|
|
4
|
+
data.tar.gz: d0036b84eace57f572c038b8777425d0b63512d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d4e5bff895d6f62fba84c7f720138c43d31117d6af52e16b91b3df14d8cf469e6692516a5a16b4df152b558e9a4fada6f83c2fbc2d6548ead000cf723a7c27e7
|
|
7
|
+
data.tar.gz: c112bbe15ba002489ad60c5631193626d591f1400490038d21405002a4993fe2059d0344170e4a8d22d6830a442f1e1397000d4295b755b8a4dd6e0ab7646cff
|
data/bin/start_topic_branch.rb
CHANGED
|
@@ -16,7 +16,7 @@ raise "Please specify the version file" if version_file.nil?
|
|
|
16
16
|
ctrl = version_controller_for_version_file version_file
|
|
17
17
|
|
|
18
18
|
if topic.nil?
|
|
19
|
-
topic = ctrl.next_version.gsub(/\-.+$/,'').gsub(/\.0$/,'')
|
|
19
|
+
topic = ctrl.next_version(2).gsub(/\-.+$/,'').gsub(/\.0$/,'')
|
|
20
20
|
end
|
|
21
21
|
|
|
22
22
|
topic.gsub!(/[\. \t\n]/, '_') if topic
|