Sha256: 602020859952f69bb3b48bc2707b2e043fd7f81fa0f18bff26f979b5bfbd2ec4

Contents?: true

Size: 240 Bytes

Versions: 27

Compression:

Stored size: 240 Bytes

Contents

source 'https://rubygems.org'

# Specify your gem's dependencies in itamae.gemspec
gemspec

path = Pathname.new("Gemfile.local")
eval(path.read) if path.exist?

group :test do
  if RUBY_PLATFORM.include?('darwin')
    gem 'growl'
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
itamae-1.14.1 Gemfile
itamae-1.14.0 Gemfile
itamae-1.13.1 Gemfile
itamae-1.13.0 Gemfile
itamae-1.12.6 Gemfile
itamae-1.12.5 Gemfile
itamae-1.12.4 Gemfile
itamae-1.12.3 Gemfile
itamae-1.12.2 Gemfile
itamae-1.12.1 Gemfile
itamae-1.12.0 Gemfile
itamae-1.11.2 Gemfile
itamae-1.11.1 Gemfile
itamae-1.11.0 Gemfile
itamae-1.10.10 Gemfile
itamae-1.10.9 Gemfile
itamae-1.10.8 Gemfile
itamae-1.10.7 Gemfile
itamae-1.10.6 Gemfile
itamae-1.10.5 Gemfile