Sha256: 430f54f4fbcc475764d011e4158f1cd350de95676f78e48abe2ef817139d8fc5

Contents?: true

Size: 1.31 KB

Versions: 3

Compression:

Stored size: 1.31 KB

Contents

# coding: utf-8
require File.expand_path('../lib/livefyre/version', __FILE__)

Gem::Specification.new do |spec|
  spec.name          = "livefyre"
  spec.version       = Livefyre::VERSION
  spec.authors       = ["Livefyre"]
  spec.email         = ["tools@livefyre.com"]
  spec.description   = %q{Livefyre Ruby utility classes}
  spec.summary       = %q{Livefyre Ruby utility classes}
  spec.post_install_message = <<-MESSAGE
  !   Note: this is a completely new version of the livefyre gem from Livefyre.
  !   Users that were using the previous livefyre gem (v.0.1.2) should now refer to livefyre-mashable.
  !   These two gems cannot be used in conjunction with one another as they share the same namespace.
  MESSAGE
  spec.homepage      = "http://github.com/livefyre/livefyre-ruby-utils"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rest-client", '~> 1.6', ">= 1.6.7"
  spec.add_development_dependency "jwt", '~> 0.1', ">= 0.1.11"
  spec.add_development_dependency "rspec", '~> 2.14', ">= 2.14.1"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
livefyre-1.1.1 livefyre.gemspec
livefyre-1.1.0 livefyre.gemspec
livefyre-1.0.0 livefyre.gemspec