Skip to content

Commit

Permalink
[#3] add license to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
thoughtless committed Oct 7, 2013
1 parent 488e580 commit 082ae86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions async_rack_test.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/thoughtless/async_rack_test"
s.summary = "async_rack_test-#{AsyncRackTest::Version::STRING}"
s.description = "Extends rack-test to make working with EventMachine easier."
s.license = 'MIT'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")
Expand Down
2 changes: 1 addition & 1 deletion lib/async_rack_test/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module AsyncRackTest # :nodoc:
module Version
STRING = '0.0.3'
STRING = '0.0.4'
end
end

0 comments on commit 082ae86

Please sign in to comment.