SRUG-twitter-clone-client 0.1.3 → 0.1.4

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.
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 1
3
- :patch: 3
3
+ :patch: 4
4
4
  :major: 0
@@ -21,7 +21,7 @@ module TwitterClone
21
21
 
22
22
  def initialize
23
23
  @opts = Trollop::options do
24
- banner "Twitter clone RESTful client"
24
+ banner "Twitter clone RESTful client\nAvailable commands: show, create, delete"
25
25
  stop_on SUB_COMMANDS
26
26
  end
27
27
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: SRUG-twitter-clone-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Szymon Nowak