Skip to content

Instantly share code, notes, and snippets.

@Watson1978
Created January 27, 2012 05:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Watson1978/1687220 to your computer and use it in GitHub Desktop.
Save Watson1978/1687220 to your computer and use it in GitHub Desktop.
1c1
< macruby_nightly-2012-01-23/
---
> macruby_nightly-2012-01-26/
506,586c506
< │   │   ├── 3.0
< │   │   │   └── Xcode
< │   │   │   ├── File\ Templates
< │   │   │   │   └── MacRuby
< │   │   │   │   ├── Ruby\ File.pbfiletemplate
< │   │   │   │   │   ├── TemplateInfo.plist
< │   │   │   │   │   └── file.rb
< │   │   │   │   └── Ruby\ class
< │   │   │   │   ├── Ruby\ NSDocument\ subclass.pbfiletemplate
< │   │   │   │   │   ├── TemplateInfo.plist
< │   │   │   │   │   └── class.rb
< │   │   │   │   ├── Ruby\ NSView\ subclass.pbfiletemplate
< │   │   │   │   │   ├── TemplateInfo.plist
< │   │   │   │   │   └── class.rb
< │   │   │   │   ├── Ruby\ NSWindowController\ subclass.pbfiletemplate
< │   │   │   │   │   ├── TemplateInfo.plist
< │   │   │   │   │   └── class.rb
< │   │   │   │   ├── Ruby\ class.pbfiletemplate
< │   │   │   │   │   ├── TemplateInfo.plist
< │   │   │   │   │   └── class.rb
< │   │   │   │   └── TemplateChooser.plist
< │   │   │   ├── Project\ Templates
< │   │   │   │   ├── Application
< │   │   │   │   │   ├── MacRuby\ Application
< │   │   │   │   │   │   ├── English.lproj
< │   │   │   │   │   │   │   ├── InfoPlist.strings
< │   │   │   │   │   │   │   └── MainMenu.xib
< │   │   │   │   │   │   ├── Info.plist
< │   │   │   │   │   │   ├── MacRubyApp.xcodeproj
< │   │   │   │   │   │   │   ├── TemplateInfo.plist
< │   │   │   │   │   │   │   └── project.pbxproj
< │   │   │   │   │   │   ├── Tests
< │   │   │   │   │   │   │   ├── run_suite.rb
< │   │   │   │   │   │   │   └── stub_test.rb
< │   │   │   │   │   │   ├── main.m
< │   │   │   │   │   │   └── rb_main.rb
< │   │   │   │   │   ├── MacRuby\ Core\ Data\ Application
< │   │   │   │   │   │   ├── AppDelegate.rb
< │   │   │   │   │   │   ├── English.lproj
< │   │   │   │   │   │   │   ├── InfoPlist.strings
< │   │   │   │   │   │   │   └── MainMenu.xib
< │   │   │   │   │   │   ├── Info.plist
< │   │   │   │   │   │   ├── MacRubyApp.xcdatamodel
< │   │   │   │   │   │   │   ├── elements
< │   │   │   │   │   │   │   └── layout
< │   │   │   │   │   │   ├── MacRubyApp.xcodeproj
< │   │   │   │   │   │   │   ├── TemplateInfo.plist
< │   │   │   │   │   │   │   └── project.pbxproj
< │   │   │   │   │   │   ├── main.m
< │   │   │   │   │   │   └── rb_main.rb
< │   │   │   │   │   └── MacRuby\ Document-based\ Application
< │   │   │   │   │   ├── English.lproj
< │   │   │   │   │   │   ├── InfoPlist.strings
< │   │   │   │   │   │   ├── MainMenu.xib
< │   │   │   │   │   │   └── MyDocument.xib
< │   │   │   │   │   ├── Info.plist
< │   │   │   │   │   ├── MacRubyApp.xcodeproj
< │   │   │   │   │   │   ├── TemplateInfo.plist
< │   │   │   │   │   │   └── project.pbxproj
< │   │   │   │   │   ├── MyDocument.rb
< │   │   │   │   │   ├── main.m
< │   │   │   │   │   └── rb_main.rb
< │   │   │   │   └── System\ Plug-in
< │   │   │   │   └── MacRuby\ Preference\ Pane
< │   │   │   │   ├── English.lproj
< │   │   │   │   │   ├── InfoPlist.strings
< │   │   │   │   │   └── PrefPanePref.xib
< │   │   │   │   ├── Info.plist
< │   │   │   │   ├── PrefPane.m
< │   │   │   │   ├── PrefPane.rb
< │   │   │   │   ├── PrefPane.xcodeproj
< │   │   │   │   │   ├── TemplateInfo.plist
< │   │   │   │   │   └── project.pbxproj
< │   │   │   │   ├── PrefPanePref.tiff
< │   │   │   │   ├── PrefPane_Prefix.pch
< │   │   │   │   └── version.plist
< │   │   │   └── Target\ Templates
< │   │   │   └── Ruby
< │   │   │   ├── Compile.trgttmpl
< │   │   │   └── Embed\ MacRuby.trgttmpl
< │   │   └── Shared
---
> │   │   └── 3.0
1568c1488
< │   │   │   ├── irb.1
---
> │   │   │   ├── macirb.1
11321c11241
< ├── irb.1 -> ../../../../../Library/Frameworks/MacRuby.framework/Versions/Current/usr/share/man/man1/irb.1
---
> ├── macirb.1 -> ../../../../../Library/Frameworks/MacRuby.framework/Versions/Current/usr/share/man/man1/macirb.1
11327c11247
< 1516 directories, 9808 files
---
> 1487 directories, 9757 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment