space2dash 0.0.2 → 0.0.3

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e0170e93920d94809608505e78cd651b1199b8b3
4
- data.tar.gz: 02b54fe47c60a24f6d3093c4cef6dfede328718e
3
+ metadata.gz: fba88b9e9e7faf0cc9658daf8603f5839fa4e7c7
4
+ data.tar.gz: 0f7bb29795aaf7943e3628b98a89f9c2a4250865
5
5
  SHA512:
6
- metadata.gz: 46b2fab8b3a6c59cd52e4de7f3588b60019bcdbfbca758faae8c9d7625c2dddaa23aaaf134d64a671dd022ffad37bf184c596445ac79242100e23273eb654605
7
- data.tar.gz: e8f92fac96af3480711cab0d2670b8ba69256fde49c2c6292e6202873b10aaee6c8b9dc434e187dd56579d423092941e07417aaade134c038c66c3305be6c27a
6
+ metadata.gz: 4160baa9780e1b0df67ac0b54229619aea2873911d6b64f812b2e3c2d5dbafdf86a8ca79876641c8809580f64967551200fb72faa4be5a1149626e3a49445a1e
7
+ data.tar.gz: a9ceb59bc02d3fa7de1a9d2df7a66b40afbc80a6b129341855e027e1118d4d291607ef3b697dd96e8e722d9c57f534cd9fe58a6c05208b51d20b4caf45cbe9cf
@@ -1,3 +1,3 @@
1
1
  module Space2dash
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
data/space2dash.gemspec CHANGED
@@ -18,6 +18,29 @@ Gem::Specification.new do |spec|
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ['lib']
20
20
 
21
+ spec.post_install_message = %q{
22
+ __________________________________________________________
23
+ ..........................................................
24
+ __________________________________________________________
25
+
26
+ Thank you for installing space2dash.
27
+
28
+ ************************* Usage **************************
29
+
30
+ From the terminal:
31
+
32
+ $ space2dash new branch -c
33
+ => Switched to the new branch 'new-branch’
34
+
35
+ Or
36
+
37
+ $ git branch -m $(space2dash renamed branch) # Output to the standard output
38
+
39
+ ----------------------------------------------------------
40
+ ..........................................................
41
+ __________________________________________________________
42
+ }
43
+
21
44
  spec.add_development_dependency 'bundler', '~> 1.3'
22
45
  spec.add_development_dependency 'rake'
23
46
  spec.add_development_dependency 'rspec'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: space2dash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - sachin21
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-30 00:00:00.000000000 Z
11
+ date: 2015-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -90,7 +90,14 @@ homepage: http://github.com/sachin21/space2dash
90
90
  licenses:
91
91
  - MIT
92
92
  metadata: {}
93
- post_install_message:
93
+ post_install_message: "\n __________________________________________________________\n
94
+ \ ..........................................................\n __________________________________________________________\n\n
95
+ \ Thank you for installing space2dash.\n\n ************************* Usage
96
+ **************************\n\n From the terminal:\n\n $ space2dash new branch
97
+ -c\n => Switched to the new branch 'new-branch’\n\n Or\n\n $ git branch
98
+ -m $(space2dash renamed branch) # Output to the standard output\n\n ----------------------------------------------------------\n
99
+ \ ..........................................................\n __________________________________________________________\n
100
+ \ "
94
101
  rdoc_options: []
95
102
  require_paths:
96
103
  - lib