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

Commit

Permalink
Added a gemspec symlink for Bundler compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Nov 25, 2010
1 parent 413e085 commit 6ec2b0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby -rubygems
# -*- encoding: utf-8 -*-

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

Expand Down
1 change: 1 addition & 0 deletions i2p.gemspec

0 comments on commit 6ec2b0d

Please sign in to comment.