From edfdc45754c05507deb63b16cb09dbdca6c8400f Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Fri, 9 Mar 2012 21:52:20 +0000 Subject: gemspec updated --- Rakefile | 3 ++- lib/opentox-client/version.rb | 5 ----- opentox-client.gemspec | 3 +-- 3 files changed, 3 insertions(+), 8 deletions(-) delete mode 100644 lib/opentox-client/version.rb diff --git a/Rakefile b/Rakefile index ca1db1c..8cbd043 100644 --- a/Rakefile +++ b/Rakefile @@ -1,9 +1,10 @@ require File.join(File.dirname(__FILE__),"lib","opentox-client.rb") require "bundler/gem_tasks" - require 'rake/testtask' + Rake::TestTask.new do |t| t.libs << 'lib' + t.libs << 'test' t.test_files = FileList['test/*.rb'] t.verbose = true end diff --git a/lib/opentox-client/version.rb b/lib/opentox-client/version.rb deleted file mode 100644 index d90a728..0000000 --- a/lib/opentox-client/version.rb +++ /dev/null @@ -1,5 +0,0 @@ -module Opentox - module Client - VERSION = "0.0.1" - end -end diff --git a/opentox-client.gemspec b/opentox-client.gemspec index 0dfa86a..f8fb9a4 100644 --- a/opentox-client.gemspec +++ b/opentox-client.gemspec @@ -1,10 +1,9 @@ # -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) -require "opentox-client/version" Gem::Specification.new do |s| s.name = "opentox-client" - s.version = Opentox::Client::VERSION + s.version = "0.0.1pre" s.authors = ["Christoph Helma, Martin Guetlein, Andreas Maunz, Micha Rautenberg, David Vorgrimmler"] s.email = ["helma@in-silico.ch"] s.homepage = "http://github.com/opentox/opentox-client" -- cgit v1.2.3