synthesis 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/synthesis/expectation.rb +1 -1
- data/synthesis.gemspec +1 -1
- metadata +2 -2
@@ -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
|
|
data/synthesis.gemspec
CHANGED
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.
|
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-
|
12
|
+
date: 2008-12-07 00:00:00 +00:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|