Sha256: caa84f8df29d55ce4f4e004a033963261f450b16661c9f0f3ba79b8353472e2c
Contents?: true
Size: 1.96 KB
Versions: 1
Compression:
Stored size: 1.96 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{git-meta} s.version = "2.0.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Sam Elliott"] s.date = %q{2010-02-13} s.default_executable = %q{git-meta} s.description = %q{It's a way to store data along with a git commit object that is less freeform than something like "Close gh-11" but more freeform than having to add extra data structures to the git commit object. It is also completely compatible for people wanting to read this metadata directly from an interface like git-log or github. This gem allows reading this data.} s.email = %q{sam@lenary.co.uk} s.executables = ["git-meta"] s.extra_rdoc_files = [ "LICENSE", "README.md" ] s.files = [ ".gitignore", "LICENSE", "README.md", "Rakefile", "bin/git-meta", "git-meta.gemspec", "lib/git_meta.rb", "test/test_git_meta.rb" ] s.homepage = %q{http://github.com/lenary/git-meta} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{A less than freeform way of storing some metadata in git commit objects.} s.test_files = [ "test/test_git_meta.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q<shoulda>, ["~> 2.10.2"]) s.add_development_dependency(%q<mocha>, ["~> 0.9.8"]) else s.add_dependency(%q<shoulda>, ["~> 2.10.2"]) s.add_dependency(%q<mocha>, ["~> 0.9.8"]) end else s.add_dependency(%q<shoulda>, ["~> 2.10.2"]) s.add_dependency(%q<mocha>, ["~> 0.9.8"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
git-meta-2.0.0 | git-meta.gemspec |