Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iv 3449 prepare v6.3.5 #539

Merged
merged 2 commits into from Nov 3, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
right_link (6.3.4)
right_link (6.3.5)
chef (>= 0.10.10)
encryptor (~> 1.1)
extlib (~> 0.9.15)
Expand Down Expand Up @@ -264,4 +264,4 @@ DEPENDENCIES
win32-process

BUNDLED WITH
1.10.3
1.10.6
2 changes: 1 addition & 1 deletion RELEASES.rdoc
@@ -1,6 +1,6 @@
= 6.3.5

Released 2015-10-14
Released 2015-11-03

== Bug Fixes
* Fix for RightLink failing due to non-ASCII character issue during RightScript dependent package install.
Expand Down
2 changes: 1 addition & 1 deletion right_link.gemspec
Expand Up @@ -2,7 +2,7 @@

spec = Gem::Specification.new do |s|
s.name = 'right_link'
s.version = '6.3.4'
s.version = '6.3.5'
s.platform = Gem::Platform::RUBY

s.authors = ['RightScale']
Expand Down