Sha256: a8420bb0e3074ac61c69f68d386668b0971e5533830da6bf9a26cbe5368c2a66
Contents?: true
Size: 1.17 KB
Versions: 7
Compression:
Stored size: 1.17 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::Gitx::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
7 entries across 7 versions & 1 rubygems