Skip to content

Commit

Permalink
Adding license to the gemspec config
Browse files Browse the repository at this point in the history
  • Loading branch information
kaievns committed Jul 31, 2013
1 parent f7d177e commit 85fc5e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/minitest/mustwonted.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'minitest/spec'

module Minitest::MustWonted
VERSION = '1.0.1'
VERSION = '1.0.2'

def self.add(*args)
Minitest::MustWonted::Matcher.add *args
Expand Down
5 changes: 3 additions & 2 deletions minitest-mustwonted.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'minitest-mustwonted'
s.version = '1.0.1'
s.date = '2013-07-30'
s.version = '1.0.2'
s.date = '2013-08-01'

s.summary = "new must/wont matchers engine for Minitest"
s.description = "Provides a new unversal and esily extendable matchers engine"
Expand All @@ -10,6 +10,7 @@ Gem::Specification.new do |s|
s.email = 'nemshilov@gmail.com'
s.homepage = 'http://github.com/MadRabbit/minitest-mustwonted'
s.add_dependency('minitest')
s.license = 'MIT'

s.files = Dir['lib/**/*'] + Dir['test/**/*']
s.files+= %w(
Expand Down

0 comments on commit 85fc5e8

Please sign in to comment.