Sha256: f1cd4ba5666194d0efae37d933ca1f7904016187dde933b72659e750cffae2fb

Contents?: true

Size: 797 Bytes

Versions: 1

Compression:

Stored size: 797 Bytes

Contents

# -*- encoding: utf-8 -*-
$LOAD_PATH.push File.expand_path('../lib', __FILE__)

Gem::Specification.new do |s|
  s.name        = 'teambox-permalink_fu'
  s.version     = '1.0.4'
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Gonçalo Silva", 'Charles Barbier']
  s.email       = ['goncalossilva@gmail.com', 'unixcharles@gmail.com']
  s.homepage    = 'http://rubygems.org/gems/teambox-permalink_fu'
  s.summary     = 'Fork of permalink_fu used at Teambox'
  s.description = 'Same functionality as the original one, except now it ' \
                  "doesn't accept numerical permalinks and is safer with" \
                  'unicode characters.'

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test}/*`.split("\n")
  s.require_paths = ['lib']
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
teambox-permalink_fu-1.0.4 teambox-permalink_fu.gemspec