Sha256: 63c96ed5eebf05a1eae83543ec2ffddaa1ce7620716ede15d41066d803728a29

Contents?: true

Size: 452 Bytes

Versions: 7

Compression:

Stored size: 452 Bytes

Contents

source "https://rubygems.org"

gemspec

# gem "rivendell-db", :path => "~/Projects/RivendellDb"
# gem "rivendell-api", :path => "~/Projects/RivendellApi"

# To test mysql DB instead of sqlite
#
# $ mysqladmin create import
# $ mysql mysql
# mysql> GRANT ALL PRIVILEGES ON import.* TO 'import'@'localhost' IDENTIFIED BY 'import';
#
# and this gem :
# gem "mysql"

gem 'capistrano'
gem 'simplecov-rcov'

if RUBY_PLATFORM =~ /linux/
  gem 'libnotify'
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rivendell-import-1.04 Gemfile
rivendell-import-1.03 Gemfile
rivendell-import-1.02 Gemfile
rivendell-import-1.01 Gemfile
rivendell-import-0.10 Gemfile
rivendell-import-0.9 Gemfile
rivendell-import-0.8 Gemfile