Sha256: ec45003293a6e8f9bb621aa8e0e678877e12a54af0da1287e663d1c5f7c43242

Contents?: true

Size: 1.06 KB

Versions: 4

Compression:

Stored size: 1.06 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'twurl/version'

Gem::Specification.new do |spec|
  spec.add_dependency 'oauth', '~> 0.4'
  spec.add_development_dependency 'bundler', '~> 1.0'
  spec.authors = ["Marcel Molina", "Erik Michaels-Ober"]
  spec.description = %q{Curl for the Twitter API}
  spec.email = ['marcel@twitter.com']
  spec.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  spec.extra_rdoc_files = %w(COPYING INSTALL README)
  spec.files = `git ls-files`.split("\n")
  spec.homepage = 'http://github.com/marcel/twurl'
  spec.licenses = ['MIT']
  spec.name = 'twurl'
  spec.rdoc_options = ['--title', 'twurl -- OAuth-enabled curl for the Twitter API', '--main', 'README', '--line-numbers', '--inline-source']
  spec.require_paths = ['lib']
  spec.required_rubygems_version = '>= 1.3.5'
  spec.rubyforge_project = 'twurl'
  spec.summary = spec.description
  spec.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
  spec.version = Twurl::Version
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
twurl-0.9.1 twurl.gemspec
twurl-0.9.0 twurl.gemspec
twurl-0.8.3 twurl.gemspec
twurl-0.8.2 twurl.gemspec