speedflow-plugin-test 0.1.11 → 0.1.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/speedflow/plugin/test.rb +3 -5
- data/lib/speedflow/plugin/test/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cacda010c778d9465e5340332bbe5290d1774871
|
4
|
+
data.tar.gz: 5053602fafda3507cedff0043f35e7ccc04cbd70
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: afe9b8492b410961d5631341ffa8585dd3f3e601118d885bb14d87c69e49db41b0398f111ed40af8c7921661e160a14b4644be75422e8111c2ae8a6049bafdc6
|
7
|
+
data.tar.gz: 4c7116921b98b8d2d9aaf5c8c4e39aa95a65f925d9c7b058fe5b593d9f41a63deb17d9cb7716d63feeeb463c37e00c77274476049b2b0a621e6dbcbfa324ba6b
|
@@ -10,16 +10,14 @@ module Speedflow
|
|
10
10
|
#
|
11
11
|
# Method used to catch others methods to test.
|
12
12
|
#
|
13
|
-
#
|
13
|
+
# args - Some arguments :)
|
14
14
|
#
|
15
|
-
# Returns arguments.
|
15
|
+
# Returns Hash of arguments.
|
16
16
|
def method_missing(*args)
|
17
17
|
action = args.first
|
18
18
|
arguments = args.last
|
19
19
|
|
20
|
-
if action.to_s == 'action_no_method'
|
21
|
-
raise NoMethodError
|
22
|
-
end
|
20
|
+
raise NoMethodError if action.to_s == 'action_no_method'
|
23
21
|
|
24
22
|
puts "Load: #{action} with args: #{arguments}"
|
25
23
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: speedflow-plugin-test
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Julien Breux
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-03-
|
11
|
+
date: 2016-03-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|