Public Gists by ahoward

Gravatar
Mon Oct 19 11:49:25 -0700 2009
1
2
3
(in /Users/ahoward/Downloads/rubygems-1.3.5)
WARNING: HOE DEPRECATION: Add '>= 0' to the 'builder' dependency.
WARNING: HOE DEPRECATION: Add '>= 0' to the 'session' dependency.
Gravatar
Mon Oct 19 10:46:25 -0700 2009
1
2
3
  ##
  # Look in all the installed gems until a matching _path_ is found.
  # Return the _gemspec_ of the gem where it was found. If no match
Gravatar
Mon Oct 19 10:45:20 -0700 2009
1
2
3
  ##
  # Look in all the installed gems until a matching _path_ is found.
  # Return the _gemspec_ of the gem where it was found. If no match
Gravatar
Mon Oct 19 10:29:51 -0700 2009
1
2
3
  ##
  # Look in all the installed gems until a matching _path_ is found.
  # Return the _gemspec_ of the gem where it was found. If no match
Gravatar
Mon Oct 19 09:54:25 -0700 2009
1
2
3
module Pork
  require 'fileutils'
 
Gravatar
Sat Oct 17 22:09:18 -0700 2009
1
2
3
require 'yaml'
require 'rubygems'
require 'forkoff'
Gravatar
Sat Oct 17 22:05:07 -0700 2009
1
2
3
require 'yaml'
require 'rubygems'
require 'forkoff'
Gravatar
Fri Oct 16 10:43:40 -0700 2009
1
2
3
require 'yaml'
 
require 'rubygems'
Gravatar
Fri Oct 16 10:43:31 -0700 2009
1
2
3
require 'yaml'
 
require 'rubygems'
Gravatar
Wed Oct 14 16:17:47 -0700 2009
1
2
3
#! /usr/bin/env ruby
 
# filename: bucket
Gravatar
Wed Oct 14 16:15:59 -0700 2009
1
2
3
#! /usr/bin/env ruby
 
require 'rubygems'
Gravatar
Mon Oct 12 16:01:33 -0700 2009
1
2
3
#! /usr/bin/env ruby
 
Main {
Gravatar
Tue Oct 06 14:09:13 -0700 2009
1
2
3
require 'rubygems'
 
gem 'gnip', '1.1.2'
Gravatar
Tue Oct 06 14:07:23 -0700 2009
1
2
3
require 'rubygems'
 
gem 'gnip', '1.1.2'
Gravatar
Thu Oct 01 15:12:03 -0700 2009
1
2
3
# supporting code
#
  module Tagz
Gravatar
Sat Sep 26 20:33:50 -0700 2009
1
2
3
      def javascript_include_tag(*sources)
        options = sources.extract_options!.stringify_keys
        concat = options.delete("concat")
Gravatar
Sat Sep 26 20:32:55 -0700 2009
1
2
3
      def javascript_include_tag(*sources)
        options = sources.extract_options!.stringify_keys
        concat = options.delete("concat")
Gravatar
Thu Sep 24 12:27:30 -0700 2009
1
2
3
#! /usr/bin/env ruby
 
Main {
Gravatar
Tue Sep 15 16:08:09 -0700 2009
1
2
3
class GolfController < App::Controller
  include Tagz.globally
  helper :partial
Gravatar
Mon Sep 14 11:23:37 -0700 2009
1
2
3
#! /usr/bin/env ruby
 
require 'net/http'