buildmeister 2.0.5 → 2.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.5
1
+ 2.0.6
data/lib/buildmeister.rb CHANGED
@@ -1,10 +1,10 @@
1
1
  require 'rubygems'
2
2
  require 'lighthouse'
3
3
  require 'active_support'
4
- require 'lib/core_ext'
5
4
 
6
5
  $: << File.dirname(__FILE__)
7
6
 
7
+ require 'buildmeister/core_ext'
8
8
  require 'buildmeister/string_utils'
9
9
  require 'buildmeister/git_utils'
10
10
  require 'buildmeister/finder'
File without changes
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buildmeister
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 5
10
- version: 2.0.5
9
+ - 6
10
+ version: 2.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Leigh Caplan
@@ -51,12 +51,12 @@ files:
51
51
  - lib/buildmeister.rb
52
52
  - lib/buildmeister/base.rb
53
53
  - lib/buildmeister/bin.rb
54
+ - lib/buildmeister/core_ext.rb
54
55
  - lib/buildmeister/finder.rb
55
56
  - lib/buildmeister/git_utils.rb
56
57
  - lib/buildmeister/notifier.rb
57
58
  - lib/buildmeister/project.rb
58
59
  - lib/buildmeister/string_utils.rb
59
- - lib/core_ext.rb
60
60
  - lib/git_cleanup.rb
61
61
  - spec/buildmeister/base_spec.rb
62
62
  - spec/buildmeister/bin_spec.rb