diff options
author | Gibheer <gibheer@gmail.com> | 2012-12-13 20:42:27 +0100 |
---|---|---|
committer | Gibheer <gibheer@gmail.com> | 2012-12-13 20:42:27 +0100 |
commit | e437deee34c47438941d08a5925bc7de6dd8141a (patch) | |
tree | 9e3bf5f723fef17b6e18e4dc8dade79da28d5791 /zero.gemspec | |
parent | 7bda0ec7e5f6ead0af610f0393c4e039fad9dbf1 (diff) |
added LICENSE and release new versionv0.1.1
Diffstat (limited to 'zero.gemspec')
-rw-r--r-- | zero.gemspec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zero.gemspec b/zero.gemspec index f2344b2..d1e663c 100644 --- a/zero.gemspec +++ b/zero.gemspec @@ -7,9 +7,10 @@ Gem::Specification.new do |s| s.authors = ['Gibheer', 'Stormwind'] s.email = 'gibheer@gmail.com' + s.license = '3-clause BSD' 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.homepage = 'http://github.com/libzero/zero' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") |