Skip to content

Commit

Permalink
added license to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrederickson committed Jul 15, 2013
1 parent 28b9cdd commit 6678ad5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions concerto_calendar.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/concerto/concerto-calendar/"
s.summary = "Calendar Content for Concerto 2."
s.description = "Simple support to render google calendar v2/v3 or iCal content in Concerto 2."
s.license = 'Apache 2.0'

s.files = Dir["{app,config,db,lib,public}/**/*"] + ["LICENSE", "Rakefile", "README.md"]
s.test_files = Dir["test/**/*"]
Expand Down

0 comments on commit 6678ad5

Please sign in to comment.