Skip to content

Commit

Permalink
Bump major version
Browse files Browse the repository at this point in the history
Given that I've changed the required ruby version in the gemspec, I
think that necessitates a major version bump. Hello version 1.0.0!
  • Loading branch information
highb committed Jan 5, 2021
1 parent 27c2fee commit 32f017b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pathspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |s|
s.name = 'pathspec'
s.version = '0.2.0'
s.version = '1.0.0'
s.date = '2018-01-11'
s.summary = 'PathSpec: for matching path patterns'
s.description = 'Use to match path patterns such as gitignore'
Expand Down

0 comments on commit 32f017b

Please sign in to comment.