engineyard-hudson 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,18 +1,16 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- engineyard-hudson (0.3.1)
4
+ engineyard-hudson (0.3.2)
5
5
  engineyard (~> 1.3.4)
6
6
  hudson (~> 0.5.0)
7
- ruby-debug
8
7
  thor (~> 0.14.6)
9
8
 
10
9
  GEM
11
10
  remote: http://rubygems.org/
12
11
  specs:
13
- awesome_print (0.2.1)
12
+ awesome_print (0.3.2)
14
13
  builder (2.1.2)
15
- columnize (0.3.1)
16
14
  crack (0.1.8)
17
15
  cucumber (0.9.4)
18
16
  builder (~> 2.1.2)
@@ -21,14 +19,15 @@ GEM
21
19
  json (~> 1.4.6)
22
20
  term-ansicolor (~> 1.0.5)
23
21
  diff-lcs (1.1.2)
24
- engineyard (1.3.4)
25
- engineyard-serverside-adapter (= 1.3.5)
22
+ engineyard (1.3.17)
23
+ engineyard-serverside-adapter (= 1.4.1)
26
24
  escape (~> 0.0.4)
27
25
  highline (~> 1.6.1)
28
26
  json_pure
29
- rest-client (~> 1.4)
30
- thor (~> 0.14.3)
31
- engineyard-serverside-adapter (1.3.5)
27
+ net-ssh (~> 2.1.0)
28
+ rest-client (~> 1.6.0)
29
+ thor (~> 0.14.6)
30
+ engineyard-serverside-adapter (1.4.1)
32
31
  escape (~> 0.0.4)
33
32
  json_pure
34
33
  escape (0.0.4)
@@ -37,7 +36,7 @@ GEM
37
36
  json (~> 1.4.6)
38
37
  term-ansicolor (~> 1.0.5)
39
38
  highline (1.6.1)
40
- hpricot (0.8.2)
39
+ hpricot (0.8.4)
41
40
  httparty (0.6.1)
42
41
  crack (= 0.1.8)
43
42
  hudson (0.5.0)
@@ -48,9 +47,9 @@ GEM
48
47
  thor (~> 0.14.2)
49
48
  yajl-ruby (>= 0.7.6)
50
49
  json (1.4.6)
51
- json_pure (1.4.6)
52
- linecache (0.43)
50
+ json_pure (1.5.1)
53
51
  mime-types (1.16)
52
+ net-ssh (2.1.3)
54
53
  open4 (1.0.1)
55
54
  rack (1.2.1)
56
55
  rake (0.8.7)
@@ -66,18 +65,13 @@ GEM
66
65
  rspec-expectations (2.1.0)
67
66
  diff-lcs (~> 1.1.2)
68
67
  rspec-mocks (2.1.0)
69
- ruby-debug (0.10.3)
70
- columnize (>= 0.1)
71
- ruby-debug-base (~> 0.10.3.0)
72
- ruby-debug-base (0.10.3)
73
- linecache (>= 0.3)
74
- sinatra (1.1.0)
68
+ sinatra (1.2.0)
75
69
  rack (~> 1.1)
76
- tilt (~> 1.1)
70
+ tilt (< 2.0, >= 1.2.2)
77
71
  term-ansicolor (1.0.5)
78
72
  thor (0.14.6)
79
- tilt (1.1)
80
- yajl-ruby (0.7.8)
73
+ tilt (1.2.2)
74
+ yajl-ruby (0.8.1)
81
75
 
82
76
  PLATFORMS
83
77
  ruby
@@ -85,15 +79,11 @@ PLATFORMS
85
79
  DEPENDENCIES
86
80
  awesome_print
87
81
  cucumber (~> 0.9.4)
88
- engineyard (~> 1.3.4)
89
82
  engineyard-hudson!
90
83
  fakeweb (~> 1.3.0)
91
- hudson (~> 0.5.0)
92
84
  json (~> 1.4.0)
93
85
  open4
94
86
  rake (~> 0.8.7)
95
87
  realweb (~> 0.1.6)
96
88
  rspec (~> 2.1.0)
97
- ruby-debug
98
89
  sinatra
99
- thor (~> 0.14.6)
data/History.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # History
2
2
 
3
+ ## 0.3.2 - 2011-3-3
4
+
5
+ * remove dependency on ruby-debug
6
+
3
7
  ## 0.3.1 - 2010-12-1
4
8
 
5
9
  * install_server
data/README.md CHANGED
@@ -20,7 +20,7 @@ This will also install the `hudson` CLI to interact with your Hudson CI from the
20
20
 
21
21
  ## Hosting on Engine Yard AppCloud
22
22
 
23
- Using Engine Yard AppCloud "Quick Start" wizard, create an application with Git Repo `git://github.com/engineyard/hudson_server.git`, and add your own SSH keys. This will create an environment called `hudson_server_production`. Boot the environment as a Single instance (or Custom cluster with a single instance).
23
+ Using Engine Yard AppCloud "Quick Start" wizard, create an application with Git Repo `git://github.com/engineyard/hudson_server.git` (options: rails 3, passenger), and add your own SSH keys. This will create an environment called `hudson_server_production`. Boot the environment as a Single instance (or Custom cluster with a single instance).
24
24
 
25
25
  Optionally, though it is quite pretty, deploy/ship the hudson_server application and visit the HTTP link to see the remaining "Almost there..." instructions.
26
26
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "engineyard-hudson"
5
- s.version = '0.3.1'
5
+ s.version = '0.3.2'
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.authors = ["Dr Nic Williams"]
8
8
  s.email = ["drnicwilliams@gmail.com"]
@@ -30,5 +30,4 @@ Gem::Specification.new do |s|
30
30
  s.add_development_dependency("open4")
31
31
  s.add_development_dependency("sinatra")
32
32
  s.add_development_dependency("fakeweb", "~>1.3.0")
33
- s.add_dependency("ruby-debug")
34
33
  end
@@ -1,5 +1,5 @@
1
1
  module Engineyard
2
2
  module Hudson
3
- VERSION = '0.3.1'
3
+ VERSION = '0.3.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: engineyard-hudson
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
5
- prerelease: false
4
+ hash: 23
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 1
10
- version: 0.3.1
9
+ - 2
10
+ version: 0.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dr Nic Williams
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-12-01 00:00:00 -08:00
18
+ date: 2011-03-03 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -204,20 +204,6 @@ dependencies:
204
204
  version: 1.3.0
205
205
  type: :development
206
206
  version_requirements: *id012
207
- - !ruby/object:Gem::Dependency
208
- name: ruby-debug
209
- prerelease: false
210
- requirement: &id013 !ruby/object:Gem::Requirement
211
- none: false
212
- requirements:
213
- - - ">="
214
- - !ruby/object:Gem::Version
215
- hash: 3
216
- segments:
217
- - 0
218
- version: "0"
219
- type: :runtime
220
- version_requirements: *id013
221
207
  description: Run your continuous integration (CI) tests against your Engine Yard AppCloud environments - the exact same configuration you are using in production!
222
208
  email:
223
209
  - drnicwilliams@gmail.com
@@ -308,7 +294,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
308
294
  requirements: []
309
295
 
310
296
  rubyforge_project: engineyard-hudson
311
- rubygems_version: 1.3.7
297
+ rubygems_version: 1.6.0
312
298
  signing_key:
313
299
  specification_version: 3
314
300
  summary: Easier to do CI than not to. Use Hudson CI with Engine Yard AppCloud.