Sha256: 26c7d1a3e63adca8fa7c06bb6660a795b67fc221cf0c3eb391389a5419fb0118
Contents?: true
Size: 588 Bytes
Versions: 1
Compression:
Stored size: 588 Bytes
Contents
source 'https://rubygems.org' gemspec # This hack inspired by rspec... branch = begin File.read(File.expand_path('../maintenance-branch', __FILE__)).chomp rescue 'master' end %w(omnitest-core).each do |lib| library_path = File.expand_path("../../#{lib}", __FILE__) gem_name = lib.start_with?('omnitest') ? lib : "omnitest-#{lib}" if File.exist?(library_path) && !ENV['USE_GIT_REPOS'] gem gem_name, path: library_path else gem gem_name, git: "git://github.com/omnitest/#{lib}.git", branch: branch end end gem 'pry' gem 'rouge'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omnitest-psychic-0.0.9 | Gemfile |