# -*- encoding: utf-8 -*- # stub: sugarcrm_emp 0.10.1 ruby lib Gem::Specification.new do |s| s.name = "sugarcrm_emp".freeze s.version = "0.10.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Carl Hicks".freeze, "David Sulc".freeze, "Dimitar Kostov".freeze] s.date = "2011-12-13" s.email = "dimitar@emerchantpay.com".freeze s.executables = ["sugarcrm".freeze] s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "WATCHLIST.rdoc".freeze, "bin/sugarcrm".freeze, "lib/rails/generators/sugarcrm/config/config_generator.rb".freeze, "lib/rails/generators/sugarcrm/config/templates/initializer.rb".freeze, "lib/rails/generators/sugarcrm/config/templates/sugarcrm.yml".freeze, "lib/sugarcrm.rb".freeze, "lib/sugarcrm/associations.rb".freeze, "lib/sugarcrm/associations/association.rb".freeze, "lib/sugarcrm/associations/association_cache.rb".freeze, "lib/sugarcrm/associations/association_collection.rb".freeze, "lib/sugarcrm/associations/association_methods.rb".freeze, "lib/sugarcrm/associations/associations.rb".freeze, "lib/sugarcrm/attributes.rb".freeze, "lib/sugarcrm/attributes/attribute_methods.rb".freeze, "lib/sugarcrm/attributes/attribute_serializers.rb".freeze, "lib/sugarcrm/attributes/attribute_typecast.rb".freeze, "lib/sugarcrm/attributes/attribute_validations.rb".freeze, "lib/sugarcrm/base.rb".freeze, "lib/sugarcrm/config/sugarcrm.yaml".freeze, "lib/sugarcrm/connection.rb".freeze, "lib/sugarcrm/connection/api/get_available_modules.rb".freeze, "lib/sugarcrm/connection/api/get_document_revision.rb".freeze, "lib/sugarcrm/connection/api/get_entries.rb".freeze, "lib/sugarcrm/connection/api/get_entries_count.rb".freeze, "lib/sugarcrm/connection/api/get_entry.rb".freeze, "lib/sugarcrm/connection/api/get_entry_list.rb".freeze, "lib/sugarcrm/connection/api/get_module_fields.rb".freeze, "lib/sugarcrm/connection/api/get_note_attachment.rb".freeze, "lib/sugarcrm/connection/api/get_relationships.rb".freeze, "lib/sugarcrm/connection/api/get_report_entries.rb".freeze, "lib/sugarcrm/connection/api/get_server_info.rb".freeze, "lib/sugarcrm/connection/api/get_user_id.rb".freeze, "lib/sugarcrm/connection/api/get_user_team_id.rb".freeze, "lib/sugarcrm/connection/api/login.rb".freeze, "lib/sugarcrm/connection/api/logout.rb".freeze, "lib/sugarcrm/connection/api/seamless_login.rb".freeze, "lib/sugarcrm/connection/api/search_by_module.rb".freeze, "lib/sugarcrm/connection/api/set_campaign_merge.rb".freeze, "lib/sugarcrm/connection/api/set_document_revision.rb".freeze, "lib/sugarcrm/connection/api/set_entries.rb".freeze, "lib/sugarcrm/connection/api/set_entry.rb".freeze, "lib/sugarcrm/connection/api/set_note_attachment.rb".freeze, "lib/sugarcrm/connection/api/set_relationship.rb".freeze, "lib/sugarcrm/connection/api/set_relationships.rb".freeze, "lib/sugarcrm/connection/connection.rb".freeze, "lib/sugarcrm/connection/helper.rb".freeze, "lib/sugarcrm/connection/request.rb".freeze, "lib/sugarcrm/connection/response.rb".freeze, "lib/sugarcrm/connection_pool.rb".freeze, "lib/sugarcrm/exceptions.rb".freeze, "lib/sugarcrm/extensions/README.txt".freeze, "lib/sugarcrm/finders.rb".freeze, "lib/sugarcrm/finders/dynamic_finder_match.rb".freeze, "lib/sugarcrm/finders/finder_methods.rb".freeze, "lib/sugarcrm/module.rb".freeze, "lib/sugarcrm/module_methods.rb".freeze, "lib/sugarcrm/session.rb".freeze, "sugarcrm.gemspec".freeze, "test/config_test.yaml".freeze, "test/connection/test_get_available_modules.rb".freeze, "test/connection/test_get_entries.rb".freeze, "test/connection/test_get_entry.rb".freeze, "test/connection/test_get_entry_list.rb".freeze, "test/connection/test_get_module_fields.rb".freeze, "test/connection/test_get_relationships.rb".freeze, "test/connection/test_get_server_info.rb".freeze, "test/connection/test_get_user_id.rb".freeze, "test/connection/test_get_user_team_id.rb".freeze, "test/connection/test_login.rb".freeze, "test/connection/test_logout.rb".freeze, "test/connection/test_set_document_revision.rb".freeze, "test/connection/test_set_entry.rb".freeze, "test/connection/test_set_note_attachment.rb".freeze, "test/connection/test_set_relationship.rb".freeze, "test/extensions_test/patch.rb".freeze, "test/helper.rb".freeze, "test/test_association_collection.rb".freeze, "test/test_associations.rb".freeze, "test/test_connection.rb".freeze, "test/test_connection_pool.rb".freeze, "test/test_finders.rb".freeze, "test/test_module.rb".freeze, "test/test_request.rb".freeze, "test/test_response.rb".freeze, "test/test_session.rb".freeze, "test/test_sugarcrm.rb".freeze] s.homepage = "http://github.com/eMerchantPay/sugarcrm".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A less clunky way to interact with SugarCRM via REST.".freeze s.test_files = ["test/config_test.yaml".freeze, "test/connection/test_get_available_modules.rb".freeze, "test/connection/test_get_entries.rb".freeze, "test/connection/test_get_entry.rb".freeze, "test/connection/test_get_entry_list.rb".freeze, "test/connection/test_get_module_fields.rb".freeze, "test/connection/test_get_relationships.rb".freeze, "test/connection/test_get_server_info.rb".freeze, "test/connection/test_get_user_id.rb".freeze, "test/connection/test_get_user_team_id.rb".freeze, "test/connection/test_login.rb".freeze, "test/connection/test_logout.rb".freeze, "test/connection/test_set_document_revision.rb".freeze, "test/connection/test_set_entry.rb".freeze, "test/connection/test_set_note_attachment.rb".freeze, "test/connection/test_set_relationship.rb".freeze, "test/extensions_test/patch.rb".freeze, "test/helper.rb".freeze, "test/test_association_collection.rb".freeze, "test/test_associations.rb".freeze, "test/test_connection.rb".freeze, "test/test_connection_pool.rb".freeze, "test/test_finders.rb".freeze, "test/test_module.rb".freeze, "test/test_request.rb".freeze, "test/test_response.rb".freeze, "test/test_session.rb".freeze, "test/test_sugarcrm.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 2.3.10".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.2.5".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.5.2".freeze]) end