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