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 /lib/iotas.rb | |
parent | 5871cef7932248ccee007afef9c150ceb274db19 (diff) | |
download | edoors-ruby-3ded6f94e1c0f8a16087d0fadec80f4e9b2d85a6.zip edoors-ruby-3ded6f94e1c0f8a16087d0fadec80f4e9b2d85a6.tar.gz |
add lib/version.rb
Diffstat (limited to 'lib/iotas.rb')
-rw-r--r-- | lib/iotas.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/iotas.rb b/lib/iotas.rb index 4ac8c26..fe837b4 100644 --- a/lib/iotas.rb +++ b/lib/iotas.rb @@ -18,6 +18,7 @@ # You should have received a copy of the GNU Affero General Public License # along with iotas. If not, see <http://www.gnu.org/licenses/>. +require 'version' # module Iotas # @@ -36,8 +37,6 @@ module Iotas # class Exception < ::Exception; end # - VERSION = "0.0.1" - # end # require 'json' |