Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env ruby
require 'prime'
class CleanChain
attr_accessor :sequence
def initialize(seq)
@sequence = seq
end
@reidreid46
reidreid46 / gist:1925690
Created February 27, 2012 17:32
Gemfile.lock
GEM
remote: http://rubygems.org/
specs:
actionmailer (3.2.1)
actionpack (= 3.2.1)
mail (~> 2.4.0)
actionpack (3.2.1)
activemodel (= 3.2.1)
activesupport (= 3.2.1)
builder (~> 3.0.0)
@reidreid46
reidreid46 / bundle
Created February 27, 2012 17:28
Bundle
Using rake (0.9.2.2)
Using i18n (0.6.0)
Using multi_json (1.1.0)
Using activesupport (3.2.1)
Using builder (3.0.0)
Using activemodel (3.2.1)
Using erubis (2.7.0)
Using journey (1.0.3)
Using rack (1.4.1)
Using rack-cache (1.1)
@reidreid46
reidreid46 / Gemfile
Created February 27, 2012 06:33
Gemfile
source 'http://rubygems.org'
gem 'ancestry'
gem "bcrypt-ruby", :require => 'bcrypt'
# gem 'client_side_validations'
gem 'geocoder'
gem 'jquery-rails'
gem 'mysql2'
gem 'rails', '3.2.1'
gem 'redcarpet'