Sha256: 4ba9e032d6f9860cc0c523fe307b8625533e990be545fc8ed42f23a1f496f48d

Contents?: true

Size: 900 Bytes

Versions: 5

Compression:

Stored size: 900 Bytes

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   = 'Convert to underscore the space'
  spec.summary       = 'Convert to underscore the space'
  spec.homepage      = ''
  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.add_development_dependency 'bundler', '~> 1.3'
  spec.add_development_dependency 'rake'
  spec.add_development_dependency 'rspec'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
space2underscore-0.1.0 space2underscore.gemspec
space2underscore-0.0.9 space2underscore.gemspec
space2underscore-0.0.8 space2underscore.gemspec
space2underscore-0.0.7 space2underscore.gemspec
space2underscore-0.0.6 space2underscore.gemspec