Skip to content

Commit

Permalink
gemspec : bundler wants absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed May 9, 2011
1 parent 05cf7ad commit 7dd91c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ruote-dm.gemspec
@@ -1,9 +1,13 @@
# encoding: utf-8

require File.join(File.dirname(__FILE__), 'lib/ruote/dm/version')
# bundler wants absolute path


Gem::Specification.new do |s|

s.name = 'ruote-dm'
s.version = File.read('lib/ruote/dm/version.rb').match(/VERSION = '([^']+)'/)[1]
s.version = Ruote::Dm::VERSION
s.platform = Gem::Platform::RUBY
s.authors = [ 'John Mettraux' ]
s.email = [ 'jmettraux@gmail.com' ]
Expand Down

0 comments on commit 7dd91c4

Please sign in to comment.