Sha256: 14afb29119c411ba5e627d84bb33ef72891a0267b6fe3c9ec90a1bb7fa286cf9
Contents?: true
Size: 403 Bytes
Versions: 2
Compression:
Stored size: 403 Bytes
Contents
source "https://rubygems.org" # Specify your gem's dependencies in pets.gemspec gemspec semtools_dev_path = File.expand_path('~/dev_gems/semtools') gem "semtools", github: "seoanezonjic/semtools", branch: "master" if Dir.exists?(semtools_dev_path) expcalc_dev_path = File.expand_path('~/dev_gems/expcalc') gem "expcalc", github: "seoanezonjic/expcalc", branch: "master" if Dir.exist?(expcalc_dev_path)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pets-0.2.5 | Gemfile |
pets-0.2.4 | Gemfile |