github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

shri / ironruby forked from ironruby/ironruby

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 5
    • 82
  • Source
  • Commits
  • Network (82)
  • Issues (0)
  • Downloads (0)
  • Wiki (1)
  • Graphs
  • Tree: 5e8c6b2

click here to add a description

click here to add a homepage

  • Branches (1)
    • master
  • Tags (0)
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

Microsoft's Ruby language compiler that is built on top of the Dynamic Language Runtime. — Read more

  cancel

http://ironruby.net

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Fixes on top of Jirapong's fix for Kernel.open Comment
shri (author)
Fri Apr 10 15:39:36 -0700 2009
commit  5e8c6b232a3c952985adbf1b9cda5c456d503cea
tree    fc462aff498d8efa1ed5050a40f0e55fc9fc418d
parent  b2bda3cb06176b89cb2a36938f7522f813877c59
ironruby / Merlin / Main / Languages / Ruby / Scripts / GitDiff.rb Merlin/Main/Languages/Ruby/Scripts/GitDiff.rb
100644 12 lines (9 sloc) 0.35 kb
edit raw blame history
1
2
3
4
5
6
7
8
9
10
11
12
require "ftools"
 
path_of_file_in_branch = ARGV[0]
old_file = ARGV[1]
new_file = ARGV[2]
old_files_dir = ARGV[3]
new_files_dir = ARGV[4]
 
file_name = File.basename(path_of_file_in_branch)
 
File.copy(old_file, old_files_dir + "\\" + file_name) if old_file != "/dev/null"
File.copy(new_file, new_files_dir + "\\" + file_name) if new_file != "/dev/null"
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server