# -*- encoding: utf-8 -*- # stub: ivapi 1.0.3 ruby lib Gem::Specification.new do |s| s.name = "ivapi".freeze s.version = "1.0.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 = ["Justas Palumickas".freeze] s.date = "2013-07-15" s.description = " Gem which helps to communicate with iv.lt API ".freeze s.email = ["justas@elish.lt".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "ivapi.gemspec".freeze, "lib/faraday/response/raise_ivapi_error.rb".freeze, "lib/ivapi.rb".freeze, "lib/ivapi/authentication.rb".freeze, "lib/ivapi/client.rb".freeze, "lib/ivapi/client/account.rb".freeze, "lib/ivapi/client/server.rb".freeze, "lib/ivapi/configuration.rb".freeze, "lib/ivapi/connection.rb".freeze, "lib/ivapi/error.rb".freeze, "lib/ivapi/request.rb".freeze, "lib/ivapi/version.rb".freeze, "spec/fixtures/account_bonuses.json".freeze, "spec/fixtures/account_info.json".freeze, "spec/fixtures/account_orders.json".freeze, "spec/fixtures/account_services.json".freeze, "spec/fixtures/server_change.json".freeze, "spec/fixtures/server_domain.json".freeze, "spec/fixtures/server_firewall.json".freeze, "spec/fixtures/server_flush_iptables.json".freeze, "spec/fixtures/server_graphs.json".freeze, "spec/fixtures/server_info.json".freeze, "spec/fixtures/server_os.json".freeze, "spec/fixtures/server_reboot.json".freeze, "spec/fixtures/server_recreate.json".freeze, "spec/fixtures/server_reset_password.json".freeze, "spec/fixtures/server_tasks.json".freeze, "spec/fixtures/version.json".freeze, "spec/ivapi/client/account_spec.rb".freeze, "spec/ivapi/client/server_spec.rb".freeze, "spec/ivapi/client_spec.rb".freeze, "spec/ivapi_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/jpalumickas/ivapi/".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Gem which helps to communicate with iv.lt API".freeze s.test_files = ["spec/fixtures/account_bonuses.json".freeze, "spec/fixtures/account_info.json".freeze, "spec/fixtures/account_orders.json".freeze, "spec/fixtures/account_services.json".freeze, "spec/fixtures/server_change.json".freeze, "spec/fixtures/server_domain.json".freeze, "spec/fixtures/server_firewall.json".freeze, "spec/fixtures/server_flush_iptables.json".freeze, "spec/fixtures/server_graphs.json".freeze, "spec/fixtures/server_info.json".freeze, "spec/fixtures/server_os.json".freeze, "spec/fixtures/server_reboot.json".freeze, "spec/fixtures/server_recreate.json".freeze, "spec/fixtures/server_reset_password.json".freeze, "spec/fixtures/server_tasks.json".freeze, "spec/fixtures/version.json".freeze, "spec/ivapi/client/account_spec.rb".freeze, "spec/ivapi/client/server_spec.rb".freeze, "spec/ivapi/client_spec.rb".freeze, "spec/ivapi_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.8".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.9".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.3".freeze]) end