0
0
Fork 0

release version 0.1.0

This commit is contained in:
Gibheer 2012-12-01 07:31:03 +01:00
parent 55052f83ef
commit 2e356837c2
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,3 @@
module Zero
VERSION = '0.0.1'.freeze
VERSION = '0.1.0'.freeze
end

View File

@ -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")