# -*- encoding: utf-8 -*- # stub: string-pad 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "string-pad".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["youpy".freeze] s.date = "2016-03-24" s.description = "Creates a new string by concatenating enough leading zero-width pad characters to an original string to achieve a specified total length.".freeze s.email = ["youpy@buycheapviagraonlinenow.com".freeze] s.files = [".document".freeze, ".gitignore".freeze, ".rspec".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "lib/string/pad.rb".freeze, "spec/spec_helper.rb".freeze, "spec/string-pad_spec.rb".freeze, "string-pad.gemspec".freeze] s.homepage = "http://github.com/youpy/string-pad".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Creates a new string by concatenating enough leading zero-width pad characters to an original string to achieve a specified total length.".freeze s.test_files = ["spec/spec_helper.rb".freeze, "spec/string-pad_spec.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 2.8.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.12".freeze]) end