Skip to content

Commit ac22c13

Browse files
committed
RI release 3.2.0
1 parent cd92391 commit ac22c13

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
3.2.0 - Ruby 2.2.3, Rails 4.2.5, activerecord-sqlserver-adapter 4.2.6,
1+
3.2.0 - Ruby 2.2.4
2+
3+
3.1.1 - Ruby 2.1.8, Rails 4.2.5, activerecord-sqlserver-adapter 4.2.6,
24
coffee-rails 4.1.1, jquery-rails 4.1.0, sass-rails 5.0.4, Git 2.7.0,
35

46
3.1.0 - Ruby 2.1.5

config/railsinstaller.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- rake
88
-
99
:name: rails
10-
:version: "4.2.5"
10+
:version: "4.2.5.1"
1111
-
1212
:name: activerecord-sqlserver-adapter
1313
:version: "4.2.6"
@@ -46,14 +46,14 @@
4646
:title: Ruby 2.2.0
4747
:name: Ruby220
4848
:regex: '^.*$'
49-
:url: "http://s3.amazonaws.com/railsinstaller/Resources/ruby-2.2.3-i386-mingw32.7z"
49+
:url: "http://s3.amazonaws.com/railsinstaller/Resources/ruby-2.2.4-i386-mingw32.7z"
5050
:rename: Ruby2.2.0
5151

5252
:git:
5353
:category: component
54-
:title: Git 2.7.0
54+
:title: Git 1.9.4
5555
:name: Git
56-
:url: "http://s3.amazonaws.com/railsinstaller/Resources/PortableGit-2.7.0-32-bit.7z"
56+
:url: "http://s3.amazonaws.com/railsinstaller/Resources/PortableGit-1.9.4-preview20140929.7z"
5757
:target: "Git"
5858
:regex: '^.*$'
5959

lib/railsinstaller/methods.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def self.stage_postgresql
218218
#
219219
def self.link_devkit_with_ruby
220220
devkit_path = File.join(Stage, DevKit.target)
221-
ruby_path = File.join(Stage, Ruby210.rename)
221+
ruby_path = File.join(Stage, Ruby220.rename)
222222
FileUtils.mkdir_p(devkit_path) unless File.directory?(devkit_path)
223223
Dir.chdir(devkit_path) do
224224
File.open("config.yml", "w") do |file|

0 commit comments

Comments
 (0)