synthesis 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ module Synthesis
11
11
  attr_accessor :args
12
12
 
13
13
  def initialize(receiver, method, track, args, return_values)
14
- @receiver, @method, @track, @args = receiver, method, track, args
14
+ @receiver, @method, @track, @args = receiver, method.to_sym, track, args
15
15
  @return_values = return_values
16
16
  end
17
17
 
@@ -1,6 +1,6 @@
1
1
  GEMSPEC =Gem::Specification.new do |s|
2
2
  s.name = 'synthesis'
3
- s.version = '0.2.3'
3
+ s.version = '0.2.4'
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.3
4
+ version: 0.2.4
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-11-16 00:00:00 +00:00
12
+ date: 2008-12-07 00:00:00 +00:00
13
13
  default_executable:
14
14
  dependencies: []
15
15