Sha256: 95cbf4b22c02997cfad743bffdc46f3ab5f1304f5bf6b66236f0cdc2465b416f

Contents?: true

Size: 944 Bytes

Versions: 2

Compression:

Stored size: 944 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/tumblr/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Mark Wunsch"]
  gem.email         = ["mark@markwunsch.com"]
  gem.description   = %q{Ruby library and command line utility to interact with the Tumblr API.}
  gem.summary       = %q{Ruby library and command line utility to interact with Tumblr.}
  gem.homepage      = %q{http://github.com/mwunsch/tumblr}

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "tumblr-rb"
  gem.require_paths = ["lib"]
  gem.version       = Tumblr::VERSION

  gem.add_runtime_dependency "weary", "~> 1.1.0"
  gem.add_runtime_dependency "sinatra", "~> 1.4.0"
  gem.add_runtime_dependency "thor", "~> 0.18.0"
  gem.add_runtime_dependency "launchy", "~> 2.1.2"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tumblr-rb-2.1.1 tumblr-rb.gemspec
tumblr-rb-2.1.0 tumblr-rb.gemspec