# -*- encoding: utf-8 -*- # stub: figo 1.3.3 ruby lib Gem::Specification.new do |s| s.name = "figo".freeze s.version = "1.3.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Denys Zaliskyi".freeze] s.date = "2016-12-09" s.description = "Library to easily use the API of http://figo.io".freeze s.email = ["dz@figo.me".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "config.yml".freeze, "console_demo.rb".freeze, "figo.gemspec".freeze, "lib/account/api_call.rb".freeze, "lib/account/model.rb".freeze, "lib/account_balance/api_call.rb".freeze, "lib/account_balance/model.rb".freeze, "lib/authentification/api_call.rb".freeze, "lib/bank/api_call.rb".freeze, "lib/bank/model.rb".freeze, "lib/base.rb".freeze, "lib/cacert.pem".freeze, "lib/figo.rb".freeze, "lib/helpers/error.rb".freeze, "lib/helpers/https.rb".freeze, "lib/notification/api_call.rb".freeze, "lib/notification/model.rb".freeze, "lib/payment/api_call.rb".freeze, "lib/payment/model.rb".freeze, "lib/process/api_call.rb".freeze, "lib/process/model.rb".freeze, "lib/security/api_call.rb".freeze, "lib/security/model.rb".freeze, "lib/standing_order/api_call.rb".freeze, "lib/standing_order/model.rb".freeze, "lib/synchronization_status/api_call.rb".freeze, "lib/synchronization_status/model.rb".freeze, "lib/task/api_call.rb".freeze, "lib/task/model.rb".freeze, "lib/transaction/api_call.rb".freeze, "lib/transaction/model.rb".freeze, "lib/user/api_call.rb".freeze, "lib/user/model.rb".freeze, "test/config.yml".freeze, "test/test_account_sync_and_setup.rb".freeze, "test/test_accounts.rb".freeze, "test/test_authentififcation.rb".freeze, "test/test_business_processes.rb".freeze, "test/test_figo.rb".freeze, "test/test_notifications.rb".freeze, "test/test_payments.rb".freeze, "test/test_securities.rb".freeze, "test/test_standing_orders.rb".freeze, "test/test_transactions.rb".freeze, "test/test_user_management.rb".freeze, "web_demo/app.rb".freeze, "web_demo/public/banking.css".freeze, "web_demo/public/favicon.ico".freeze, "web_demo/views/index.erb".freeze, "web_demo/views/layout.erb".freeze] s.homepage = "https://github.com/figo-connect/ruby-figo".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "API wrapper for figo Connect.".freeze s.test_files = ["test/config.yml".freeze, "test/test_account_sync_and_setup.rb".freeze, "test/test_accounts.rb".freeze, "test/test_authentififcation.rb".freeze, "test/test_business_processes.rb".freeze, "test/test_figo.rb".freeze, "test/test_notifications.rb".freeze, "test/test_payments.rb".freeze, "test/test_securities.rb".freeze, "test/test_standing_orders.rb".freeze, "test/test_transactions.rb".freeze, "test/test_user_management.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end