synthesis 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
data/COPYING CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2007 nutrun.com, Stuart Caborn, George Malamidis
1
+ Copyright (c) 2007-2009 nutrun.com, Stuart Caborn, George Malamidis
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  of this software and associated documentation files (the "Software"), to
@@ -7,7 +7,7 @@ module Synthesis
7
7
  raise "Invalid adapter: #{adapter}"
8
8
  end
9
9
  Adapter.load(pattern).run
10
- at_exit { Reporter.report(formatter, formatter_out) unless $! }
10
+ at_exit { exit Reporter.report(formatter, formatter_out) unless $! }
11
11
  end
12
12
  end
13
13
  end
data/synthesis.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  GEMSPEC =Gem::Specification.new do |s|
2
2
  s.name = 'synthesis'
3
- s.version = '0.2.5'
3
+ s.version = '0.2.6'
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.rubyforge_project = "synthesis"
6
6
  s.summary, s.description = 'A tool for Synthesized Testing'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: synthesis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stuart Caborn, George Malamidis, Danilo Sato
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-12-11 00:00:00 +00:00
12
+ date: 2009-01-08 00:00:00 +00:00
13
13
  default_executable:
14
14
  dependencies: []
15
15