Skip to content

Commit

Permalink
Merge pull request #88 from tomykaira/fix_license
Browse files Browse the repository at this point in the history
Hard-code the license name
  • Loading branch information
sue445 authored Apr 28, 2024
2 parents 59199a1 + 814ff13 commit 35cdc88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rspec/parameterized/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module RSpec
module Parameterized
VERSION = "1.0.1"
VERSION = "1.0.2.rc1"
end
end
2 changes: 1 addition & 1 deletion rspec-parameterized.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ I was inspired by [udzura's mock](https://gist.github.com/1881139).}
gem.homepage = "https://github.com/tomykaira/rspec-parameterized"

gem.metadata["rubygems_mfa_required"] = "true"
gem.license = "LicenseRef-LICENSE"
gem.license = "MIT"

gem.add_dependency('rspec-parameterized-core', '< 2')
gem.add_dependency('rspec-parameterized-table_syntax', '< 2')
Expand Down

0 comments on commit 35cdc88

Please sign in to comment.