public
Description: Better autotest for RSpec & Cucumber with Spork support on OS X. (The GUI version has moved to rubyphunk/rspactor-gui)
Homepage:
Clone URL: git://github.com/rubyphunk/rspactor.git
Click here to lend your support to: rspactor and make a donation at www.pledgie.com !
rspactor / rspactor.gemspec
100644 30 lines (25 sloc) 1.468 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
# -*- encoding: utf-8 -*-
 
Gem::Specification.new do |s|
  s.name = %q{rspactor}
  s.version = "0.5.4"
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Andreas Wolff", "Mislav Marohni\304\207", "Pelle Braendgaard", "Thibaud Guillaume-Gentil"]
  s.date = %q{2009-10-10}
  s.default_executable = %q{rspactor}
  s.description = %q{read summary!}
  s.email = %q{rubyphunk@gmail.com}
  s.executables = ["rspactor"]
  s.files = ["Rakefile", "bin/rspactor", "lib/cucumber_growler.rb", "lib/rspactor", "lib/rspactor/celerity.rb", "lib/rspactor/growl.rb", "lib/rspactor/inspector.rb", "lib/rspactor/interactor.rb", "lib/rspactor/listener.rb", "lib/rspactor/runner.rb", "lib/rspactor/spork.rb", "lib/rspactor.rb", "lib/rspec_growler.rb", "images/failed.png", "images/pending.png", "images/success.png", "spec/inspector_spec.rb", "spec/listener_spec.rb", "spec/runner_spec.rb", "LICENSE"]
  s.homepage = %q{http://github.com/rubyphunk/rspactor}
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.5}
  s.summary = %q{RSpactor is a command line tool to automatically run your changed specs & cucumber features (much like autotest).}
 
  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3
 
    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end