Sha256: ff0efd9abb304c97e51d6c08312aa426f638e9e748a569db083b014e2672caea

Contents?: true

Size: 1.04 KB

Versions: 10

Compression:

Stored size: 1.04 KB

Contents

# encoding: utf-8

# === Usage === #
# Run gem bundle for installation. You have to have bundler gem installed.

# http://github.com/wycats/bundler
# http://litanyagainstfear.com/blog/2009/10/14/gem-bundler-is-the-future
# http://yehudakatz.com/2009/11/03/using-the-new-gem-bundler-today
# http://www.engineyard.com/blog/2009/using-the-rubygems-bundler-for-your-app

gem "rails"                    # git: "git://github.com/rails/rails.git"
gem "media-path"               # git: "git://github.com/botanicus/media-path.git"
gem "rspec", only: :test       # git: "git://github.com/dchelimsky/rspec.git"
gem "rspec-rails", only: :test # git: "git://github.com/dchelimsky/rspec-rails.git"

# === Bundler Setup === #
# Specify where the bundled gems should be stashed. This directory will
# be a gem repository where all gems are downloaded to and installed to.
#
# This is an optional setting.
# The default is: vendor/gems
bundle_path "gems"

# Specify where gem executables should be copied to.
#
# This is an optional setting.
# The default is: bin
bin_path "bin"

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
pupu-0.2.1 examples/rails/Gemfile
pupu-0.2 examples/rails/Gemfile
pupu-0.1 examples/rails/Gemfile
pupu-0.0.5.5 examples/rails/Gemfile
pupu-0.0.5.4 examples/rails/Gemfile
pupu-0.0.5.3 examples/rails/Gemfile
pupu-0.0.5.2 examples/rails/Gemfile
pupu-0.0.5.1 examples/rails/Gemfile
pupu-0.0.5 examples/rails/Gemfile
pupu-0.0.4.pre examples/rails/Gemfile