Skip to content

Commit

Permalink
fix, now just use the rubygtk2 gem
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea@VEGETA authored and andrea@VEGETA committed Sep 10, 2010
1 parent 43718ed commit 1d1325a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -9,9 +9,9 @@ require 'rake/testtask'


spec = Gem::Specification.new do |s| spec = Gem::Specification.new do |s|
s.name = 'freightrain' s.name = 'freightrain'
s.version = '0.6.7' s.version = '0.6.8'
s.add_dependency('require_all', '>= 1.1.0') s.add_dependency('require_all', '>= 1.1.0')
s.add_dependency('needle', '>= 1.3.0') s.add_dependency('needle', '>= 1.3.0')
s.has_rdoc = false s.has_rdoc = false
s.homepage = "http://github.com/bolthar/freightrain" s.homepage = "http://github.com/bolthar/freightrain"
s.executables = ['ftrain'] s.executables = ['ftrain']
Expand Down

0 comments on commit 1d1325a

Please sign in to comment.