From 6f25a7f04863b4fc6dccab59d690695371f1f0c7 Mon Sep 17 00:00:00 2001 From: rautenberg Date: Mon, 7 May 2012 17:22:47 +0200 Subject: switch to v3.0.0, add version and changelog files --- .gitignore | 1 + ChangeLog | 2 ++ VERSION | 1 + opentox-client.gemspec | 2 +- 4 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 ChangeLog create mode 100644 VERSION diff --git a/.gitignore b/.gitignore index 4040c6c..553f765 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .bundle Gemfile.lock pkg/* +*~ diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..08d2402 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,2 @@ +v0.0.3 2012-05-07 +* switch from v0.0.2pre to v0.0.3 diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..bcab45a --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.0.3 diff --git a/opentox-client.gemspec b/opentox-client.gemspec index a51fdc6..455e73e 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.2pre" + s.version = "0.0.3" 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