# -*- encoding: utf-8 -*- # stub: mxhero-api 0.1.34 ruby lib Gem::Specification.new do |s| s.name = "mxhero-api".freeze s.version = "0.1.34".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Maximiliano Dello Russo".freeze, "Juan Pablo Royo".freeze, "mxHero".freeze] s.date = "2014-07-22" s.description = "A gem to provide easy access to the API of MxHero platform (http://www.mxhero.com/)".freeze s.email = ["maxidr@mxhero.com".freeze, "juanpablo.royo@gmail.com".freeze, "mxhero@mxhero.com".freeze] s.files = [".gitignore".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "lib/communication.rb".freeze, "lib/directories.rb".freeze, "lib/dto.rb".freeze, "lib/groups.rb".freeze, "lib/mxhero-api.rb".freeze, "lib/resource.rb".freeze, "lib/resources/account.rb".freeze, "lib/resources/domain.rb".freeze, "lib/resources/group.rb".freeze, "lib/urls.rb".freeze, "mxhero-api.gemspec".freeze, "test/fixtures/api/account_properties.yml".freeze, "test/fixtures/api/account_properties_not_found.yml".freeze, "test/fixtures/api/accounts.yml".freeze, "test/fixtures/api/accounts_filtered.yml".freeze, "test/fixtures/api/accounts_from_domain.yml".freeze, "test/fixtures/api/accounts_from_domain_paginated.yml".freeze, "test/fixtures/api/accounts_without_group.yml".freeze, "test/fixtures/api/add_an_inexistent_account_to_group.yml".freeze, "test/fixtures/api/add_and_remove_account.yml".freeze, "test/fixtures/api/all_groups.yml".freeze, "test/fixtures/api/create_directory.yml".freeze, "test/fixtures/api/create_rule_for_domain.yml".freeze, "test/fixtures/api/create_user.yml".freeze, "test/fixtures/api/delete_directory.yml".freeze, "test/fixtures/api/delete_group.yml".freeze, "test/fixtures/api/delete_rule.yml".freeze, "test/fixtures/api/domain_by_id.yml".freeze, "test/fixtures/api/domain_by_id_not_found.yml".freeze, "test/fixtures/api/domain_rule.yml".freeze, "test/fixtures/api/domains.yml".freeze, "test/fixtures/api/fetch_directory.yml".freeze, "test/fixtures/api/fetch_user.yml".freeze, "test/fixtures/api/ldap_info.yml".freeze, "test/fixtures/api/move_to_trial.yml".freeze, "test/fixtures/api/refresh_directory.yml".freeze, "test/fixtures/api/remove_account_from_group_twice.yml".freeze, "test/fixtures/api/remove_inexistente_account_from_group.yml".freeze, "test/fixtures/api/rules_for_domain.yml".freeze, "test/fixtures/api/rules_for_domain_by_component.yml".freeze, "test/fixtures/api/save_group.yml".freeze, "test/fixtures/api/system_properties.yml".freeze, "test/fixtures/api/system_properties_create.yml".freeze, "test/fixtures/api/system_properties_element.yml".freeze, "test/fixtures/api/test_domain.yml".freeze, "test/fixtures/api/update_account_properties.yml".freeze, "test/fixtures/api/update_accounts_group_scope.yml".freeze, "test/fixtures/api/update_accounts_properties_scope.yml".freeze, "test/fixtures/api/update_directory.yml".freeze, "test/fixtures/api/update_rule.yml".freeze, "test/fixtures/api/update_user.yml".freeze, "test/fixtures/api/user_domains.yml".freeze, "test/fixtures/api/validate_user_credential.yml".freeze, "test/fixtures/domain.rb".freeze, "test/helper.rb".freeze, "test/test_directories.rb".freeze, "test/test_domain.rb".freeze, "test/test_dto.rb".freeze, "test/test_feature.rb".freeze, "test/test_groups.rb".freeze, "test/test_mxhero_api.rb".freeze, "test/test_mxhero_api_response.rb".freeze, "test/test_resource.rb".freeze] s.homepage = "http://github.com/mxhero/mxhero-api".freeze s.licenses = ["GPL-3".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A MxHero API client for ruby".freeze s.test_files = ["test/fixtures/api/account_properties.yml".freeze, "test/fixtures/api/account_properties_not_found.yml".freeze, "test/fixtures/api/accounts.yml".freeze, "test/fixtures/api/accounts_filtered.yml".freeze, "test/fixtures/api/accounts_from_domain.yml".freeze, "test/fixtures/api/accounts_from_domain_paginated.yml".freeze, "test/fixtures/api/accounts_without_group.yml".freeze, "test/fixtures/api/add_an_inexistent_account_to_group.yml".freeze, "test/fixtures/api/add_and_remove_account.yml".freeze, "test/fixtures/api/all_groups.yml".freeze, "test/fixtures/api/create_directory.yml".freeze, "test/fixtures/api/create_rule_for_domain.yml".freeze, "test/fixtures/api/create_user.yml".freeze, "test/fixtures/api/delete_directory.yml".freeze, "test/fixtures/api/delete_group.yml".freeze, "test/fixtures/api/delete_rule.yml".freeze, "test/fixtures/api/domain_by_id.yml".freeze, "test/fixtures/api/domain_by_id_not_found.yml".freeze, "test/fixtures/api/domain_rule.yml".freeze, "test/fixtures/api/domains.yml".freeze, "test/fixtures/api/fetch_directory.yml".freeze, "test/fixtures/api/fetch_user.yml".freeze, "test/fixtures/api/ldap_info.yml".freeze, "test/fixtures/api/move_to_trial.yml".freeze, "test/fixtures/api/refresh_directory.yml".freeze, "test/fixtures/api/remove_account_from_group_twice.yml".freeze, "test/fixtures/api/remove_inexistente_account_from_group.yml".freeze, "test/fixtures/api/rules_for_domain.yml".freeze, "test/fixtures/api/rules_for_domain_by_component.yml".freeze, "test/fixtures/api/save_group.yml".freeze, "test/fixtures/api/system_properties.yml".freeze, "test/fixtures/api/system_properties_create.yml".freeze, "test/fixtures/api/system_properties_element.yml".freeze, "test/fixtures/api/test_domain.yml".freeze, "test/fixtures/api/update_account_properties.yml".freeze, "test/fixtures/api/update_accounts_group_scope.yml".freeze, "test/fixtures/api/update_accounts_properties_scope.yml".freeze, "test/fixtures/api/update_directory.yml".freeze, "test/fixtures/api/update_rule.yml".freeze, "test/fixtures/api/update_user.yml".freeze, "test/fixtures/api/user_domains.yml".freeze, "test/fixtures/api/validate_user_credential.yml".freeze, "test/fixtures/domain.rb".freeze, "test/helper.rb".freeze, "test/test_directories.rb".freeze, "test/test_domain.rb".freeze, "test/test_dto.rb".freeze, "test/test_feature.rb".freeze, "test/test_groups.rb".freeze, "test/test_mxhero_api.rb".freeze, "test/test_mxhero_api_response.rb".freeze, "test/test_resource.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["= 2.5.0".freeze]) s.add_development_dependency(%q.freeze, ["= 1.11.0".freeze]) s.add_runtime_dependency(%q.freeze, ["= 2.3.3".freeze]) end