Skip to content
This repository was 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 86b4629 commit 99cd7c7
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 rsa.gemspec

0 comments on commit 99cd7c7

Please sign in to comment.