Skip to content

Commit

Permalink
Merge pull request #3 from apotheon/rakefile_license
Browse files Browse the repository at this point in the history
add license to Rakefile
  • Loading branch information
jashmenn committed Jan 17, 2017
2 parents 804ab82 + 9383779 commit 4614823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -7,6 +7,7 @@ require 'rake/testtask'
spec = Gem::Specification.new do |s|
s.name = 'backupgem'
s.version = '0.0.11'
s.license = 'MIT'
s.author = "Nate Murray"
s.email = "nate@natemurray.com"
s.homepage = "http://tech.natemurray.com/backup"
Expand Down

0 comments on commit 4614823

Please sign in to comment.