Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenium committed Nov 9, 2015
1 parent f7d75b3 commit 0dea106
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/plum/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- frozen-string-literal: true -*-
module Plum
VERSION = "0.1.3"
VERSION = "0.2.0"
end
4 changes: 2 additions & 2 deletions plum.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.authors = ["rhenium"]
spec.email = ["[email protected]"]

spec.summary = %q{A minimal implementation of HTTP/2 server.}
spec.summary = %q{An HTTP/2 Library for Ruby}
spec.description = spec.summary
spec.homepage = "https://github.com/rhenium/plum"
spec.license = "MIT"
Expand All @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rack"
spec.add_development_dependency "rake"
spec.add_development_dependency "yard"
spec.add_development_dependency "minitest", "~> 5.7.0"
spec.add_development_dependency "minitest", "~> 5.8.0"
spec.add_development_dependency "simplecov"
spec.add_development_dependency "codeclimate-test-reporter"
spec.add_development_dependency "guard"
Expand Down

0 comments on commit 0dea106

Please sign in to comment.