Skip to content

Commit

Permalink
Add license to Gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanbergen committed Sep 4, 2013
1 parent ae9512e commit 86de423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
@@ -1,4 +1,4 @@
require 'bundler/gem_tasks'
require "bundler/gem_tasks"
require "rspec/core/rake_task"

Dir['tasks/*.rake'].each { |file| load(file) }
Expand Down
1 change: 1 addition & 0 deletions chunky_png.gemspec
Expand Up @@ -34,6 +34,7 @@ Gem::Specification.new do |s|
s.authors = ['Willem van Bergen']
s.email = ['willem@railsdoctors.com']
s.homepage = 'http://wiki.github.com/wvanbergen/chunky_png'
s.license = 'MIT'

s.add_development_dependency('rake')
s.add_development_dependency('rspec', '~> 2.2')
Expand Down

0 comments on commit 86de423

Please sign in to comment.