Skip to content

Commit 791877e

Browse files
author
Brandon High
committed
Bump to 0.2.1
Version 2.0.0 didn't push correctly to Rubygems.
1 parent c065f64 commit 791877e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install_from_source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ bundle exec rspec spec
99
bundle exec gem uninstall pathspec
1010

1111
# Build and install!
12-
bundle exec gem build pathspec.gemspec && bundle exec gem install pathspec-0.2.0.gem
12+
bundle exec gem build pathspec.gemspec && bundle exec gem install pathspec-0.2.1.gem

pathspec.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
33

44
Gem::Specification.new do |s|
55
s.name = 'pathspec'
6-
s.version = '0.2.0'
6+
s.version = '0.2.1'
77
s.date = '2018-01-11'
88
s.summary = 'PathSpec: for matching path patterns'
99
s.description = 'Use to match path patterns such as gitignore'

0 commit comments

Comments
 (0)