Sha256: 70c8d8d95e8b0113055d07bc8c4a275a4b1896e7f5c617aa60485b9670b89922

Contents?: true

Size: 1020 Bytes

Versions: 11

Compression:

Stored size: 1020 Bytes

Contents

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

require 'octobat/version'

spec = Gem::Specification.new do |s|
  s.name = 'octobat'
  s.version = Octobat::VERSION
  s.summary = 'Ruby bindings for the Octobat API'
  s.description = 'Octobat is the easiest way to generate invoices online. See https://www.octobat.com for details.'
  s.authors = ['Gaultier Laperche']
  s.email = ['gaultier@octobat.com']
  s.homepage = 'https://www.octobat.com/api'
  s.license = 'MIT'

  s.add_dependency('rest-client', '~> 1.4')
  s.add_dependency('mime-types', '>= 1.25', '< 3.0')
  s.add_dependency('json', '~> 1.8.1')

  #s.add_development_dependency('mocha', '~> 0.13.2')
  #s.add_development_dependency('shoulda', '~> 3.4.0')
  #s.add_development_dependency('test-unit')
  #s.add_development_dependency('rake')

  s.files = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- test/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ['lib']
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
octobat-0.0.12 octobat.gemspec
octobat-0.0.11 octobat.gemspec
octobat-0.0.10 octobat.gemspec
octobat-0.0.9 octobat.gemspec
octobat-0.0.8 octobat.gemspec
octobat-0.0.7 octobat.gemspec
octobat-0.0.6 octobat.gemspec
octobat-0.0.5 octobat.gemspec
octobat-0.0.4 octobat.gemspec
octobat-0.0.3 octobat.gemspec
octobat-0.0.2 octobat.gemspec