Sha256: 35813a27100ffb493f6c864ab40769433694415a24e579cf7d2de0a898b21fd8

Contents?: true

Size: 745 Bytes

Versions: 13

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 => 'openc3'

# 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

13 entries across 13 versions & 1 rubygems

Version Path
openc3-5.4.2 Gemfile
openc3-5.4.1 Gemfile
openc3-5.4.0 Gemfile
openc3-5.3.0 Gemfile
openc3-5.2.0 Gemfile
openc3-5.1.1 Gemfile
openc3-5.1.0 Gemfile
openc3-5.0.11 Gemfile
openc3-5.0.10 Gemfile
openc3-5.0.9 Gemfile
openc3-5.0.8 Gemfile
openc3-5.0.7 Gemfile
openc3-5.0.6 Gemfile