Sha256: 72016d2f47c21b6c78c5092ed3e9592ff04991d1b3667d3fc08cc9d0d85b29f7

Contents?: true

Size: 858 Bytes

Versions: 5

Compression:

Stored size: 858 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"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
space2underscore-0.0.5 space2underscore.gemspec
space2underscore-0.0.4 space2underscore.gemspec
space2underscore-0.0.3 space2underscore.gemspec
space2underscore-0.0.2 space2underscore.gemspec
space2underscore-0.0.1 space2underscore.gemspec