Sha256: 072ca1d7a40745087ff29864983da0f12b6605a625aa633c4edeb2c8a256e100
Contents?: true
Size: 1.07 KB
Versions: 4
Compression:
Stored size: 1.07 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require 'rconomic/version' Gem::Specification.new do |s| s.name = 'rconomic' s.summary = "Wrapper for e-conomic.dk's SOAP API." s.description = <<-EOS Ruby wrapper for the e-conomic SOAP API, that aims at making working with the API bearable. E-conomic is a web-based accounting system. For their marketing speak, see http://www.e-conomic.co.uk/about/. More details about their API at http://www.e-conomic.co.uk/integration/integration-partner/. EOS s.authors = ["Jakob Skjerning"] s.email = 'jakob@mentalized.net' s.homepage = 'https://github.com/lokalebasen/rconomic' s.version = Rconomic::VERSION s.platform = Gem::Platform::RUBY s.add_runtime_dependency "savon", "0.9.5" s.add_runtime_dependency "activesupport", "~> 3.0" s.files = `git ls-files`.split("\n").reject { |filename| ['.gitignore'].include?(filename) } s.test_files = `git ls-files -- {spec}/*`.split("\n") s.require_paths = ["lib"] end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rconomic-0.3 | rconomic.gemspec |
rconomic-0.2.1 | rconomic.gemspec |
rconomic-0.2.0 | rconomic.gemspec |
rconomic-0.1.0 | rconomic.gemspec |