Sha256: dfb2d2e35f07cd58b325af155a7b90b2b44deb8e42a909fefd75e555a3559a15

Contents?: true

Size: 1.36 KB

Versions: 15

Compression:

Stored size: 1.36 KB

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/socialcastr/version', __FILE__)

Gem::Specification.new do |s|
  s.add_development_dependency('rake', '~> 0.8')
  s.add_development_dependency('rspec', '~> 2.5')
  s.add_development_dependency('yard')
  s.add_development_dependency('artifice')
  s.add_runtime_dependency('nokogiri', '>= 1.4.4')
  s.authors = ["Riccardo Cambiassi"]
  s.description = %q{A Ruby wrapper for the Socialcast REST API}
  s.post_install_message =<<eos
********************************************************************************

  Thank you for installing socialcastr

  Follow @bru on Twitter for announcements, updates, and news.
  https://twitter.com/bru

********************************************************************************
eos
  s.email = ['bru@codewitch.org']
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.files = `git ls-files`.split("\n")
  s.homepage = 'https://github.com/bru/socialcastr'
  s.name = 'socialcastr'
  s.platform = Gem::Platform::RUBY
  s.require_paths = ['lib']
  s.required_rubygems_version = Gem::Requirement.new('>= 1.3.6') if s.respond_to? :required_rubygems_version=
  s.rubyforge_project = s.name
  s.summary = %q{Ruby wrapper for the Socialcast API}
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.version = Socialcastr::VERSION.dup
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
socialcastr-0.2.19 socialcastr.gemspec
socialcastr-0.2.18 socialcastr.gemspec
socialcastr-0.2.17 socialcastr.gemspec
socialcastr-0.2.16 socialcastr.gemspec
socialcastr-0.2.15 socialcastr.gemspec
socialcastr-0.2.14 socialcastr.gemspec
socialcastr-0.2.13 socialcastr.gemspec
socialcastr-0.2.12 socialcastr.gemspec
socialcastr-0.2.11 socialcastr.gemspec
socialcastr-0.2.10 socialcastr.gemspec
socialcastr-0.2.9 socialcastr.gemspec
socialcastr-0.2.8 socialcastr.gemspec
socialcastr-0.2.7 socialcastr.gemspec
socialcastr-0.2.6 socialcastr.gemspec
socialcastr-0.2.5 socialcastr.gemspec