buildmeister 3.0.4 → 3.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MDRkODhiZmQzNTI1MzRjOTlmMDViMDBhNzc3NDE2ZGUwYWI4MDdjZA==
4
+ OGM5ZGFmYjRlYmFiM2VlMGE5ZTUyNjAxNzNkODkxOTNhYjU1OTIwOQ==
5
5
  data.tar.gz: !binary |-
6
- YzZlODRkZDg2ZWRkZTIxOTY5NzBmYzdiMzBlMTJkZGRhNTk1M2QzMg==
6
+ OWNmMWE0ZGU4ODdiNmRmMmY1ODJkNDI1ZTI5N2U4Yzk2MjA5Yzc4Yw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ODFmMWRlNTgxZDIwMDM2Njk5ZTg3ODA5NzY0NWZkYjRjODQxMDVlYWQ1YjI2
10
- YTQ4OWExZTIzODJmMTI5YWVjYmMyYjUxNzczZDYxNjQ1OWM1YmY2YTA0ZWYw
11
- N2RjY2Q4M2JkZDBmZjYyYjdmZjllMmRhZDYwMDEyZTZhODg5ZmY=
9
+ ZWYwYWQ1NTI4NmY4MzVkMzRiZTU1YzMwMGE4ZmI0NGFiMzYyNTA2MGQ0MTk4
10
+ MmY5NmM2YTQyYmE0YjFmZDdjZTI2Mjk0OWM4NTgwM2QxMzNlMzEzMGVhYjAw
11
+ YWMwZGEyNzhiN2E2MTMwYWVlZGNiNGI5M2MwYWYxN2M5Y2E4ZGY=
12
12
  data.tar.gz: !binary |-
13
- M2NlN2YwZDI3MDMzM2NjZjkxMzBlNjMyNzE4ODQ1YzUxOGRlODU1M2QxODJj
14
- ZGVkZDE5OGRkYTQ0MWViMjUwNWMxZGQ3YjUzYThmM2IyZThkYzMwZjViZjUz
15
- NTZlMjcxMGEyMzRjNDJiYWIwNjc0ODdhY2UyYmY4ZjUwZDhjZTU=
13
+ OTcwMzhlYzFmMTFjMTA5ZjE0NDRkNzgzNGYzNmU5MDM0ODQ3ZTg3MmZhMjBj
14
+ MDMyNjQwMWRmNWQ0NzE0ZjIxYjQwNmVlZGY4MmZjNTcwZTIwZmRiZmYxMTlm
15
+ ZjdhZmNjZjMzYjFkYzliOTgyNThiNWJhNjdmZTQyNzc2ZTIyNWY=
@@ -0,0 +1,7 @@
1
+ .DS_Store
2
+ *.gem
3
+ *.gemspec
4
+ .rspec
5
+ .rvmrc
6
+ pkg
7
+ test_scripts
data/Gemfile CHANGED
@@ -1,8 +1,5 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- gemspec
4
-
5
- gem 'jeweler'
6
3
  gem 'rake'
7
4
 
8
5
  group :test do
@@ -1,31 +1,13 @@
1
- PATH
2
- remote: .
3
- specs:
4
- buildmeister (3.0.1)
5
- rest-client (~> 1.6.7)
6
-
7
1
  GEM
8
2
  remote: https://rubygems.org/
9
3
  specs:
10
- addressable (2.3.5)
11
- builder (3.2.2)
12
4
  celluloid (0.15.2)
13
5
  timers (~> 1.1.0)
14
6
  coderay (1.0.9)
15
7
  diff-lcs (1.2.4)
16
8
  fakeweb (1.2.6)
17
- faraday (0.8.8)
18
- multipart-post (~> 1.2.0)
19
9
  ffi (1.9.0)
20
10
  formatador (0.2.4)
21
- git (1.2.6)
22
- github_api (0.10.1)
23
- addressable
24
- faraday (~> 0.8.1)
25
- hashie (>= 1.2)
26
- multi_json (~> 1.4)
27
- nokogiri (~> 1.5.2)
28
- oauth2
29
11
  guard (2.0.5)
30
12
  formatador (>= 0.2.4)
31
13
  listen (~> 2.0)
