diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-13 00:19:12 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-13 00:19:12 +0200 |
commit | 8724b1424c81e62dd94ad71d39c7f73d7a33f2c8 (patch) | |
tree | b4e1c17f6823853b0cacd784f7a8095710fd7044 /iotas.gemspec | |
parent | 74d45762846ea7e6ac09f65fb31672b822f7a349 (diff) | |
download | edoors-ruby-8724b1424c81e62dd94ad71d39c7f73d7a33f2c8.zip edoors-ruby-8724b1424c81e62dd94ad71d39c7f73d7a33f2c8.tar.gz |
iotas release 0.0.5v0.0.5
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 e9afddf..cbec0da 100644 --- a/iotas.gemspec +++ b/iotas.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |s| s.version = Iotas::VERSION s.authors = ["Jérémy Zurcher"] s.email = ["jeremy@asynk.ch"] - s.homepage = "http://github.com/jeremyz/iotas" + s.homepage = "http://github.com/jeremyz/edoors-ruby" s.summary = %q{ruby rewrite of C++ application framework evenja (http://www.revena.com/evenja)} s.description = %q{Evenja propose a data centric paradigm. A traditional programm composed of many functions is decomposed into small autonomous modifications applied on the data implemented in different instances of Door base class. |