# -*- encoding: utf-8 -*- # stub: athena_health 1.0.35 ruby lib Gem::Specification.new do |s| s.name = "athena_health".freeze s.version = "1.0.35".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Mateusz Urba\u0144ski".freeze] s.bindir = "exe".freeze s.date = "2016-07-14" s.description = "Ruby wrapper for Athenahealth API. See https://developer.athenahealth.com/io-docs for more details.".freeze s.email = ["mateuszurbanski@yahoo.pl".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "athena_health.gemspec".freeze, "lib/athena_health.rb".freeze, "lib/athena_health/allergy.rb".freeze, "lib/athena_health/analyte.rb".freeze, "lib/athena_health/analyte_collection.rb".freeze, "lib/athena_health/appointment.rb".freeze, "lib/athena_health/appointment_collection.rb".freeze, "lib/athena_health/appointment_reminder.rb".freeze, "lib/athena_health/appointment_reminder_collection.rb".freeze, "lib/athena_health/appointment_type.rb".freeze, "lib/athena_health/appointment_type_collection.rb".freeze, "lib/athena_health/balance.rb".freeze, "lib/athena_health/base_collection.rb".freeze, "lib/athena_health/base_model.rb".freeze, "lib/athena_health/client.rb".freeze, "lib/athena_health/connection.rb".freeze, "lib/athena_health/department.rb".freeze, "lib/athena_health/department_collection.rb".freeze, "lib/athena_health/document.rb".freeze, "lib/athena_health/document_collection.rb".freeze, "lib/athena_health/encounter.rb".freeze, "lib/athena_health/encounter_collection.rb".freeze, "lib/athena_health/endpoints/appointments.rb".freeze, "lib/athena_health/endpoints/configurations.rb".freeze, "lib/athena_health/endpoints/departments.rb".freeze, "lib/athena_health/endpoints/encounters.rb".freeze, "lib/athena_health/endpoints/insurance_packages.rb".freeze, "lib/athena_health/endpoints/patients.rb".freeze, "lib/athena_health/endpoints/practices.rb".freeze, "lib/athena_health/endpoints/providers.rb".freeze, "lib/athena_health/error.rb".freeze, "lib/athena_health/event.rb".freeze, "lib/athena_health/facility.rb".freeze, "lib/athena_health/insurance.rb".freeze, "lib/athena_health/insurance_collection.rb".freeze, "lib/athena_health/insurance_package.rb".freeze, "lib/athena_health/insurance_package_collection.rb".freeze, "lib/athena_health/lab_result.rb".freeze, "lib/athena_health/lab_result_collection.rb".freeze, "lib/athena_health/laboratory.rb".freeze, "lib/athena_health/medication.rb".freeze, "lib/athena_health/note.rb".freeze, "lib/athena_health/note_collection.rb".freeze, "lib/athena_health/order.rb".freeze, "lib/athena_health/order_collection.rb".freeze, "lib/athena_health/patient.rb".freeze, "lib/athena_health/patient_appointment_reason.rb".freeze, "lib/athena_health/patient_appointment_reason_collection.rb".freeze, "lib/athena_health/patient_collection.rb".freeze, "lib/athena_health/patient_problem.rb".freeze, "lib/athena_health/patient_problem_collection.rb".freeze, "lib/athena_health/pharmacy.rb".freeze, "lib/athena_health/pharmacy_collection.rb".freeze, "lib/athena_health/practice.rb".freeze, "lib/athena_health/practice_collection.rb".freeze, "lib/athena_health/prescription.rb".freeze, "lib/athena_health/prescription_collection.rb".freeze, "lib/athena_health/provider.rb".freeze, "lib/athena_health/provider_collection.rb".freeze, "lib/athena_health/question.rb".freeze, "lib/athena_health/question_collection.rb".freeze, "lib/athena_health/reaction.rb".freeze, "lib/athena_health/social_history.rb".freeze, "lib/athena_health/template.rb".freeze, "lib/athena_health/user_allergy.rb".freeze, "lib/athena_health/user_allergy_collection.rb".freeze, "lib/athena_health/user_medication.rb".freeze, "lib/athena_health/user_medication_collection.rb".freeze, "lib/athena_health/user_medication_event.rb".freeze, "lib/athena_health/user_medication_sig.rb".freeze, "lib/athena_health/version.rb".freeze] s.homepage = "https://github.com/zywy/athena_health".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby wrapper for Athenahealth API.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.11".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) end