Skip to content

Commit

Permalink
Bumped verstion to 1.5.6. Fixed licenses in Gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Marcais committed Sep 3, 2015
1 parent 7241ffd commit 0f14d64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ spec = Gem::Specification.new do |s|
s.email = ["gmarcais@umd.edu"]
s.homepage = "https://github.com/gmarcais/yaggo"
s.summary = "Yet Another Generator for getopt"
s.licenses = ['GPL-3.0']
s.description = "Yaggo defines a DSL to generate GNU compatible command line parsers for C++ using getopt."

s.required_rubygems_version = ">= 1.3.6"
Expand Down
2 changes: 1 addition & 1 deletion lib/yaggo/version.rb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$yaggo_version = "1.5.5"
$yaggo_version = "1.5.6"

0 comments on commit 0f14d64

Please sign in to comment.