Sha256: b315abca76661febe191c7bd348fbaf517543d15b36a55b42a2eba3ca4eda9c7
Contents?: true
Size: 974 Bytes
Versions: 2
Compression:
Stored size: 974 Bytes
Contents
append_file "Gemfile" do <<-RUBY # Project Gems # View Related gem "haml", :git => "https://github.com/nex3/haml.git" gem 'kaminari' gem 'gravatar_image_tag', '1.0.0.pre2' # Object Mapper gem "mongoid" gem "bson_ext" # Date/Time Parsing # gem 'nickel', :git => "https://github.com/lzell/nickel" # Authentication gem "omniauth", '~> 0.2.6' gem "bcrypt-ruby", :require => "bcrypt" # Location Stuff gem "simplegeo" # FIXME: Get mongoid_geo working # gem "mongoid_geo" group :development do gem "thin" gem "rspec-rails", "2.6.1.beta1" gem "awesome_print" end group :test do # Pretty printed test output gem 'turn', :require => false gem "rspec", "2.6.0" gem "webrat", "0.7.1" end group :development, :test do gem "factory_girl_rails" gem "faker" end group :production do gem 'unicorn' gem 'therubyracer-heroku', '0.8.1.pre3', :group => [:production] end RUBY end # Install bundled gems run 'bundle install --binstubs --without production'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
icebreaker-0.1.4 | templates/gemfile.rb |
icebreaker-0.1.3 | templates/gemfile.rb |