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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d55d8482b89228df344e46d877325f8417adfc68
4
- data.tar.gz: 9cfc5bec4f6507f14b2faeaf7132f3261cbc6859
3
+ metadata.gz: cacda010c778d9465e5340332bbe5290d1774871
4
+ data.tar.gz: 5053602fafda3507cedff0043f35e7ccc04cbd70
5
5
  SHA512:
6
- metadata.gz: 8c081e6e009b6a34ca233f2f116cbb9ddff6f99a1521494637e7be6770ffcf3fbfe5e09e9b3e4b91ae654f408560641083545fe88a46160ff37085756765c2d9
7
- data.tar.gz: 94659b96a2f68214b3af7ec6d66989a90ad27191ee9479b2d58831b97d9638cafcaf798163f93660fe90e22afa44ca849659657af36935916fd4a152a179ecb9
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
- # *args - Some arguments :)
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
 
@@ -1,7 +1,7 @@
1
1
  module Speedflow
2
2
  module Plugin
3
3
  module Test
4
- VERSION = '0.1.11'.freeze
4
+ VERSION = '0.1.12'.freeze
5
5
  end
6
6
  end
7
7
  end
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.11
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-20 00:00:00.000000000 Z
11
+ date: 2016-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler