Skip to content

Commit

Permalink
[FBZ10329] Remove no-ri and no-rdoc from version 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Callum Pease committed Apr 7, 2022
1 parent 1c63b61 commit 28f8c87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/engineyard-serverside/propagator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def check_command
end

def install_command
"#{gem_binary} install --no-rdoc --no-ri '#{remote_gem_file}'"
"#{gem_binary} install '#{remote_gem_file}'"
end
end
end
Expand Down
2 changes: 1 addition & 1 deletion lib/engineyard-serverside/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module EY
module Serverside
VERSION = '3.0.3'
VERSION = '3.0.4'
end
end

0 comments on commit 28f8c87

Please sign in to comment.