Sha256: 7019db51fd8a7d7415e66ecd2d24698b4975915f8e4353e93d52655884f47aeb

Contents?: true

Size: 1.71 KB

Versions: 2

Compression:

Stored size: 1.71 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'space2underscore/version'

Gem::Specification.new do |spec|
  spec.name          = 'space2underscore'
  spec.version       = Space2underscore::VERSION
  spec.authors       = ['sachin21']
  spec.email         = ['sachin21.developer@gmail.com']
  spec.description   = 'Change the space into underscore'
  spec.summary       = 'Change the space into underscore'
  spec.homepage      = 'http://github.com/sachin21/space2underscore'
  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 space2underscore.

    ************************* Usage **************************

    From the terminal:

    $ space2underscore new branch -c
    =>  Switched to the new branch 'new_branch’

    Or

    $ git branch -m $(space2underscore renamed branch) # space2underscore 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

2 entries across 2 versions & 1 rubygems

Version Path
space2underscore-0.3.4 space2underscore.gemspec
space2underscore-0.3.3 space2underscore.gemspec