# -*- encoding: utf-8 -*-
# stub: string_replacer 0.0.1 ruby lib

Gem::Specification.new do |s|
  s.name = "string_replacer".freeze
  s.version = "0.0.1".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Seamus Abshere".freeze]
  s.date = "2010-09-22"
  s.description = "For example, if you need to make sure that a particular package is unmasked in /etc/portage/package.keywords/local, you can use string_replacer to put it there without disturbing the other lines.".freeze
  s.email = "seamus@abshere.net".freeze
  s.executables = ["string_replacer".freeze]
  s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze]
  s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/string_replacer".freeze, "lib/string_replacer.rb".freeze, "string_replacer.gemspec".freeze, "test/helper.rb".freeze, "test/test_string_replacer.rb".freeze]
  s.homepage = "http://github.com/seamusabshere/string_replacer".freeze
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Repeatedly replace text in a file without disturbing the rest of the file.".freeze
  s.test_files = ["test/helper.rb".freeze, "test/test_string_replacer.rb".freeze]
end