git-runner 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -61,7 +61,7 @@ module GitRunner
61
61
  private
62
62
  def load_git_runner_gems
63
63
  # Load all additional gems that start with 'git-runner-'
64
- Gem::Specification.all.map(&:name).select { |gem| gem =~ /^git-runner-/ }.each { |name| require(name) }
64
+ Gem::Specification._all.map(&:name).select { |gem| gem =~ /^git-runner-/ }.each { |name| require(name) }
65
65
  end
66
66
 
67
67
  def write_error_log
@@ -1,3 +1,3 @@
1
1
  module GitRunner
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
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.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: