Sha256: b5b4d335748d17135ff880ce2d4d825506d74155d915e3cb8c95ce813787eb52

Contents?: true

Size: 241 Bytes

Versions: 130

Compression:

Stored size: 241 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

130 entries across 130 versions & 1 rubygems

Version Path
itamae-1.6.3 Gemfile
itamae-1.6.2 Gemfile
itamae-1.6.1 Gemfile
itamae-1.6.0 Gemfile
itamae-1.5.2 Gemfile
itamae-1.5.1 Gemfile
itamae-1.5.0 Gemfile
itamae-1.4.5 Gemfile
itamae-1.4.4 Gemfile
itamae-1.4.3 Gemfile
itamae-1.4.2 Gemfile
itamae-1.4.1 Gemfile
itamae-1.4.0 Gemfile
itamae-1.3.6 Gemfile
itamae-1.3.5 Gemfile
itamae-1.3.4 Gemfile
itamae-1.3.3 Gemfile
itamae-1.3.2 Gemfile
itamae-1.3.1 Gemfile
itamae-1.3.0 Gemfile