# -*- encoding: utf-8 -*- # stub: socialcast 1.3.7 ruby lib Gem::Specification.new do |s| s.name = "socialcast".freeze s.version = "1.3.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ryan Sonnek".freeze, "Sean Cashin".freeze, "Lars Klevan".freeze] s.date = "2014-06-02" s.description = "publish messages to your stream from a command line interface".freeze s.email = ["sean@socialcast.com".freeze] s.executables = ["socialcast".freeze] s.files = [".document".freeze, ".gitignore".freeze, ".rspec".freeze, ".rvmrc".freeze, ".travis.yml".freeze, "CONTRIBUTORS.txt".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/socialcast".freeze, "config/ldap.yml".freeze, "lib/socialcast.rb".freeze, "lib/socialcast/command_line/authenticate.rb".freeze, "lib/socialcast/command_line/cli.rb".freeze, "lib/socialcast/command_line/ldap_connector.rb".freeze, "lib/socialcast/command_line/message.rb".freeze, "lib/socialcast/command_line/provision.rb".freeze, "lib/socialcast/command_line/version.rb".freeze, "socialcast.gemspec".freeze, "spec/fixtures/credentials.yml".freeze, "spec/fixtures/credentials_with_proxy.yml".freeze, "spec/fixtures/custom_credentials.yml".freeze, "spec/fixtures/fake_attribute_map.rb".freeze, "spec/fixtures/ldap.yml".freeze, "spec/fixtures/ldap_with_account_type_without_roles.yml".freeze, "spec/fixtures/ldap_with_array_permission_mapping.yml".freeze, "spec/fixtures/ldap_with_blank_basedn.yml".freeze, "spec/fixtures/ldap_with_class_ldap_attribute.yml".freeze, "spec/fixtures/ldap_with_connection_permission_mapping.yml".freeze, "spec/fixtures/ldap_with_custom_attributes.yml".freeze, "spec/fixtures/ldap_with_interpolated_values.yml".freeze, "spec/fixtures/ldap_with_manager_attribute.yml".freeze, "spec/fixtures/ldap_with_multiple_connection_mappings.yml".freeze, "spec/fixtures/ldap_with_multiple_connection_permission_mappings.yml".freeze, "spec/fixtures/ldap_with_plugin_mapping.yml".freeze, "spec/fixtures/ldap_with_profile_photo.yml".freeze, "spec/fixtures/ldap_with_roles_without_account_type.yml".freeze, "spec/fixtures/ldap_with_unique_identifier.yml".freeze, "spec/fixtures/ldap_without_account_type_or_roles.yml".freeze, "spec/fixtures/ldap_without_permission_mappings.yml".freeze, "spec/socialcast/command_line/authenticate_spec.rb".freeze, "spec/socialcast/command_line/cli_spec.rb".freeze, "spec/socialcast/command_line/ldap_connector_spec.rb".freeze, "spec/socialcast/command_line/provision_spec.rb".freeze, "spec/socialcast/socialcast_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/socialcast/socialcast-command-line".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "command line interface to socialcast api".freeze s.test_files = ["spec/fixtures/credentials.yml".freeze, "spec/fixtures/credentials_with_proxy.yml".freeze, "spec/fixtures/custom_credentials.yml".freeze, "spec/fixtures/fake_attribute_map.rb".freeze, "spec/fixtures/ldap.yml".freeze, "spec/fixtures/ldap_with_account_type_without_roles.yml".freeze, "spec/fixtures/ldap_with_array_permission_mapping.yml".freeze, "spec/fixtures/ldap_with_blank_basedn.yml".freeze, "spec/fixtures/ldap_with_class_ldap_attribute.yml".freeze, "spec/fixtures/ldap_with_connection_permission_mapping.yml".freeze, "spec/fixtures/ldap_with_custom_attributes.yml".freeze, "spec/fixtures/ldap_with_interpolated_values.yml".freeze, "spec/fixtures/ldap_with_manager_attribute.yml".freeze, "spec/fixtures/ldap_with_multiple_connection_mappings.yml".freeze, "spec/fixtures/ldap_with_multiple_connection_permission_mappings.yml".freeze, "spec/fixtures/ldap_with_plugin_mapping.yml".freeze, "spec/fixtures/ldap_with_profile_photo.yml".freeze, "spec/fixtures/ldap_with_roles_without_account_type.yml".freeze, "spec/fixtures/ldap_with_unique_identifier.yml".freeze, "spec/fixtures/ldap_without_account_type_or_roles.yml".freeze, "spec/fixtures/ldap_without_permission_mappings.yml".freeze, "spec/socialcast/command_line/authenticate_spec.rb".freeze, "spec/socialcast/command_line/cli_spec.rb".freeze, "spec/socialcast/command_line/ldap_connector_spec.rb".freeze, "spec/socialcast/command_line/provision_spec.rb".freeze, "spec/socialcast/socialcast_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.4".freeze, ">= 1.4.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.14".freeze, ">= 0.14.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.6".freeze, ">= 1.6.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1".freeze, ">= 0.1.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.11".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.7".freeze, ">= 1.7.7".freeze]) s.add_development_dependency(%q.freeze, ["= 0.9.2.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9".freeze]) end