space2dash.gemspec in space2dash-0.0.2 vs space2dash.gemspec in space2dash-0.0.3
- old
+ new
@@ -16,9 +16,32 @@
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']
+ spec.post_install_message = %q{
+ __________________________________________________________
+ ..........................................................
+ __________________________________________________________
+
+ Thank you for installing space2dash.
+
+ ************************* Usage **************************
+
+ From the terminal:
+
+ $ space2dash new branch -c
+ => Switched to the new branch 'new-branch’
+
+ Or
+
+ $ git branch -m $(space2dash renamed branch) # Output to the standard output
+
+ ----------------------------------------------------------
+ ..........................................................
+ __________________________________________________________
+ }
+
spec.add_development_dependency 'bundler', '~> 1.3'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec'
spec.add_development_dependency 'pry'
end