Sha256: 276296124dc0e0795739ff4c89ca0bac00b49277ebe11486f06d619c9b41c141
Contents?: true
Size: 1.19 KB
Versions: 1
Compression:
Stored size: 1.19 KB
Contents
# -*- encoding: utf-8 -*- require File.expand_path("../lib/centrum_faktur/version", __FILE__) Gem::Specification.new do |gem| gem.authors = ["Wojciech Wnętrzak"] gem.email = ["w.wnetrzak@gmail.com"] gem.description = %q{Ruby client for Centrum Faktur API} gem.summary = %q{Ruby client for Centrum Faktur API} gem.homepage = "https://github.com/morgoth/centrum_faktur" gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = "centrum_faktur" gem.require_paths = ["lib"] gem.version = CentrumFaktur::VERSION gem.add_dependency "multi_json", "~> 1.3.2" gem.add_development_dependency "fakeweb" gem.post_install_message = %{ ************************************************************************* Interface of version 0.3 of this gem will change with backward incompatibilities. If you don't want to update your code, please specify in your Gemfile: gem "centrum_faktur", "~> 0.2.0" ************************************************************************* } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
centrum_faktur-0.2.2 | centrum_faktur.gemspec |