Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
state license in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Grosser committed Mar 14, 2012
1 parent 8c3015a commit 273032a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pivotal_git_scripts.gemspec
@@ -1,5 +1,5 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
$LOAD_PATH.push File.expand_path("../lib", __FILE__)
require "pivotal_git_scripts/version"

Gem::Specification.new do |s|
Expand All @@ -17,6 +17,7 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.licence = "MIT"

# specify any dependencies here; for example:
# s.add_development_dependency "rspec"
Expand Down

0 comments on commit 273032a

Please sign in to comment.