freelancing-god / ginger

Run specs/tests multiple times through different gem versions

commit  d898447e8ab231d10c3e96d710bad37694482ddf
tree    ffbab541a5a85a34609be6678238ae67990f0710
parent  5679aa20185bc9321336727ebc185cc3612eb489
ginger / ginger.gemspec
100644 34 lines (29 sloc) 1.457 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# -*- encoding: utf-8 -*-
 
Gem::Specification.new do |s|
  s.name = %q{ginger}
  s.version = "1.1.0"
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Pat Allan"]
  s.date = %q{2009-05-19}
  s.default_executable = %q{ginger}
  s.description = %q{Run specs/tests multiple times through different gem versions.}
  s.email = %q{pat@freelancing-gods.com}
  s.executables = ["ginger"]
  s.files = ["lib/ginger/configuration.rb", "lib/ginger/kernel.rb", "lib/ginger/scenario.rb", "lib/ginger.rb", "LICENCE", "README.textile", "spec/ginger/configuration_spec.rb", "spec/ginger/kernel_spec.rb", "spec/ginger/scenario_spec.rb", "spec/ginger_spec.rb", "bin/ginger"]
  s.has_rdoc = true
  s.homepage = %q{http://github.com/freelancing_god/ginger/tree}
  s.rdoc_options = ["--title", "Ginger", "--line-numbers"]
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{ginger}
  s.rubygems_version = %q{1.3.1}
  s.summary = %q{Run specs/tests multiple times through different gem versions.}
  s.test_files = ["spec/ginger/configuration_spec.rb", "spec/ginger/kernel_spec.rb", "spec/ginger/scenario_spec.rb", "spec/ginger_spec.rb"]
 
  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 2
 
    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end