Sha256: 7a9ef99362a42bc620eb7af74e7b86565dea8729f0161625ba7d3bbb6314e12e

Contents?: true

Size: 1.16 KB

Versions: 7

Compression:

Stored size: 1.16 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "socialcast/version"

Gem::Specification.new do |s|
  s.name        = "socialcast"
  s.version     = Socialcast::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Ryan Sonnek","Sean Cashin"]
  s.email       = ["ryan@socialcast.com"]
  s.homepage    = "http://github.com/wireframe/socialcast-command-line"
  s.summary     = %q{command line interface to socialcast api}
  s.description = %q{publish messages to your stream from a command line interface}

  s.rubyforge_project = "socialcast"
  
  s.add_runtime_dependency 'rest-client', '>= 1.4.0'
  s.add_runtime_dependency 'json', '>= 1.4.6'
  s.add_runtime_dependency 'thor', '>= 0.14.6'
  s.add_runtime_dependency 'highline', '>= 1.6.2'
  s.add_runtime_dependency 'scashin133-net-ldap', '>= 0.1.4'
  s.add_runtime_dependency 'activeresource', '>= 2.3.11'
  s.add_development_dependency "rspec", '>= 2.6.0'

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
socialcast-1.0.7 socialcast.gemspec
socialcast-1.0.6 socialcast.gemspec
socialcast-1.0.5 socialcast.gemspec
socialcast-1.0.4 socialcast.gemspec
socialcast-1.0.3 socialcast.gemspec
socialcast-1.0.2 socialcast.gemspec
socialcast-1.0.1 socialcast.gemspec