Sha256: db2ef2b887a5d4dafe2d9c2202522b56d8476743a93154d578fed806c8649718
Contents?: true
Size: 720 Bytes
Versions: 6
Compression:
Stored size: 720 Bytes
Contents
# encoding: utf-8 # RubyGems Source source 'http://rubygems.org' # Include gem dependencies from the gemspec for development purposes gemspec # Dynamically define the dependencies specified in Backup::Dependency.all require File.expand_path("../lib/backup/dependency", __FILE__) Backup::Dependency.all.each do |name, gemspec| gem(name, gemspec[:version]) end # Define gems to be used in the 'test' environment group :test do gem 'rspec' gem 'mocha' gem 'timecop' gem 'fuubar' gem 'guard' gem 'guard-rspec' gem 'rb-fsevent' # guard notifications for osx gem 'growl' # $ brew install growlnotify gem 'rb-inotify' # guard notifications for linux gem 'libnotify' # $ apt-get install ??? end
Version data entries
6 entries across 6 versions & 2 rubygems
Version | Path |
---|---|
backup-3.0.25 | Gemfile |
backup-3.0.24 | Gemfile |
backup_checksum-3.0.23 | Gemfile |
backup-3.0.23 | Gemfile |
backup-3.0.22 | Gemfile |
backup-3.0.21 | Gemfile |