Sha256: c59f20a27fb73c482d101852e0a191b008fc9740b22200f1434ddb424bf2e4a2
Contents?: true
Size: 745 Bytes
Versions: 5
Compression:
Stored size: 745 Bytes
Contents
# encoding: ascii-8bit source ENV['RUBYGEMS_URL'] || "https://rubygems.org" gem 'ruby-termios', '>= 0.9' if RbConfig::CONFIG['target_os'] !~ /mswin|mingw|cygwin/i and RUBY_ENGINE == 'ruby' gemspec :name => 'cosmos' # unless ENV['JENKINS_HOME'] # # Example of how to use a local branch (doesn't work on Jenkins) # # You also need to set "bundle config local.mock_redis <LOCAL PATH TO CHECKED OUT GEM>" # # For example: bundle config local.mock_redis C:/_Programs/oss/mock_redis # # Make sure the local copy is checked out to the specified branch # # Delete the config: bundle config --delete local.mock_redis # group :development do # gem 'mock_redis', github: 'jasonatball/mock_redis', branch: 'master' # end # end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
cosmos-5.0.5 | Gemfile |
cosmos-5.0.4 | Gemfile |
cosmos-5.0.3 | Gemfile |
cosmos-5.0.2 | Gemfile |
cosmos-5.0.2.pre.beta2 | Gemfile |