cf 5.2.1.rc14 → 5.2.1.rc15
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.
- data/lib/cf/version.rb +1 -1
- data/lib/tasks/gem_release.rake +4 -2
- metadata +2 -2
data/lib/cf/version.rb
CHANGED
data/lib/tasks/gem_release.rake
CHANGED
|
@@ -54,7 +54,9 @@ namespace :gem do
|
|
|
54
54
|
end
|
|
55
55
|
|
|
56
56
|
def trigger_windows_executable_build
|
|
57
|
-
print_with_purpose "Triggering build of Windows executable..."
|
|
58
|
-
|
|
57
|
+
print_with_purpose "Triggering build of Windows executable on Jenkins..."
|
|
58
|
+
print "Please enter Jenkins password: "
|
|
59
|
+
password = STDIN.gets.strip
|
|
60
|
+
sh!("curl -X POST https://frontend-jenkins.cf-app.com/job/CLI-Windows-Build/build -u ci:#{password} --insecure --silent")
|
|
59
61
|
end
|
|
60
62
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.2.1.
|
|
4
|
+
version: 5.2.1.rc15
|
|
5
5
|
prerelease: 6
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -663,7 +663,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
663
663
|
version: '0'
|
|
664
664
|
segments:
|
|
665
665
|
- 0
|
|
666
|
-
hash:
|
|
666
|
+
hash: 3873563442598525311
|
|
667
667
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
668
668
|
none: false
|
|
669
669
|
requirements:
|