RubyGems
npm
Organizations
Log in
Sign up
RubyGems
capistrano-platform-resources
Versions diffs
0.1.0 → 0.1.1
capistrano-platform-resources 0.1.0 → 0.1.1
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
data/lib/capistrano/configuration/resources/platform_resources.rb
+1
-1
data/lib/capistrano/configuration/resources/platform_resources/version.rb
+1
-1
metadata
+1
-1
data/lib/capistrano/configuration/resources/platform_resources.rb
CHANGED
Viewed
@@ -118,7 +118,7 @@ module Capistrano
118
118
when :debian
119
119
sudo("apt-get update -q -y", options)
120
120
when :redhat
121
-
sudo("yum check-update -q -y", options)
121
+
sudo("yum check-update -q -y
|| true
", options)
122
122
end
123
123
end
124
124
data/lib/capistrano/configuration/resources/platform_resources/version.rb
CHANGED
Viewed
@@ -2,7 +2,7 @@ module Capistrano
2
2
class Configuration
3
3
module Resources
4
4
module PlatformResources
5
-
VERSION = "0.1.
0
"
5
+
VERSION = "0.1.
1
"
6
6
end
7
7
end
8
8
end
metadata
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
1
--- !ruby/object:Gem::Specification
2
2
name: capistrano-platform-resources
3
3
version: !ruby/object:Gem::Version
4
-
version: 0.1.
0
4
+
version: 0.1.
1
5
5
prerelease:
6
6
platform: ruby
7
7
authors: