buildmeister 2.0.2 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.rdoc CHANGED
@@ -10,7 +10,7 @@ using Lighthouse and Github.
10
10
  == Features
11
11
 
12
12
  - Growl notification of updated build status
13
- - Utility scripts to move batch move tickets
13
+ - Utility scripts to batch move tickets
14
14
  - A very handy utility for pruning local and remote git branches
15
15
 
16
16
  == Examples
@@ -31,12 +31,12 @@ using Lighthouse and Github.
31
31
 
32
32
  == Requirements
33
33
 
34
- Depends on texel-lighthouse-api, activesupport, and growlnotify.
34
+ Depends on lighthouse, activesupport, and growlnotify.
35
35
 
36
36
  == Install
37
37
 
38
38
  - Download and install Growl from http://growl.info/
39
- - sudo gem install texel-buildmeister
39
+ - sudo gem install buildmeister
40
40
  - Use the included config/buildmeister_config.sample.yml file as a guide to creating your own configuration file.
41
41
  The file should be called ".buildmeister_config.yml", and be placed in your home directory.
42
42
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.2
1
+ 2.0.4
@@ -15,7 +15,7 @@ module Buildmeister
15
15
  project_bins = project.bins
16
16
 
17
17
  config['bins'].each do |bin_name|
18
- bin = project_bins.find { |b| b.shared && (b.name == bin_name) }
18
+ bin = project_bins.find { |b| b.name == bin_name }
19
19
  raise "No bin named #{bin_name}" unless bin
20
20
 
21
21
  bins << Buildmeister::Bin.new(bin, options[:mode], :annotations => config['annotations'])
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: 11
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 2
10
- version: 2.0.2
9
+ - 4
10
+ version: 2.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Leigh Caplan
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-07-06 00:00:00 Z
18
+ date: 2012-10-19 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: lighthouse
@@ -91,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
91
  requirements: []
92
92
 
93
93
  rubyforge_project:
94
- rubygems_version: 1.8.6
94
+ rubygems_version: 1.8.24
95
95
  signing_key:
96
96
  specification_version: 3
97
97
  summary: Dead simple tools for managing Lighthouse and Git deployment workflow