Sha256: 707bdc9746c650339d889f26443142cfa7cadef6c3ed8f3877711a7a00e40270

Contents?: true

Size: 627 Bytes

Versions: 2

Compression:

Stored size: 627 Bytes

Contents

# coding: utf-8
$:.push File.expand_path("../lib", __FILE__)
require "fastbill-automatic/version"

Gem::Specification.new do |s|
  s.name        = "fastbill-automatic"
  s.version     = Fastbill::Automatic::VERSION
  s.authors     = ["Sascha Korth"]
  s.email       = ["sascha.korth@zweitag.de"]
  s.homepage    = "https://github.com/skorth/fastbill-automatic"
  s.summary     = %q{API wrapper for Fastbill.}
  s.description = %q{API wrapper for Fastbill.}
  s.license     = "MIT"

  s.files         = `git ls-files`.split("\n")
  s.require_paths = ["lib"]

  s.add_dependency "json"
  s.add_development_dependency "rspec"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fastbill-automatic-0.0.4 fastbill-automatic.gemspec
fastbill-automatic-0.0.3 fastbill-automatic.gemspec