buildmeister 2.0.0 → 2.0.1

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.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. metadata +7 -7
data/Rakefile CHANGED
@@ -14,7 +14,7 @@ begin
14
14
  s.homepage = "http://github.com/onehub/buildmeister"
15
15
  s.description = "Dead simple tools for managing Lighthouse and Git deployment workflow"
16
16
  s.authors = ["Leigh Caplan"]
17
- s.add_dependency 'lighthouse-api', '~> 2.0'
17
+ s.add_dependency 'lighthouse', '~> 2.1'
18
18
  s.files = FileList["[A-Z]*", "{bin,generators,lib,spec}/**/*"]
19
19
  end
20
20
  rescue LoadError
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.0
1
+ 2.0.1
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: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 0
10
- version: 2.0.0
9
+ - 1
10
+ version: 2.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Leigh Caplan
@@ -18,18 +18,18 @@ cert_chain: []
18
18
  date: 2012-07-06 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
- name: lighthouse-api
21
+ name: lighthouse
22
22
  prerelease: false
23
23
  requirement: &id001 !ruby/object:Gem::Requirement
24
24
  none: false
25
25
  requirements:
26
26
  - - ~>
27
27
  - !ruby/object:Gem::Version
28
- hash: 3
28
+ hash: 1
29
29
  segments:
30
30
  - 2
31
- - 0
32
- version: "2.0"
31
+ - 1
32
+ version: "2.1"
33
33
  type: :runtime
34
34
  version_requirements: *id001
35
35
  description: Dead simple tools for managing Lighthouse and Git deployment workflow