Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
Update the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuga committed Feb 10, 2011
1 parent d989da1 commit 0cc565b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

7 changes: 5 additions & 2 deletions spira.gemspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#!/usr/bin/env ruby -rubygems
# -*- encoding: utf-8 -*-
$:.unshift File.expand_path('../lib', __FILE__)
require 'spira/version'


Gem::Specification.new do |gem|
gem.version = File.read('VERSION').chomp
gem.date = File.mtime('VERSION').strftime('%Y-%m-%d')
gem.version = Spira::VERSION.to_s
gem.date = Time.now.strftime('%Y-%m-%d')

gem.name = 'spira'
gem.homepage = 'http://spira.rubyforge.org'
Expand Down

0 comments on commit 0cc565b

Please sign in to comment.