Sha256: 13b0a4ebb9fd0456866fbf988645e1ccb3c85a8496ec5bad5222d0d0f6127e17
Contents?: true
Size: 1.35 KB
Versions: 3
Compression:
Stored size: 1.35 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
socialcastr-0.2.4 | socialcastr.gemspec |
socialcastr-0.2.3 | socialcastr.gemspec |
socialcastr-0.2.2 | socialcastr.gemspec |