cloudbees 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ === 0.1.0 / yyyy-mm-dd
2
+
3
+ * Initial version
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2010 Simon Harris
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,20 @@
1
+ = NAME - Description
2
+
3
+ GitHub: http://github.com/harukizaemon/NAME
4
+ Gemcutter: http://gemcutter/gems/NAME
5
+ email: haruki.zaemon@gmail.com
6
+ IRC: #haruki_zaemon on freenode
7
+
8
+ == Introduction
9
+
10
+ == Installation
11
+
12
+ NAME is distributed as a gem via gemcutter (http://gemcutter.org/gems/NAME) or as source via GitHub (http://github.com/harukizaemon/NAME).
13
+
14
+ Installation via the gem is easy:
15
+
16
+ > gem install NAME
17
+
18
+ Once installed, all that remains is to make the classes available in your code:
19
+
20
+ require 'NAME'
@@ -0,0 +1,6 @@
1
+ task_file_pattern = File.expand_path("../tasks/**/*.rb", __FILE__)
2
+ Dir[task_file_pattern].each do |task_file|
3
+ require File.expand_path(task_file)
4
+ end
5
+
6
+ task :default => [ :rspec ]
@@ -0,0 +1,11 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ task = ARGV[0]
4
+ if task == "deploy" then
5
+ puts "packaging the application...."
6
+ `warble`
7
+ puts "Now deploying..."
8
+ `bees app:deploy -a michaelneale/opiu miko.war`
9
+ else
10
+ puts "Usage: cloudbees deploy"
11
+ end
@@ -0,0 +1,9 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ task = ARGV[0]
4
+ if task == "deploy" then
5
+ puts "packaging the application...."
6
+ `warble`
7
+ puts "Now deploying..."
8
+ `bees app:deploy -a michaelneale/opiu miko.war`
9
+ end
@@ -0,0 +1 @@
1
+ puts "ola !"
@@ -0,0 +1,5 @@
1
+ module NAME
2
+
3
+ VERSION = "0.1.2".freeze
4
+
5
+ end
@@ -0,0 +1 @@
1
+ # Common spec-related code goes here
@@ -0,0 +1,4 @@
1
+ require 'rspec/core/rake_task'
2
+
3
+ desc "Run specifications"
4
+ RSpec::Core::RakeTask.new(:rspec)
metadata ADDED
@@ -0,0 +1,107 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cloudbees
3
+ version: !ruby/object:Gem::Version
4
+ hash: 31
5
+ prerelease:
6
+ segments:
7
+ - 0
8
+ - 1
9
+ - 2
10
+ version: 0.1.2
11
+ platform: ruby
12
+ authors:
13
+ - Michael Neale
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2011-01-28 00:00:00 +11:00
19
+ default_executable:
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: rspec
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ hash: 7
30
+ segments:
31
+ - 2
32
+ version: "2"
33
+ type: :development
34
+ version_requirements: *id001
35
+ - !ruby/object:Gem::Dependency
36
+ name: warbler
37
+ prerelease: false
38
+ requirement: &id002 !ruby/object:Gem::Requirement
39
+ none: false
40
+ requirements:
41
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ hash: 3
44
+ segments:
45
+ - 0
46
+ version: "0"
47
+ type: :runtime
48
+ version_requirements: *id002
49
+ description: Cloudbees Helper
50
+ email: michael.neale@gmail.com
51
+ executables:
52
+ - cloudbees
53
+ extensions: []
54
+
55
+ extra_rdoc_files:
56
+ - README.rdoc
57
+ - History.rdoc
58
+ - LICENSE
59
+ files:
60
+ - bin/cloudbees
61
+ - bin/cloudbees~
62
+ - lib/cloudbees/version.rb
63
+ - lib/cloudbees.rb
64
+ - spec/spec_helper.rb
65
+ - tasks/rspec.rb
66
+ - Rakefile
67
+ - README.rdoc
68
+ - History.rdoc
69
+ - LICENSE
70
+ has_rdoc: true
71
+ homepage: http://www.cloudbees.com
72
+ licenses: []
73
+
74
+ post_install_message:
75
+ rdoc_options: []
76
+
77
+ require_paths:
78
+ - lib
79
+ required_ruby_version: !ruby/object:Gem::Requirement
80
+ none: false
81
+ requirements:
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ hash: 57
85
+ segments:
86
+ - 1
87
+ - 8
88
+ - 7
89
+ version: 1.8.7
90
+ required_rubygems_version: !ruby/object:Gem::Requirement
91
+ none: false
92
+ requirements:
93
+ - - ">="
94
+ - !ruby/object:Gem::Version
95
+ hash: 3
96
+ segments:
97
+ - 0
98
+ version: "0"
99
+ requirements:
100
+ - CloudBees SDK
101
+ rubyforge_project:
102
+ rubygems_version: 1.4.2
103
+ signing_key:
104
+ specification_version: 3
105
+ summary: Cloudbees Helper
106
+ test_files: []
107
+