diff options
| author | Gibheer <gibheer@gmail.com> | 2012-12-01 07:31:03 +0100 | 
|---|---|---|
| committer | Gibheer <gibheer@gmail.com> | 2012-12-01 07:31:03 +0100 | 
| commit | 2e356837c2df8c8597f5f80f483dca0cc290032a (patch) | |
| tree | 51f695d0dbebfc7f52cd08d76d1abd4e9e5993ef | |
| parent | 55052f83efa225dc030107ef6d3fe21666c3108a (diff) | |
release version 0.1.0v0.1.0
| -rw-r--r-- | lib/zero/version.rb | 2 | ||||
| -rw-r--r-- | zero.gemspec | 5 | 
2 files changed, 4 insertions, 3 deletions
| diff --git a/lib/zero/version.rb b/lib/zero/version.rb index b0cf54d..441dadf 100644 --- a/lib/zero/version.rb +++ b/lib/zero/version.rb @@ -1,3 +1,3 @@  module Zero -  VERSION = '0.0.1'.freeze +  VERSION = '0.1.0'.freeze  end diff --git a/zero.gemspec b/zero.gemspec index d099e2a..f2344b2 100644 --- a/zero.gemspec +++ b/zero.gemspec @@ -5,9 +5,10 @@ Gem::Specification.new do |s|    s.name = 'zero'    s.version = Zero::VERSION.dup -  s.authors  = ['Gibheer'] +  s.authors  = ['Gibheer', 'Stormwind']    s.email    = 'gibheer@gmail.com' -  s.summary  = 'Event distribution and aggregation framework' +  s.summary  = 'a toolkit for building web services' +  s.description = 'The focus of this project is to provide small helpers for building web services without the need of learning a complete new web stack from the bottom to the top.'    s.homepage = 'http://github.com/gibheer/zero'    s.files            = `git ls-files`.split("\n") | 
