Sha256: f105490180884e71fad6bde43fc320801f5a748a31fe61d564529abe2c2e9e91

Contents?: true

Size: 340 Bytes

Versions: 7

Compression:

Stored size: 340 Bytes

Contents

source :rubygems

# Specify your gem's dependencies in middleman-deploy.gemspec
gemspec

group :development do
  gem "rake",     "~> 0.9.2"
  gem "rdoc",     "~> 3.9"
  gem "yard",     "~> 0.8.0"
end

group :test do
  gem "cucumber", "~> 1.2.0"
  gem "fivemat"
  gem "aruba",    "~> 0.4.11"
  gem "rspec",    "~> 2.7"
  gem "simplecov"
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
middleman-deploy-with-notifications-0.0.30 Gemfile
middleman-deploy-0.0.11 Gemfile
middleman-deploy-0.0.10 Gemfile
middleman-deploy-0.0.9 Gemfile
middleman-deploy-0.0.8 Gemfile
middleman-deploy-0.0.7 Gemfile
middleman-deploy-0.0.6 Gemfile