diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-18 22:27:16 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-18 22:27:16 +0200 |
commit | 3ded6f94e1c0f8a16087d0fadec80f4e9b2d85a6 (patch) | |
tree | cfd30a3b0de02b6b1b5d5cdada064d0ae078e441 /iotas.gemspec | |
parent | 5871cef7932248ccee007afef9c150ceb274db19 (diff) | |
download | edoors-ruby-3ded6f94e1c0f8a16087d0fadec80f4e9b2d85a6.zip edoors-ruby-3ded6f94e1c0f8a16087d0fadec80f4e9b2d85a6.tar.gz |
add lib/version.rb
Diffstat (limited to 'iotas.gemspec')
-rw-r--r-- | iotas.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iotas.gemspec b/iotas.gemspec index 6b799bd..e9afddf 100644 --- a/iotas.gemspec +++ b/iotas.gemspec @@ -2,7 +2,7 @@ # -*- coding: UTF-8 -*- # $:.push File.expand_path("../lib", __FILE__) -require 'iotas' +require 'version' # Gem::Specification.new do |s| s.name = "iotas" |