We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c065f64 commit 791877eCopy full SHA for 791877e
install_from_source.sh
@@ -9,4 +9,4 @@ bundle exec rspec spec
9
bundle exec gem uninstall pathspec
10
11
# Build and install!
12
-bundle exec gem build pathspec.gemspec && bundle exec gem install pathspec-0.2.0.gem
+bundle exec gem build pathspec.gemspec && bundle exec gem install pathspec-0.2.1.gem
pathspec.gemspec
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
4
Gem::Specification.new do |s|
5
s.name = 'pathspec'
6
- s.version = '0.2.0'
+ s.version = '0.2.1'
7
s.date = '2018-01-11'
8
s.summary = 'PathSpec: for matching path patterns'
s.description = 'Use to match path patterns such as gitignore'
0 commit comments