action_commander 1.0.4 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YTlhY2I3YjMyN2UyNTg4Y2RkZDhjZmI3ZWVmYzA5MWUxYWZhOTQzOA==
4
+ YmZkYmQ1MGFmZDVhZTg1Zjc3YzEzMGIwNzY1MzQyZjcxMDFiNmRkOQ==
5
5
  data.tar.gz: !binary |-
6
- ZGJhZmQ5NjI3ODM2ZGI1ZDA4ZDAzM2I4MzMzZTUyOGVhZDAwZjA5Zg==
6
+ MmUzYTJkYWI5Yjg1MGI3MmExNTZiNmFlNDgxOGUyMWFkNzU5MzNiNA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZjljNzJiYzcxOTk5NjRjNTZiMzc1YTVlMjAxOGUyMjEzNTE3ZmUwMTY1OWRm
10
- YzY5ZTBmMmJmMTdkN2ViZmM1YWRjMzA1MzBlZTNkOTE2M2Q5MWM5Yjg2YWEz
11
- Nzg5NDQyMjQ5YmY5ODYwNDU1OGEzNmQxZjAzMGM4OTJiNmRlODI=
9
+ MDlkZmFmYmZlMjVjMWVkMzg4Nzk5ZmFlYjNmNzZhYTE1NWE3ZGU0ZWRiMzhj
10
+ MDYwYWJlZTRmYjZlNzVkM2I0YTcwOTk2OTk5N2ZjYjlhYWU0YTA3NzkzMjlj
11
+ ZTZmYTI2NjU4Y2Q2ODM2NTlmNmJlNTYwNWY0ZjM0ZGZiODkzMmY=
12
12
  data.tar.gz: !binary |-
13
- MWUxMzE2YWJjNWIzZmViZTdkYjJmN2EwN2Y5NDljYzA2YWYwMWMxMjA1OWU4
14
- ZjA2ZTIzYzg4ZjNlYjIyMmIxZmYzY2VhYjVhNGMzZjQ4MTE5NDM5NTFjZjAx
15
- NWFiZjZhNTFmM2ViMTkyZDQyZDg5NWU0MThhMGUyODYzYTFjM2Q=
13
+ MDljYzQ1MDliODZiYjU3M2U0ZmFiYzQwYjllYjBjZTg3ODVhYjhjYWIzNjIw
14
+ NjkzMTkyODgxZjEzMzgxZGE3NjE5NDg3MjY1MmI3NGMzN2U0MGE2ZWVhNTRk
15
+ OWI1ZGQ1OThiYzc3MTBiN2UzZGY3OGVmNjZlMDAyOTA4M2UyYWM=
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # ActionCommander
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/action_commander.svg)](http://badge.fury.io/rb/action_commander)
4
+
3
5
  Solution based on the [jimweirich/wyriki][jww].
4
6
  This pattern is useful, when you need to separate an interface from a business logic.
5
7
 
@@ -1,3 +1,3 @@
1
1
  module ActionCommander
2
- VERSION = '1.0.4'
2
+ VERSION = '1.0.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: action_commander
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Szymon Kopciewski