Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Van Dyk committed May 15, 2011
0 parents commit ea9fbbc
Show file tree
Hide file tree
Showing 50 changed files with 10,509 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
@@ -0,0 +1,6 @@
.bundle
db/*.sqlite3
log/*.log
tmp/
vendor/bundle
bin
1 change: 1 addition & 0 deletions .rspec
@@ -0,0 +1 @@
--colour
31 changes: 31 additions & 0 deletions Gemfile
@@ -0,0 +1,31 @@
source "http://rubygems.org"

gem "rails", '3.0.7'

gem 'sqlite3-ruby', :require => 'sqlite3'
gem "will_paginate", ">=3.0.pre2"
gem "devise", ">=1.1.2"
gem "devise_invitable"
gem "formtastic", ">=1.1.0"
gem "friendly_id", "~>3.0"
gem "compass", ">= 0.10.5"
gem "rspec", ">=2.0.0", :group => :test
gem "rspec-rails", ">=2.0.0", :group => [:development, :test]
gem "remarkable", ">=4.0.0.alpha4", :group => :test
gem "remarkable_activemodel", ">=4.0.0.alpha4", :group => :test
gem "remarkable_activerecord", ">=4.0.0.alpha4", :group => :test
gem "shoulda", :group => :test
gem "faker", :group => [:test, :cucumber]
gem "factory_girl_rails"
gem "cucumber", ">=0.6.3", :group => :cucumber
gem "cucumber-rails", ">=0.3.2", :group => :cucumber
gem "capybara", ">=0.3.6", :group => :cucumber
gem "database_cleaner", ">=0.5.0", :group => :cucumber
gem "spork", ">=0.8.4", :group => :cucumber
gem "pickle", ">=0.4.2", :group => :cucumber
gem "selenium-webdriver"
gem "inploy", ">=1.6.8"
gem "rails3-generators", :git => "git://github.com/indirect/rails3-generators.git"
gem 'simple-navigation', '3.0.0'
gem "cancan"
gem "launchy", :group => :cucumber
215 changes: 215 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,215 @@
GIT
remote: git://github.com/indirect/rails3-generators.git
revision: 04804d1af1a5dd60558239985eb0d9f6f2b85c59
specs:
rails3-generators (0.17.4)
railties (>= 3.0.0)

GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.7)
actionpack (= 3.0.7)
mail (~> 2.2.15)
actionpack (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.5.0)
rack (~> 1.2.1)
rack-mount (~> 0.6.14)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.7)
activesupport (= 3.0.7)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
arel (~> 2.0.2)
tzinfo (~> 0.3.23)
activeresource (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
activesupport (3.0.7)
arel (2.0.9)
babosa (0.3.4)
bcrypt-ruby (2.1.4)
builder (2.1.2)
cancan (1.6.4)
capybara (0.4.1.2)
celerity (>= 0.7.9)
culerity (>= 0.2.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (>= 0.0.27)
xpath (~> 0.1.3)
celerity (0.8.9)
childprocess (0.1.9)
ffi (~> 1.0.6)
chunky_png (1.2.0)
compass (0.11.1)
chunky_png (~> 1.1)
fssm (>= 0.2.7)
sass (~> 3.1)
configuration (1.2.0)
cucumber (0.10.2)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
gherkin (>= 2.3.5)
json (>= 1.4.6)
term-ansicolor (>= 1.0.5)
cucumber-rails (0.4.1)
cucumber (>= 0.10.1)
nokogiri (>= 1.4.4)
rack-test (>= 0.5.7)
culerity (0.2.15)
database_cleaner (0.6.7)
devise (1.3.4)
bcrypt-ruby (~> 2.1.2)
orm_adapter (~> 0.0.3)
warden (~> 1.0.3)
devise_invitable (0.5.0)
devise (~> 1.3.1)
rails (<= 3.2, >= 3.0.0)
diff-lcs (1.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
factory_girl (1.3.3)
factory_girl_rails (1.0.1)
factory_girl (~> 1.3)
railties (>= 3.0.0)
faker (0.9.5)
i18n (~> 0.4)
ffi (1.0.8)
formtastic (1.2.3)
actionpack (>= 2.3.7)
activesupport (>= 2.3.7)
i18n (~> 0.4)
friendly_id (3.2.1.1)
babosa (~> 0.3.0)
fssm (0.2.7)
gherkin (2.3.7)
json (>= 1.4.6)
i18n (0.5.0)
inploy (1.9.3)
json (1.5.1)
json_pure (1.5.1)
launchy (0.4.0)
configuration (>= 0.0.5)
rake (>= 0.8.1)
mail (2.2.19)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
nokogiri (1.4.4)
orm_adapter (0.0.5)
pickle (0.4.7)
cucumber (>= 0.8)
rake
polyglot (0.3.1)
rack (1.2.2)
rack-mount (0.6.14)
rack (>= 1.0.0)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.0.7)
actionmailer (= 3.0.7)
actionpack (= 3.0.7)
activerecord (= 3.0.7)
activeresource (= 3.0.7)
activesupport (= 3.0.7)
bundler (~> 1.0)
railties (= 3.0.7)
railties (3.0.7)
actionpack (= 3.0.7)
activesupport (= 3.0.7)
rake (>= 0.8.7)
thor (~> 0.14.4)
rake (0.8.7)
remarkable (4.0.0.alpha4)
rspec (>= 2.0.0.alpha11)
remarkable_activemodel (4.0.0.alpha4)
remarkable (~> 4.0.0.alpha4)
rspec (>= 2.0.0.alpha11)
remarkable_activerecord (4.0.0.alpha4)
remarkable (~> 4.0.0.alpha4)
remarkable_activemodel (~> 4.0.0.alpha4)
rspec (>= 2.0.0.alpha11)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
rspec-mocks (~> 2.6.0)
rspec-core (2.6.0)
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
rspec-rails (2.6.0)
actionpack (~> 3.0)
activesupport (~> 3.0)
railties (~> 3.0)
rspec (~> 2.6.0)
rubyzip (0.9.4)
sass (3.1.1)
selenium-webdriver (0.2.0)
childprocess (>= 0.1.7)
ffi (>= 1.0.7)
json_pure
rubyzip
shoulda (2.11.3)
simple-navigation (3.0.0)
activesupport (>= 2.3.2)
spork (0.8.4)
sqlite3 (1.3.3)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
term-ansicolor (1.0.5)
thor (0.14.6)
treetop (1.4.9)
polyglot (>= 0.3.1)
tzinfo (0.3.27)
warden (1.0.4)
rack (>= 1.0)
will_paginate (3.0.pre2)
xpath (0.1.4)
nokogiri (~> 1.3)

PLATFORMS
ruby

DEPENDENCIES
cancan
capybara (>= 0.3.6)
compass (>= 0.10.5)
cucumber (>= 0.6.3)
cucumber-rails (>= 0.3.2)
database_cleaner (>= 0.5.0)
devise (>= 1.1.2)
devise_invitable
factory_girl_rails
faker
formtastic (>= 1.1.0)
friendly_id (~> 3.0)
inploy (>= 1.6.8)
launchy
pickle (>= 0.4.2)
rails (= 3.0.7)
rails3-generators!
remarkable (>= 4.0.0.alpha4)
remarkable_activemodel (>= 4.0.0.alpha4)
remarkable_activerecord (>= 4.0.0.alpha4)
rspec (>= 2.0.0)
rspec-rails (>= 2.0.0)
selenium-webdriver
shoulda
simple-navigation (= 3.0.0)
spork (>= 0.8.4)
sqlite3-ruby
will_paginate (>= 3.0.pre2)

0 comments on commit ea9fbbc

Please sign in to comment.