Sha256: c9da57c147a320e7b7c4843e241b3c74ed6f270c07e1ecfb61a7d426145a2ea5
Contents?: true
Size: 807 Bytes
Versions: 9
Compression:
Stored size: 807 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{existing-project-with-version} s.version = "1.5.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Josh Nichols"] s.date = %q{2009-03-13} s.email = %q{josh@technicalpickles.com} s.extra_rdoc_files = ["README.rdoc", "LICENSE"] s.files = ["README.rdoc", "VERSION.yml", "lib/existing_project_with_version.rb", "test/existing_project_with_version_test.rb", "test/test_helper.rb", "LICENSE"] s.has_rdoc = true s.homepage = %q{http://github.com/technicalpickles/existing-project-with-version} s.rdoc_options = ["--inline-source", "--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.1} s.summary = %q{Summarize your gem} end
Version data entries
9 entries across 9 versions & 1 rubygems