# -*- encoding: utf-8 -*- # stub: centrum_faktur 0.2.2 ruby lib Gem::Specification.new do |s| s.name = "centrum_faktur".freeze s.version = "0.2.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Wojciech Wn\u0119trzak".freeze] s.date = "2012-07-30" s.description = "Ruby client for Centrum Faktur API".freeze s.email = ["w.wnetrzak@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "centrum_faktur.gemspec".freeze, "lib/centrum_faktur.rb".freeze, "lib/centrum_faktur/account.rb".freeze, "lib/centrum_faktur/comment.rb".freeze, "lib/centrum_faktur/connection.rb".freeze, "lib/centrum_faktur/customer.rb".freeze, "lib/centrum_faktur/estimate.rb".freeze, "lib/centrum_faktur/exceptions.rb".freeze, "lib/centrum_faktur/invoice.rb".freeze, "lib/centrum_faktur/payment.rb".freeze, "lib/centrum_faktur/user.rb".freeze, "lib/centrum_faktur/utils.rb".freeze, "lib/centrum_faktur/version.rb".freeze, "test/comment_test.rb".freeze, "test/configuration_test.rb".freeze, "test/connection_test.rb".freeze, "test/customer_test.rb".freeze, "test/fixtures/comments.txt".freeze, "test/fixtures/customers.txt".freeze, "test/fixtures/destroy_invoice.txt".freeze, "test/fixtures/destroy_invoice_404.txt".freeze, "test/fixtures/new_comment.txt".freeze, "test/fixtures/new_payment.txt".freeze, "test/fixtures/payments.txt".freeze, "test/fixtures/users.txt".freeze, "test/helper.rb".freeze, "test/invoice_test.rb".freeze, "test/payments_test.rb".freeze, "test/user_test.rb".freeze, "test/utils_test.rb".freeze] s.homepage = "https://github.com/morgoth/centrum_faktur".freeze s.post_install_message = "\n *************************************************************************\n\n Interface of version 0.3 of this gem will change with backward incompatibilities.\n\n If you don't want to update your code, please specify in your Gemfile:\n gem \"centrum_faktur\", \"~> 0.2.0\"\n\n *************************************************************************\n ".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Ruby client for Centrum Faktur API".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 1.3.2".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end