Skip to content

Commit

Permalink
Hello, my name is gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
nakajima committed May 9, 2009
1 parent 8be2d6b commit d54a50e
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions key-valerie.gemspec
@@ -0,0 +1,27 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{key-valerie}
s.version = "0.0.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Pat Nakajima"]
s.date = %q{2009-05-09}
s.default_executable = %q{val}
s.email = %q{patnakajima@gmail.com}
s.executables = ["val"]
s.files = ["bin/val", "lib/val.rb"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.1}
s.summary = %q{Easily get or set key/value pairs from ~/.key-valerie}

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 2

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else
end
end

0 comments on commit d54a50e

Please sign in to comment.