Sha256: 07dc9c6dce04b7258e21cd0f08a9b5d20827ff6e9d8ac01c77fc422f4bac38b1
Contents?: true
Size: 653 Bytes
Versions: 1
Compression:
Stored size: 653 Bytes
Contents
source :gemcutter # TODO Perhaps require two separate Gemfiles? # # Gems required by the Picky client. # gem 'picky-client', '3.0.0.pre4' # '~> 3.0' gem 'i18n' gem 'activesupport', :require => 'active_support/core_ext' gem 'sinatra' gem 'haml' # Gems required by the Picky server. # gem 'picky', '3.0.0.pre4' # '~> 3.0' gem 'rake' gem 'rack' gem 'rack_fast_escape', '2009.06.24' # Optional. gem 'text' gem 'yajl-ruby', :require => 'yajl' # Should be optional, but isn't yet. # gem 'activerecord', '~> 3.0', :require => 'active_record' # Required by your project. # gem 'unicorn' group :test do gem 'picky-client', '3.0.0.pre4' gem 'rspec' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
picky-generators-3.0.0.pre4 | prototypes/all_in_one/sinatra/Gemfile |