This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lib/shoes/setup.rb b/lib/shoes/setup.rb | |
index 562c37a..f9e389e 100644 | |
--- a/lib/shoes/setup.rb | |
+++ b/lib/shoes/setup.rb | |
@@ -274,7 +274,7 @@ class Gem::ShoesFace | |
end | |
def initialize app | |
- @title, @status, @prog, = app.contents[-1].contents | |
+ @title, @status, @prog, = app.slot.contents[-1].contents |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Shoes::Weeds < Shoes::Widget | |
def initialize | |
para "awesome show!" | |
end | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_\m/ shoes | git diff | |
diff --git a/lib/shoes/setup.rb b/lib/shoes/setup.rb | |
index 562c37a..6413273 100644 | |
--- a/lib/shoes/setup.rb | |
+++ b/lib/shoes/setup.rb | |
@@ -274,6 +274,8 @@ class Gem::ShoesFace | |
end | |
def initialize app | |
+ info app.inspect |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_\m/ google-geo | rake release --trace | |
(in /Users/seth/p/google-geo) | |
** Invoke release (first_time) | |
** Invoke clean (first_time) | |
** Execute clean | |
Cleaning | |
** Invoke package (first_time) | |
** Invoke pkg/google-geo-2.1.tar.gz (first_time) | |
** Invoke pkg/google-geo-2.1 (first_time) | |
** Invoke CHANGELOG (first_time, not_needed) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
03:37 manveru: and you may wanna add some info about additional heredoc syntax, like <<FOO.strip\nFOO | |
03:37 zenspider: I figure if I don't put it in, ppl won't use it. :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
** Execute shoes/native/cocoa.o | |
gcc -I. -O -c -oshoes/native/cocoa.o -I./deps/include -I./deps/include/cairo -I./deps/include/pango-1.0 -I./deps/include/glib-2.0 -I./deps/lib/glib-2.0/include -I./deps/lib/ruby/1.8/i686-darwin8.9.1 -DDEBUG -DVIDEO -g -DSHOES_QUARTZ -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -fpascal-strings -I/tmp/dep/include -fno-common -pipe -fno-common -x objective-c shoes/native/cocoa.m | |
In file included from ./shoes/app.h:14, | |
from shoes/native/cocoa.m:5: | |
./deps/lib/ruby/1.8/i686-darwin8.9.1/ruby.h:506: warning: function declaration isn’t a prototype | |
./deps/lib/ruby/1.8/i686-darwin8.9.1/ruby.h:506: warning: function declaration isn’t a prototype | |
./deps/lib/ruby/1.8/i686-darwin8.9.1/ruby.h:507: warning: function declaration isn’t a prototype | |
./deps/lib/ruby/1.8/i686-darwin8.9.1/ruby.h:507: warning: function declaration isn’t a prototype | |
./deps/lib/ruby/1.8/i686-darwin8.9.1/ruby.h:515: warning: function declaration isn’t a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Date/Time: 2008-09-21 15:54:30.981 -0400 | |
OS Version: 10.4.11 (Build 8S2167) | |
Report Version: 4 | |
Command: shoes-bin | |
Path: ./shoes-bin | |
Parent: bash [5571] | |
Version: 0.r994 (???) | |
Build Version: 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dyld: Symbol not found: __ZTv0_n12_NSt14basic_ifstreamIwSt11char_traitsIwEED0Ev | |
Referenced from: /usr/lib/libstdc++.6.dylib | |
Expected in: /usr/lib/libstdc++.6.dylib |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Date/Time: 2008-09-15 01:10:55.219 -0400 | |
OS Version: 10.4.11 (Build 8S2167) | |
Report Version: 4 | |
Command: shoes-bin | |
Path: ./shoes-bin | |
Parent: bash [15423] | |
Version: 0.r982 (???) | |
Build Version: 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def timeline | |
setup_cred | |
# @htmlentities = HTMLEntities.new | |
@twitter = Twitter::Base.new *@cred | |
# @friends = twitter_api { @twitter.friends.map(&:name) } | |
# clear do | |
background white |