Skip to content

Commit

Permalink
Some minor tuning and package 0.9.17
Browse files Browse the repository at this point in the history
  • Loading branch information
rubyphunk committed Aug 18, 2008
1 parent 1c04069 commit 1137229
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1,4 +1,4 @@
== 0.9.17 / August 10, 2008
== 0.9.17 / August 18, 2008

=== Changes
* Clear all lists and states if the spec-run location has changed.
Expand Down
4 changes: 2 additions & 2 deletions Info.plist
Expand Up @@ -32,8 +32,8 @@
http://www.rubyphunk.com
</string>
<key>CFBundleVersion</key>
<string>0.9.16</string>
<string>0.9.17</string>
<key>CFBundleShortVersionString</key>
<string>0.9.16</string>
<string>0.9.17</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.9.16
0.9.17
4 changes: 4 additions & 0 deletions app/view/style.css
Expand Up @@ -29,6 +29,10 @@ h2 {
margin: 0px;
}

.info {
font-size: 14px;
color: #aaa;
}

/* #### CODE #### */

Expand Down
1 change: 1 addition & 0 deletions app/view/welcome.html
Expand Up @@ -12,6 +12,7 @@
<body>
<div id="content">
<h1 onclick='Effect.Shake("content")'>Welcome :)</h1>
<p class='info'>Getting started: Enter the root-path of your ruby project into the box above and hit 'Run'..</p>
</div>
</body>
</html>
Binary file added pkg/RSpactor_0.9.17.dmg
Binary file not shown.

0 comments on commit 1137229

Please sign in to comment.