Skip to content

Commit

Permalink
Specify license in gemspec and bump version to 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph HALTER committed Jul 16, 2013
1 parent 0928970 commit 09a456f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions harpy.gemspec
Expand Up @@ -11,6 +11,7 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/TalentBox/harpy"
s.summary = %q{Client for REST API}
s.description = %q{Client for REST API with HATEOAS}
s.license = "MIT"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down
2 changes: 1 addition & 1 deletion lib/harpy/version.rb
@@ -1,3 +1,3 @@
module Harpy
VERSION = "0.4.4"
VERSION = "0.4.5"
end

0 comments on commit 09a456f

Please sign in to comment.