Sha256: 97d7099b1522956f141c85b0015c255f1bfd35b796b93de7d418ae658e6304c4

Contents?: true

Size: 1014 Bytes

Versions: 2

Compression:

Stored size: 1014 Bytes

Contents

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

$:.unshift(File.join(File.dirname(__FILE__), 'lib'))

require 'murlsh/version'

Gem::Specification.new do |s|
  s.name = 'murlsh'
  s.version = Murlsh::VERSION
  s.summary = 'Host your bookmarks or maintain a link blog'
  s.description = s.summary
  s.homepage = 'https://github.com/mmb/murlsh'
  s.authors = ['Matthew M. Boedicker']
  s.email = %w{matthewm@boedicker.org}

  s.required_rubygems_version = '>= 1.3.6'

  %w{
    activerecord
    aws-s3
    bcrypt-ruby
    builder
    htmlentities
    json
    nokogiri
    plumnailer
    postrank-uri
    public_suffix_service
    push-notify
    rack
    rack-cache
    rack-rewrite
    rack-throttle
    rmagick
    rmail
    sqlite3
    tinyatom
    treetop
    twitter
    }.each { |g| s.add_dependency g }

  %w{
    fakeweb
    flog
    rack-test
    rspec
    }.each { |g| s.add_development_dependency g }

  s.files = `git ls-files`.split("\n")
  s.test_files = `git ls-files spec/*`.split("\n")
  s.executables = %w{murlsh}
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
murlsh-1.6.1 murlsh.gemspec
murlsh-1.6.0 murlsh.gemspec