summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2012-05-09 11:01:34 +0000
committerChristoph Helma <helma@in-silico.ch>2012-05-09 11:01:34 +0000
commitd0c219c5f04edce6ba74b3a937af412bcf24af14 (patch)
treea25a7c94c213e60c6d9d64a1df60465c854faaa5
parentd5d7d0d3a613e93f474996c65e99f8b0f0401f3f (diff)
version bumped to 1.0.0
-rw-r--r--Gemfile.lock8
-rw-r--r--Rakefile10
-rw-r--r--opentox-client.gemspec2
3 files changed, 5 insertions, 15 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index bc16a1b..6aa15dc 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- opentox-client (0.0.2pre)
+ opentox-client (1.0.0)
bundler
open4
rdf
@@ -11,11 +11,11 @@ PATH
GEM
remote: http://rubygems.org/
specs:
- addressable (2.2.7)
+ addressable (2.2.8)
ffi (1.0.11)
- mime-types (1.17.2)
+ mime-types (1.18)
open4 (1.3.0)
- rdf (0.3.5)
+ rdf (0.3.5.2)
addressable (>= 2.2.6)
rdf-raptor (0.4.1)
ffi (>= 1.0)
diff --git a/Rakefile b/Rakefile
index 8cbd043..2995527 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,11 +1 @@
-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/opentox-client.gemspec b/opentox-client.gemspec
index 455e73e..75d390b 100644
--- a/opentox-client.gemspec
+++ b/opentox-client.gemspec
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
Gem::Specification.new do |s|
s.name = "opentox-client"
- s.version = "0.0.3"
+ s.version = File.read("./VERSION").strip
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"