Skip to content

Commit

Permalink
RI release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emachnic committed Feb 12, 2016
1 parent cd92391 commit ac22c13
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
3.2.0 - Ruby 2.2.3, Rails 4.2.5, activerecord-sqlserver-adapter 4.2.6,
3.2.0 - Ruby 2.2.4

3.1.1 - Ruby 2.1.8, Rails 4.2.5, activerecord-sqlserver-adapter 4.2.6,
coffee-rails 4.1.1, jquery-rails 4.1.0, sass-rails 5.0.4, Git 2.7.0,

3.1.0 - Ruby 2.1.5
Expand Down
8 changes: 4 additions & 4 deletions config/railsinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- rake
-
:name: rails
:version: "4.2.5"
:version: "4.2.5.1"
-
:name: activerecord-sqlserver-adapter
:version: "4.2.6"
Expand Down Expand Up @@ -46,14 +46,14 @@
:title: Ruby 2.2.0
:name: Ruby220
:regex: '^.*$'
:url: "http://s3.amazonaws.com/railsinstaller/Resources/ruby-2.2.3-i386-mingw32.7z"
:url: "http://s3.amazonaws.com/railsinstaller/Resources/ruby-2.2.4-i386-mingw32.7z"
:rename: Ruby2.2.0

:git:
:category: component
:title: Git 2.7.0
:title: Git 1.9.4
:name: Git
:url: "http://s3.amazonaws.com/railsinstaller/Resources/PortableGit-2.7.0-32-bit.7z"
:url: "http://s3.amazonaws.com/railsinstaller/Resources/PortableGit-1.9.4-preview20140929.7z"
:target: "Git"
:regex: '^.*$'

Expand Down
2 changes: 1 addition & 1 deletion lib/railsinstaller/methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def self.stage_postgresql
#
def self.link_devkit_with_ruby
devkit_path = File.join(Stage, DevKit.target)
ruby_path = File.join(Stage, Ruby210.rename)
ruby_path = File.join(Stage, Ruby220.rename)
FileUtils.mkdir_p(devkit_path) unless File.directory?(devkit_path)
Dir.chdir(devkit_path) do
File.open("config.yml", "w") do |file|
Expand Down

0 comments on commit ac22c13

Please sign in to comment.