Sha256: efc0b840cda3de4d832122bf8f269cc662a5b8a9f5e715e493d53d0cd961c9cd

Contents?: true

Size: 1.08 KB

Versions: 4

Compression:

Stored size: 1.08 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<activesupport>, [">= 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.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

4 entries across 4 versions & 1 rubygems

Version Path
socialcast-git-extensions-2.1.3 socialcast-git-extensions.gemspec
socialcast-git-extensions-2.1.2 socialcast-git-extensions.gemspec
socialcast-git-extensions-2.1.1 socialcast-git-extensions.gemspec
socialcast-git-extensions-2.1.0 socialcast-git-extensions.gemspec