Sha256: fccb7c6ef35f00528ccbe09cf4c0dc3e263dbcb50e41e2a491cb36b549338df0
Contents?: true
Size: 1.16 KB
Versions: 2
Compression:
Stored size: 1.16 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "gem_suit/version" Gem::Specification.new do |s| s.name = "gem_suit" s.version = GemSuit::VERSION::STRING s.platform = Gem::Platform::RUBY s.authors = ["Paul Engel"] s.email = ["paul.engel@holder.nl"] s.homepage = "https://github.com/archan937/gem_suit" s.summary = %q{Test the entire usage workflow (including the generators) of your newly generated or existing gem within Rails 2 and 3 and make the gem development mobile} s.description = %q{Test the entire usage workflow (including the generators) of your newly generated or existing gem within Rails 2 and 3 and make the gem development mobile} s.rubyforge_project = "gem_suit" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_dependency "rich_support", "~> 0.1.0" s.add_dependency "thor" , "~> 0.14.6" s.add_dependency "capybara" , "~> 0.4.1.2" s.add_dependency "launchy" , "~> 0.4.0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gem_suit-0.1.1 | gem_suit.gemspec |
gem_suit-0.1.0 | gem_suit.gemspec |