git-runner 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,7 +27,7 @@ module GitRunner
27
27
  # Use git to grep the current branch for instruction lines within the specific instruction file
28
28
  output = Command.execute(
29
29
  "cd #{repository_path}",
30
- "git grep '^#{Configuration.instruction_prefix}' #{name}:#{Configuration.instruction_file}"
30
+ "git grep '^#{Configuration.instruction_prefix}' #{name}:#{Configuration.instruction_file} || true"
31
31
  )
32
32
 
33
33
  # Process the output to generate instructions
@@ -1,3 +1,3 @@
1
1
  module GitRunner
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: