controller_commands 0.1.0 → 0.1.1

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: 9ea58b30f1609f0e4d4c3987c6ba770d58372aa2
4
- data.tar.gz: c10c17c3f353192893da6924e791b434aba0e193
3
+ metadata.gz: 36bafb17cd8fd87bc3e0620cdb2039455756a137
4
+ data.tar.gz: dd9be985a889af52c7da67708620f112edda743a
5
5
  SHA512:
6
- metadata.gz: f533e1e86aa704390097e8515720b317d0c1ce014d4fcbce98e4d50223dfb3ad3a1a2a95d1cc3488e0e1ba69ecdfece864447b0735c14786df28cf4ed6817064
7
- data.tar.gz: 21d38a657f02518fb84696c6557180bf305a07f553a62095edb94b44329f99dc44fb2541f42cc1fc1abac68c201a5c06616cd0040cf01949e21551994390cca0
6
+ metadata.gz: df277e23aff68fa1d2ffb4f71500c68bdd5db7f13011aa013de283f7a0467c06fb3ec796f710e82517d6f1c588680be4ef804fc7f3efbafc1cd3ff9eafca155f
7
+ data.tar.gz: 588f52c7e4a644dca8c2911c6670866965a8d1db4add06b692ffc358c96c7a0a9abbea536b11e87e689dddd9d1e8da847c635d871ac9cc674ed806a3790ec1a1
data/.gitignore ADDED
@@ -0,0 +1,8 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- controller_commands (0.1.0)
4
+ controller_commands (0.1.1)
5
5
  dry-validation (~> 0.11)
6
6
  hash_key_transformer (~> 0.1)
7
7
  rails (>= 4.2)
@@ -22,7 +22,7 @@ module ControllerCommands
22
22
  @success_message_block&.call
23
23
  end
24
24
 
25
- def handle_command(&block)
25
+ def process_command(&block)
26
26
  @perform_block = block
27
27
  end
28
28
 
@@ -1,3 +1,3 @@
1
1
  module ControllerCommands
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: controller_commands
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Rood
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-04-06 00:00:00.000000000 Z
11
+ date: 2018-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -88,6 +88,7 @@ executables: []
88
88
  extensions: []
89
89
  extra_rdoc_files: []
90
90
  files:
91
+ - ".gitignore"
91
92
  - ".ruby-version"
92
93
  - Gemfile
93
94
  - Gemfile.lock