Sha256: ebaf6678fb36a768da3833723d66e3572de083cf7bc2df52bf00e16f22be7f84

Contents?: true

Size: 928 Bytes

Versions: 1

Compression:

Stored size: 928 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "punchr"
  s.version     = Punchr::VERSION
  s.authors     = ["David Czarnecki"]
  s.email       = ["me@davidczarnecki.com"]
  s.homepage    = "https://github.com/punchfork/punchr"
  s.summary     = "Ruby gem for interacting with the Punchfork API"
  s.description = "Ruby gem for interacting with the Punchfork API"

  s.rubyforge_project = "punchr"

  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"]

  s.add_dependency('typhoeus')

  s.add_development_dependency('rake')
  s.add_development_dependency('rspec')
  s.add_development_dependency('vcr')
  s.add_development_dependency('multi_json')
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
punchr-1.0.0 punchr.gemspec