Skip to content

Commit

Permalink
Tokaido 2.1 (Ruby 2.1.6) release.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasio committed Apr 22, 2015
1 parent cbf895b commit 8c97c86
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Tokaido/SplashWindow.xib
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6751" systemVersion="14C1510" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="7531" systemVersion="14C1510" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6751"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="7531"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="NSApplication">
Expand Down Expand Up @@ -686,7 +686,7 @@
</contentFilters>
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="TokaidoBig" id="eKC-06-rVr"/>
</imageView>
<progressIndicator horizontalHuggingPriority="750" verticalHuggingPriority="750" fixedFrame="YES" maxValue="100" bezeled="NO" indeterminate="YES" style="spinning" translatesAutoresizingMaskIntoConstraints="NO" id="vNm-nK-tBq">
<progressIndicator wantsLayer="YES" canDrawConcurrently="YES" horizontalHuggingPriority="750" verticalHuggingPriority="750" fixedFrame="YES" maxValue="100" bezeled="NO" indeterminate="YES" style="spinning" translatesAutoresizingMaskIntoConstraints="NO" id="usu-uO-MHp">
<rect key="frame" x="285" y="27" width="32" height="32"/>
</progressIndicator>
</subviews>
Expand All @@ -700,7 +700,7 @@
</customObject>
<customObject id="fgW-fd-OHf" customClass="TKDTokaidoSplashController">
<connections>
<outlet property="progress" destination="vNm-nK-tBq" id="yAq-b7-crl"/>
<outlet property="progress" destination="usu-uO-MHp" id="XAL-Uk-i5z"/>
<outlet property="status" destination="pak-b7-u0b" id="e7C-jb-RqT"/>
<outlet property="window" destination="QvC-M9-y7g" id="spf-sP-Lbl"/>
</connections>
Expand Down
6 changes: 3 additions & 3 deletions Tokaido/TKDConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
@implementation TKDConfiguration

+(NSString *) rubyVersion {
return @"2.1.5-p273";
return @"2.1.6-p336";
}

+(NSString *) rubyNamespace {
return @"2.1.0";
}

+(NSArray *) rubiesBundled {
return @[[[TKDRubyBinary alloc] initWithName:@"2.1.5-p273"]];
return @[[[TKDRubyBinary alloc] initWithName:@"2.1.6-p336"]];
}

+(NSArray *) rubiesInstalled {
Expand All @@ -32,7 +32,7 @@ +(NSArray *) rubiesInstalled {
}

+(NSString *) rubyConfigInstalledFile {
return [[self rubiesInstalledDirectoryPath] stringByAppendingPathComponent:@"/2.1.5-p273/lib/ruby/2.1.0/x86_64-darwin12.0/rbconfig.rb"];
return [[self rubiesInstalledDirectoryPath] stringByAppendingPathComponent:@"/2.1.6-p336/lib/ruby/2.1.0/x86_64-darwin12.0/rbconfig.rb"];
}

+(NSString *) applicationName {
Expand Down
2 changes: 0 additions & 2 deletions Tokaido/TKDTokaidoSplashController.m
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ -(void) start {

[self finish];
});


[self finish];
}

-(void) finish {
Expand Down
4 changes: 2 additions & 2 deletions Tokaido/Tokaido-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.1.5</string>
<string>2.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.1.5.1</string>
<string>2.1.6</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 8c97c86

Please sign in to comment.