@@ -35,21 +17,6 @@ GEM
35
17
  guard-rspec (4.0.0)
36
18
  guard (~> 2.0)
37
19
  rspec (~> 2.14)
38
- hashie (2.0.5)
39
- highline (1.6.19)
40
- httpauth (0.2.0)
41
- jeweler (1.8.7)
42
- builder
43
- bundler (~> 1.0)
44
- git (>= 1.2.5)
45
- github_api (= 0.10.1)
46
- highline (>= 1.6.15)
47
- nokogiri (= 1.5.10)
48
- rake
49
- rdoc
50
- json (1.8.0)
51
- jwt (0.1.8)
52
- multi_json (>= 1.5)
53
20
  listen (2.0.4)
54
21
  celluloid (>= 0.15.2)
55
22
  rb-fsevent (>= 0.9.3)
@@ -57,33 +24,16 @@ GEM
57
24
  lumberjack (1.0.4)
58
25
  metaclass (0.0.1)
59
26
  method_source (0.8.2)
60
- mime-types (1.25)
61
27
  mocha (0.13.2)
62
28
  metaclass (~> 0.0.1)
63
- multi_json (1.7.9)
64
- multi_xml (0.5.5)
65
- multipart-post (1.2.0)
66
- nokogiri (1.5.10)
67
- oauth2 (0.9.2)
68
- faraday (~> 0.8)
69
- httpauth (~> 0.2)
70
- jwt (~> 0.1.4)
71
- multi_json (~> 1.0)
72
- multi_xml (~> 0.5)
73
- rack (~> 1.2)
74
29
  pry (0.9.12.2)
75
30
  coderay (~> 1.0.5)
76
31
  method_source (~> 0.8)
77
32
  slop (~> 3.4)
78
- rack (1.5.2)
79
33
  rake (10.1.0)
80
34
  rb-fsevent (0.9.3)
81
35
  rb-inotify (0.9.2)
82
36
  ffi (>= 0.5.0)
83
- rdoc (4.0.1)
84
- json (~> 1.4)
85
- rest-client (1.6.7)
86
- mime-types (>= 1.16)
87
37
  rspec (2.14.1)
88
38
  rspec-core (~> 2.14.0)
89
39
  rspec-expectations (~> 2.14.0)
@@ -101,10 +51,8 @@ PLATFORMS
101
51
  ruby
102
52
 
103
53
  DEPENDENCIES
104
- buildmeister!
105
54
  fakeweb
106
55
  guard-rspec (~> 4.0)
107
- jeweler
108
56
  mocha
109
57
  rake
110
58
  rb-fsevent
@@ -0,0 +1,19 @@
1
+ token: your_token
2
+ account: your-account
3
+
4
+ projects:
5
+ - name: Macchiato
6
+ bins:
7
+ - Ready
8
+ - Staged
9
+ - Verified
10
+ - Ready (Experimental)
11
+ - Staged (Experimental)
12
+
13
+ - name: Espresso
14
+ bins:
15
+ - Ready
16
+ - Staged
17
+ - Verified
18
+
19
+ notification_interval: 3
@@ -4,7 +4,7 @@ require 'yaml'
4
4
  module Buildmeister
5
5
  class Launcher
6
6
  def self.launch(*args)
7
- @options = {:mode => :verbose}
7
+ @options = {:mode => :verbose, :compare_branch => 'master'}
8
8
 
9
9
  OptionParser.new do |opts|
10
10
  opts.banner = "Usage: buildmeister notify"
@@ -30,7 +30,7 @@ module Buildmeister
30
30
  end
31
31
 
32
32
  opts.on('-c', '--compare-branch BRANCH', 'Compare From Branch') do |c|
33
- @options[:compare_branch] = c || 'master'
33
+ @options[:compare_branch] = c
34
34
  end
35
35
 
36
36
  opts.on_tail("-h", "--help", "Show this message") do
@@ -0,0 +1,3 @@
1
+ module Buildmeister
2
+ VERSION = "3.0.5"
3
+ end
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buildmeister
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leigh Caplan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-16 00:00:00.000000000 Z
11
+ date: 2013-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: jeweler
14
+ name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ! '>='
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: '0'
19
+ version: '1.3'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ! '>='
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
- version: '0'
26
+ version: '1.3'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -52,24 +52,25 @@ dependencies:
52
52
  - - ~>
53
53
  - !ruby/object:Gem::Version
54
54
  version: 1.6.7
55
- description: Dead simple tools for managing Lighthouse and Git deployment workflow
56
- email: lcaplan@onehub.com
55
+ description: Dead simple tools for managing Lighthouse and Git deployment workflow.
56
+ email:
57
+ - lcaplan@onehub.com
57
58
  executables:
58
59
  - buildmeister
59
60
  - git_cleanup
60
61
  extensions: []
61
- extra_rdoc_files:
62
- - README.rdoc
62
+ extra_rdoc_files: []
63
63
  files:
64
+ - .gitignore
64
65
  - Gemfile
65
66
  - Gemfile.lock
66
67
  - Guardfile
67
68
  - History.txt
68
69
  - README.rdoc
69
- - Rakefile
70
- - VERSION
71
70
  - bin/buildmeister
72
71
  - bin/git_cleanup
72
+ - buildmeister.gemspec
73
+ - config/buildmeister_config.sample.yml
73
74
  - lib/buildmeister.rb
74
75
  - lib/buildmeister/base.rb
75
76
  - lib/buildmeister/bin.rb
@@ -81,6 +82,7 @@ files:
81
82
  - lib/buildmeister/notifier.rb
82
83
  - lib/buildmeister/project.rb
83
84
  - lib/buildmeister/string_utils.rb
85
+ - lib/buildmeister/version.rb
84
86
  - lib/git_cleanup.rb
85
87
  - lib/lighthouse/account.rb
86
88
  - lib/lighthouse/bin.rb
@@ -98,7 +100,8 @@ files:
98
100
  - spec/support/projects.json
99
101
  - spec/support/tickets.json
100
102
  homepage: http://github.com/onehub/buildmeister
101
- licenses: []
103
+ licenses:
104
+ - MIT
102
105
  metadata: {}
103
106
  post_install_message:
104
107
  rdoc_options: []
@@ -116,9 +119,20 @@ required_rubygems_version: !ruby/object:Gem::Requirement
116
119
  version: '0'
117
120
  requirements: []
118
121
  rubyforge_project:
119
- rubygems_version: 2.1.9
122
+ rubygems_version: 2.1.8
120
123
  signing_key:
121
124
  specification_version: 4
122
- summary: Dead simple tools for managing Lighthouse and Git deployment workflow
123
- test_files: []
125
+ summary: Master your builds.
126
+ test_files:
127
+ - spec/buildmeister/base_spec.rb
128
+ - spec/buildmeister/bin_spec.rb
129
+ - spec/lighthouse/account_spec.rb
130
+ - spec/lighthouse/bin_spec.rb
131
+ - spec/lighthouse/project_spec.rb
132
+ - spec/lighthouse/ticket_spec.rb
133
+ - spec/spec.opts
134
+ - spec/spec_helper.rb
135
+ - spec/support/bins.json
136
+ - spec/support/projects.json
137
+ - spec/support/tickets.json
124
138
  has_rdoc:
data/Rakefile DELETED
@@ -1,24 +0,0 @@
1
- # -*- ruby -*-
2
-
3
- require 'rubygems'
4
- require './lib/buildmeister.rb'
5
-
6
- begin
7
- require 'jeweler'
8
- Jeweler::Tasks.new do |s|
9
- s.name = "buildmeister"
10
- s.executables = ["buildmeister", "git_cleanup"]
11
- s.summary = "Dead simple tools for managing Lighthouse and Git deployment workflow"
12
- s.email = "lcaplan@onehub.com"
13
- s.homepage = "http://github.com/onehub/buildmeister"
14
- s.description = "Dead simple tools for managing Lighthouse and Git deployment workflow"
15
- s.authors = ["Leigh Caplan"]
16
- s.files = FileList["[A-Z]*", "{bin,generators,lib,spec}/**/*"]
17
-
18
- s.add_dependency 'rest-client', '~> 1.6.7'
19
- end
20
- rescue LoadError
21
- puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
22
- end
23
-
24
- # vim: syntax=Ruby
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 3.0.4