Sha256: be2d9be92e8f20b12f8f164457916de11711da65167d3ee7ada1c564790a9433

Contents?: true

Size: 847 Bytes

Versions: 6

Compression:

Stored size: 847 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "stringfu/version"

Gem::Specification.new do |s|
  s.name        = "stringfu"
  s.version     = Stringfu::VERSION
  s.authors     = ["Eric Wu"]
  s.email       = ["me@eywu.com"]
  s.homepage    = "http://stringfu.com"
  s.summary     = %q{Manipulating words like a grandmasta}
  s.description = %q{Extending String with methods to stem, count, and clean words}

  s.rubyforge_project = "stringfu"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  # specify any dependencies here; for example:
  # s.add_development_dependency "rspec"
  # s.add_runtime_dependency "rest-client"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
stringfu-0.0.6 stringfu.gemspec
stringfu-0.0.5 stringfu.gemspec
stringfu-0.0.4 stringfu.gemspec
stringfu-0.0.3 stringfu.gemspec
stringfu-0.0.2 stringfu.gemspec
stringfu-0.0.1 stringfu.gemspec