buildmeister 1.0.6 → 1.0.7

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 +20 -9
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', '>= 1.10'
17
+ s.add_dependency 'lighthouse-api', '>= 1.1.0'
18
18
  s.files = FileList["[A-Z]*", "{bin,generators,lib,spec}/**/*"]
19
19
  end
20
20
  rescue LoadError
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.6
1
+ 1.0.7
metadata CHANGED
@@ -1,7 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buildmeister
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ prerelease: false
5
+ segments:
6
+ - 1
7
+ - 0
8
+ - 7
9
+ version: 1.0.7
5
10
  platform: ruby
6
11
  authors:
7
12
  - Leigh Caplan
@@ -14,14 +19,18 @@ default_executable:
14
19
  dependencies:
15
20
  - !ruby/object:Gem::Dependency
16
21
  name: lighthouse-api
17
- type: :runtime
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
20
24
  requirements:
21
25
  - - ">="
22
26
  - !ruby/object:Gem::Version
23
- version: "1.10"
24
- version:
27
+ segments:
28
+ - 1
29
+ - 1
30
+ - 0
31
+ version: 1.1.0
32
+ type: :runtime
33
+ version_requirements: *id001
25
34
  description: Dead simple tools for managing Lighthouse and Git deployment workflow
26
35
  email: lcaplan@onehub.com
27
36
  executables:
@@ -65,18 +74,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
65
74
  requirements:
66
75
  - - ">="
67
76
  - !ruby/object:Gem::Version
77
+ segments:
78
+ - 0
68
79
  version: "0"
69
- version:
70
80
  required_rubygems_version: !ruby/object:Gem::Requirement
71
81
  requirements:
72
82
  - - ">="
73
83
  - !ruby/object:Gem::Version
84
+ segments:
85
+ - 0
74
86
  version: "0"
75
- version:
76
87
  requirements: []
77
88
 
78
89
  rubyforge_project:
79
- rubygems_version: 1.3.5
90
+ rubygems_version: 1.3.6
80
91
  signing_key:
81
92
  specification_version: 3
82
93
  summary: Dead simple tools for managing Lighthouse and Git deployment workflow