Skip to content

Instantly share code, notes, and snippets.

@huerlisi
Created January 5, 2011 20:55
Show Gist options
  • Save huerlisi/766989 to your computer and use it in GitHub Desktop.
Save huerlisi/766989 to your computer and use it in GitHub Desktop.
# Settings
# ========
source 'http://rubygems.org'
# Rails
# =====
gem 'rails', '~> 3.0.0'
# Database
gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'mysql'
# Development
# ===========
group :development do
gem 'rails3-generators'
gem 'rspec-rails', "~> 2.1"
# Haml generators
gem 'hpricot'
gem 'ruby_parser'
gem 'rcov'
end
# Test
# ====
group :test do
gem 'rspec-rails', "~> 2.1"
gem 'mocha'
gem 'shoulda'
gem 'factory_girl_rails'
gem 'cucumber-rails'
gem 'cucumber'
gem 'webrat'
end
# Standard helpers
# ================
gem 'haml'
gem 'compass', '~> 0.10.6'
gem 'fancy-buttons'
gem 'simple-navigation'
gem 'formtastic', '~> 1.2.1'
gem 'will_paginate', :git => 'git://github.com/mislav/will_paginate.git', :branch => 'rails3'
gem 'inherited_resources'
gem 'has_scope'
gem 'i18n_rails_helpers', '~> 0.9'
gem 'jquery-rails'
group :production do
gem 'rack-google_analytics', :require => "rack/google_analytics", :git => 'git://github.com/ambethia/rack-google_analytics.git'
end
# Spleasy
# =======
# Authentication
gem 'devise', '~> 1.1'
# Authorization
gem 'cancan'
# Date/Time handling
gem 'validates_timeliness', '~> 3.0.0'
# Vcards
gem 'has_vcards', '~> 0.6.1'
# Tagging
gem 'acts-as-taggable-on', '~> 2.0.6'
# Markdown
gem 'RedCloth'
GIT
remote: git://github.com/ambethia/rack-google_analytics.git
revision: 5f61d6d
specs:
rack-google_analytics (1.0.1)
GIT
remote: git://github.com/mislav/will_paginate.git
revision: b1a5bee
branch: rails3
specs:
will_paginate (3.0.pre3)
GEM
remote: http://rubygems.org/
specs:
RedCloth (4.2.3)
abstract (1.0.0)
actionmailer (3.0.3)
actionpack (= 3.0.3)
mail (~> 2.2.9)
actionpack (3.0.3)
activemodel (= 3.0.3)
activesupport (= 3.0.3)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.4)
rack (~> 1.2.1)
rack-mount (~> 0.6.13)
rack-test (~> 0.5.6)
tzinfo (~> 0.3.23)
activemodel (3.0.3)
activesupport (= 3.0.3)
builder (~> 2.1.2)
i18n (~> 0.4)
activerecord (3.0.3)
activemodel (= 3.0.3)
activesupport (= 3.0.3)
arel (~> 2.0.2)
tzinfo (~> 0.3.23)
activeresource (3.0.3)
activemodel (= 3.0.3)
activesupport (= 3.0.3)
activesupport (3.0.3)
acts-as-taggable-on (2.0.6)
arel (2.0.6)
bcrypt-ruby (2.1.2)
builder (2.1.2)
cancan (1.4.1)
compass (0.10.6)
haml (>= 3.0.4)
cucumber (0.10.0)
builder (>= 2.1.2)
diff-lcs (~> 1.1.2)
gherkin (~> 2.3.2)
json (~> 1.4.6)
term-ansicolor (~> 1.0.5)
cucumber-rails (0.3.2)
cucumber (>= 0.8.0)
devise (1.1.5)
bcrypt-ruby (~> 2.1.2)
warden (~> 1.0.2)
diff-lcs (1.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
factory_girl (1.3.2)
factory_girl_rails (1.0)
factory_girl (~> 1.3)
rails (>= 3.0.0.beta4)
fancy-buttons (1.0.4)
compass (>= 0.10.6)
formtastic (1.2.2)
actionpack (>= 2.3.7)
activesupport (>= 2.3.7)
i18n (>= 0.4.0)
gherkin (2.3.2)
json (~> 1.4.6)
term-ansicolor (~> 1.0.5)
haml (3.0.24)
has_scope (0.5.0)
has_vcards (0.6.1)
activerecord
i18n
hpricot (0.8.3)
i18n (0.5.0)
i18n_rails_helpers (0.9.0)
activerecord
i18n
inherited_resources (1.1.2)
has_scope (~> 0.5.0)
responders (~> 0.6.0)
jquery-rails (0.2.6)
rails (~> 3.0)
thor (~> 0.14.4)
json (1.4.6)
mail (2.2.12)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
mocha (0.9.10)
rake
mysql (2.8.1)
nokogiri (1.4.4)
polyglot (0.3.1)
rack (1.2.1)
rack-mount (0.6.13)
rack (>= 1.0.0)
rack-test (0.5.6)
rack (>= 1.0)
rails (3.0.3)
actionmailer (= 3.0.3)
actionpack (= 3.0.3)
activerecord (= 3.0.3)
activeresource (= 3.0.3)
activesupport (= 3.0.3)
bundler (~> 1.0)
railties (= 3.0.3)
rails3-generators (0.17.0)
railties (>= 3.0.0)
railties (3.0.3)
actionpack (= 3.0.3)
activesupport (= 3.0.3)
rake (>= 0.8.7)
thor (~> 0.14.4)
rake (0.8.7)
rcov (0.9.9)
responders (0.6.2)
rspec (2.3.0)
rspec-core (~> 2.3.0)
rspec-expectations (~> 2.3.0)
rspec-mocks (~> 2.3.0)
rspec-core (2.3.0)
rspec-expectations (2.3.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.3.0)
rspec-rails (2.3.0)
actionpack (~> 3.0)
activesupport (~> 3.0)
railties (~> 3.0)
rspec (~> 2.3.0)
ruby_parser (2.0.5)
sexp_processor (~> 3.0)
sexp_processor (3.0.5)
shoulda (2.11.3)
simple-navigation (3.0.2)
activesupport (>= 2.3.2)
sqlite3-ruby (1.3.2)
term-ansicolor (1.0.5)
thor (0.14.6)
timeliness (0.3.2)
treetop (1.4.9)
polyglot (>= 0.3.1)
tzinfo (0.3.23)
validates_timeliness (3.0.3)
timeliness (~> 0.3.2)
warden (1.0.3)
rack (>= 1.0.0)
webrat (0.7.2)
nokogiri (>= 1.2.0)
rack (>= 1.0)
rack-test (>= 0.5.3)
PLATFORMS
ruby
DEPENDENCIES
RedCloth
acts-as-taggable-on (~> 2.0.6)
cancan
compass (~> 0.10.6)
cucumber
cucumber-rails
devise (~> 1.1)
factory_girl_rails
fancy-buttons
formtastic (~> 1.2.1)
haml
has_scope
has_vcards (~> 0.6.1)
hpricot
i18n_rails_helpers (~> 0.9)
inherited_resources
jquery-rails
mocha
mysql
rack-google_analytics!
rails (~> 3.0.0)
rails3-generators
rcov
rspec-rails (~> 2.1)
ruby_parser
shoulda
simple-navigation
sqlite3-ruby
validates_timeliness (~> 3.0.0)
webrat
will_paginate!
bundle update i18n_rails_helpers
Fetching source index for http://rubygems.org/
Bundler could not find compatible versions for gem "builder":
In Gemfile:
rails (~> 3.0.0) depends on
builder (~> 2.1.2)
cucumber depends on
builder (3.0.0)
bundle update
Updating git://github.com/mislav/will_paginate.git
Updating git://github.com/ambethia/rack-google_analytics.git
Fetching source index for http://rubygems.org/
=> Stopped after > 1/2h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment