Sha256: 8e9961217bc7f0b0c4f543fcca5810061608195f8545354c5c290f07fd3b2f2e

Contents?: true

Size: 1.18 KB

Versions: 1

Compression:

Stored size: 1.18 KB

Contents

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

Gem::Specification.new do |s|
  s.name        = "socialcast-git-extensions"
  s.version     = Socialcast::Git::Extensions::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Ryan Sonnek"]
  s.email       = ["ryan@socialcast.com"]
  s.homepage    = "http://github.com/socialcast/socialcast-git-extensions"
  s.summary     = %q{git extension scripts for socialcast workflow}
  s.description = %q{GIT it done!}

  s.rubyforge_project = "socialcast-git-extensions"

  s.add_runtime_dependency(%q<grit>, [">= 0"])
  s.add_runtime_dependency(%q<git_remote_branch>, [">= 0"])
  s.add_runtime_dependency(%q<highline>, [">= 0"])
  s.add_runtime_dependency(%q<socialcast>, [">= 0.3.4"])
  s.add_runtime_dependency(%q<rest-client>, [">= 1.4.0"])
  s.add_runtime_dependency(%q<json_pure>, [">= 0"])
  s.add_development_dependency(%q<rake>, ["0.9.2"])

  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

1 entries across 1 versions & 1 rubygems

Version Path
socialcast-git-extensions-2.2.1 socialcast-git-extensions.gemspec