Skip to content

Commit

Permalink
Merge branch 'release/backport-macruby-0.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
reborg committed Nov 25, 2010
2 parents 759cc80 + 0c0396c commit a0f1a98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.rdoc
Expand Up @@ -15,3 +15,7 @@ Pomodori is a tool based on the pomodoro technique (PT) by Francesco Cirillo onl
== Pomodoro Talk:

I recorded a Pomodoro Technique introduction talk which is available here: http://www.vimeo.com/4546375. Other resources available at the Pomodori main web site: http://reborg.github.com/pomodori

== Release Notes

Had to downgrade to MacRuby 0.5 for a SAFE level issue changing from 0 to 1 unexpectedly.
1 change: 0 additions & 1 deletion Rakefile
Expand Up @@ -16,7 +16,6 @@ task :embed => [:deploy] do
`rm -rf ./#{AppConfig.name}.app/Contents/Frameworks/MacRuby.framework/Versions/#{MACRUBY_VERSION}/usr/lib/ruby/1.9.0/irb`
`rm -rf ./#{AppConfig.name}.app/Contents/Frameworks/MacRuby.framework/Versions/#{MACRUBY_VERSION}/usr/lib/ruby/1.9.0/rdoc`
`rm -rf ./#{AppConfig.name}.app/Contents/Frameworks/MacRuby.framework/Versions/#{MACRUBY_VERSION}/usr/share`
`rm -rf ./#{AppConfig.name}.app/Contents/Frameworks/MacRuby.framework/Versions/0.5`
`find ./#{AppConfig.name}.app/Contents -name "*.rbo" -exec install_name_tool -change /Library/Frameworks/MacRuby.framework/Versions/#{MACRUBY_VERSION}/usr/lib/libmacruby.dylib @executable_path/../Frameworks/MacRuby.framework/Versions/#{MACRUBY_VERSION}/usr/lib/libmacruby.dylib {} \\;`
`find ./#{AppConfig.name}.app/Contents -name "*.bundle" -exec install_name_tool -change /Library/Frameworks/MacRuby.framework/Versions/#{MACRUBY_VERSION}/usr/lib/libmacruby.dylib @executable_path/../Frameworks/MacRuby.framework/Versions/#{MACRUBY_VERSION}/usr/lib/libmacruby.dylib {} \\;`
end

0 comments on commit a0f1a98

Please sign in to comment.