Sha256: 1bb34dbb2a49056780933e016995779db2396d19820b1b2abce0e7d0cdfc83e9
Contents?: true
Size: 1.65 KB
Versions: 1
Compression:
Stored size: 1.65 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'space2dash/version' Gem::Specification.new do |spec| spec.name = 'space2dash' spec.version = Space2dash::VERSION spec.authors = ['sachin21'] spec.email = ['sachin21.developer@gmail.com'] spec.description = 'Change the space into dash' spec.summary = 'Change the space into dash' spec.homepage = 'http://github.com/sachin21/space2dash' spec.license = 'MIT' 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) # space2dash has outputted 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
space2dash-0.0.4 | space2dash.gemspec |