Sha256: c557b6a0db78df8712824940f5104259788c5677115f37675715c1d92b08a5a0

Contents?: true

Size: 901 Bytes

Versions: 1

Compression:

Stored size: 901 Bytes

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |gem|
  gem.authors       = ["youpy"]
  gem.email         = ["youpy@buycheapviagraonlinenow.com"]
  gem.description   = "Creates a new string by concatenating enough leading zero-width pad characters to an original string to achieve a specified total length."
  gem.summary       = "Creates a new string by concatenating enough leading zero-width pad characters to an original string to achieve a specified total length."
  gem.homepage      = "http://github.com/youpy/string-pad"

  gem.files         = `git ls-files`.split("\n")
  gem.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.name          = "string-pad"
  gem.require_paths = ["lib"]
  gem.version       = "0.0.2"
  gem.license       = 'MIT'

  gem.add_development_dependency(%q<rspec>, ["~> 2.8.0"])
  gem.add_development_dependency(%q<rdoc>, ["~> 3.12"])
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
string-pad-0.0.2 string-pad.gemspec