Sha256: 7b50b11c774b4994e0996d20d22ae6f48c2101c8f338a4070ad8576163a00398

Contents?: true

Size: 1.27 KB

Versions: 1

Compression:

Stored size: 1.27 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_runtime_dependency('sax-machine')
  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

1 entries across 1 versions & 1 rubygems

Version Path
socialcastr-0.0.1 socialcastr.gemspec