Skip to content

Commit

Permalink
fixed github gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
matt.zukowski committed Feb 12, 2009
1 parent a706360 commit 59c5ae2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions picnic.gemspec
@@ -1,12 +1,8 @@
# -*- encoding: utf-8 -*-

load 'lib/picnic/version.rb'
REV = Time.now.strftime('%Y%m%d')
VERSION = (Picnic::VERSION::STRING + (REV ? ".#{REV}" : ""))

Gem::Specification.new do |s|
s.name = %q{picnic}
s.version = VERSION
s.version = '0.7.999.' + Time.now.strftime('%Y%m%d')

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Matt Zukowski"]
Expand Down

0 comments on commit 59c5ae2

Please sign in to comment.