# -*- encoding: utf-8 -*- # stub: livefyre 2.0.1 ruby lib Gem::Specification.new do |s| s.name = "livefyre".freeze s.version = "2.0.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 = ["Livefyre".freeze] s.date = "2014-12-02" s.description = "Livefyre Ruby utility classes".freeze s.email = ["tools@livefyre.com".freeze] s.files = [".gitignore".freeze, ".idea/.name".freeze, ".idea/.rakeTasks".freeze, ".idea/encodings.xml".freeze, ".idea/scopes/scope_settings.xml".freeze, ".idea/vagrant.xml".freeze, ".idea/vcs.xml".freeze, ".project".freeze, "CHANGELOG".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "circle.yml".freeze, "lib/livefyre.rb".freeze, "lib/livefyre/api/domain.rb".freeze, "lib/livefyre/api/personalized_stream.rb".freeze, "lib/livefyre/core/collection.rb".freeze, "lib/livefyre/core/network.rb".freeze, "lib/livefyre/core/site.rb".freeze, "lib/livefyre/cursor/timeline_cursor.rb".freeze, "lib/livefyre/dto/subscription.rb".freeze, "lib/livefyre/dto/topic.rb".freeze, "lib/livefyre/exceptions/api_exception.rb".freeze, "lib/livefyre/exceptions/livefyre_exception.rb".freeze, "lib/livefyre/factory/cursor_factory.rb".freeze, "lib/livefyre/model/collection_data.rb".freeze, "lib/livefyre/model/cursor_data.rb".freeze, "lib/livefyre/model/network_data.rb".freeze, "lib/livefyre/model/site_data.rb".freeze, "lib/livefyre/type/collection_type.rb".freeze, "lib/livefyre/type/subscription_type.rb".freeze, "lib/livefyre/utils/livefyre_util.rb".freeze, "lib/livefyre/validator/collection_validator.rb".freeze, "lib/livefyre/validator/cursor_validator.rb".freeze, "lib/livefyre/validator/network_validator.rb".freeze, "lib/livefyre/validator/site_validator.rb".freeze, "lib/livefyre/version.rb".freeze, "livefyre.gemspec".freeze, "spec/livefyre/api/domain_spec.rb".freeze, "spec/livefyre/api/personalized_stream_spec.rb".freeze, "spec/livefyre/core/collection_spec.rb".freeze, "spec/livefyre/core/network_spec.rb".freeze, "spec/livefyre/core/site_spec.rb".freeze, "spec/livefyre/cursor/timeline_cursor_spec.rb".freeze, "spec/livefyre/dto/subscription_spec.rb".freeze, "spec/livefyre/dto/topic_spec.rb".freeze, "spec/livefyre/factory/cursor_factory_spec.rb".freeze, "spec/livefyre/utils/utils_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/livefyre/livefyre-ruby-utils".freeze s.licenses = ["MIT".freeze] s.post_install_message = " ! Note: this is a completely new version of the livefyre gem from Livefyre.\n ! Users that were using the previous livefyre gem (v.0.1.2) should now refer to livefyre-mashable.\n ! These two gems cannot be used in conjunction with one another as they share the same namespace.\n".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Livefyre Ruby utility classes".freeze s.test_files = ["spec/livefyre/api/domain_spec.rb".freeze, "spec/livefyre/api/personalized_stream_spec.rb".freeze, "spec/livefyre/core/collection_spec.rb".freeze, "spec/livefyre/core/network_spec.rb".freeze, "spec/livefyre/core/site_spec.rb".freeze, "spec/livefyre/cursor/timeline_cursor_spec.rb".freeze, "spec/livefyre/dto/subscription_spec.rb".freeze, "spec/livefyre/dto/topic_spec.rb".freeze, "spec/livefyre/factory/cursor_factory_spec.rb".freeze, "spec/livefyre/utils/utils_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.7".freeze, ">= 1.7.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1".freeze, ">= 0.1.13".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.3".freeze, ">= 2.3.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.7".freeze, ">= 1.7.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.1".freeze, ">= 3.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.7.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9.1".freeze]) end