buildr-appengine 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +18 -0
  3. data/LICENSE +23 -0
  4. data/README.md +4 -0
  5. metadata +215 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 9e5686b3d82b5c20421043356aa962bf6cc1f202
4
+ data.tar.gz: b5e81efb3e252cea463a88af58c67e4a8023adbf
5
+ SHA512:
6
+ metadata.gz: 02adfbc57cac5e598b9eec149dc9990980239de89dd8f759e6b78d5bfd99e8134da3cfae798f6ec1d18137d77e3ab5748c92bca02b61f51abbf6c95188e4513d
7
+ data.tar.gz: 0aae3a56cddde8aa2aee3fe1dabbc2312134a9f7d6b975a087778c475c83b15daf468b49dff190a2c8dfd0036b815204c49e303aa3f2a0429aec38a6a0d757b3
@@ -0,0 +1,18 @@
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ coverage
6
+ InstalledFiles
7
+ lib/bundler/man
8
+ pkg
9
+ rdoc
10
+ spec/reports
11
+ test/tmp
12
+ test/version_tmp
13
+ tmp
14
+
15
+ # YARD artifacts
16
+ .yardoc
17
+ _yardoc
18
+ doc/
data/LICENSE ADDED
@@ -0,0 +1,23 @@
1
+ Copyright (c) 2014, Hanxue
2
+ All rights reserved.
3
+
4
+ Redistribution and use in source and binary forms, with or without modification,
5
+ are permitted provided that the following conditions are met:
6
+
7
+ * Redistributions of source code must retain the above copyright notice, this
8
+ list of conditions and the following disclaimer.
9
+
10
+ * Redistributions in binary form must reproduce the above copyright notice, this
11
+ list of conditions and the following disclaimer in the documentation and/or
12
+ other materials provided with the distribution.
13
+
14
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
15
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
16
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
17
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
18
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
19
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
20
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
21
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
23
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -0,0 +1,4 @@
1
+ buildr-appengine
2
+ ================
3
+
4
+ Buildr appengine extension
metadata ADDED
@@ -0,0 +1,215 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: buildr-appengine
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Lee Hanxue
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2014-01-12 00:00:00 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: braid
16
+ prerelease: false
17
+ requirement: &id001 !ruby/object:Gem::Requirement
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: "0.6"
22
+ type: :development
23
+ version_requirements: *id001
24
+ - !ruby/object:Gem::Dependency
25
+ name: ci_reporter
26
+ prerelease: false
27
+ requirement: &id002 !ruby/object:Gem::Requirement
28
+ requirements:
29
+ - - ~>
30
+ - !ruby/object:Gem::Version
31
+ version: "1.6"
32
+ type: :development
33
+ version_requirements: *id002
34
+ - !ruby/object:Gem::Dependency
35
+ name: rake
36
+ prerelease: false
37
+ requirement: &id003 !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - "="
40
+ - !ruby/object:Gem::Version
41
+ version: 0.8.7
42
+ type: :development
43
+ version_requirements: *id003
44
+ - !ruby/object:Gem::Dependency
45
+ name: builder
46
+ prerelease: false
47
+ requirement: &id004 !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - "="
50
+ - !ruby/object:Gem::Version
51
+ version: 2.1.2
52
+ type: :development
53
+ version_requirements: *id004
54
+ - !ruby/object:Gem::Dependency
55
+ name: net-ssh
56
+ prerelease: false
57
+ requirement: &id005 !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "="
60
+ - !ruby/object:Gem::Version
61
+ version: 2.0.23
62
+ type: :development
63
+ version_requirements: *id005
64
+ - !ruby/object:Gem::Dependency
65
+ name: net-sftp
66
+ prerelease: false
67
+ requirement: &id006 !ruby/object:Gem::Requirement
68
+ requirements:
69
+ - - "="
70
+ - !ruby/object:Gem::Version
71
+ version: 2.0.4
72
+ type: :development
73
+ version_requirements: *id006
74
+ - !ruby/object:Gem::Dependency
75
+ name: rubyzip
76
+ prerelease: false
77
+ requirement: &id007 !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - "="
80
+ - !ruby/object:Gem::Version
81
+ version: 0.9.4
82
+ type: :development
83
+ version_requirements: *id007
84
+ - !ruby/object:Gem::Dependency
85
+ name: highline
86
+ prerelease: false
87
+ requirement: &id008 !ruby/object:Gem::Requirement
88
+ requirements:
89
+ - - "="
90
+ - !ruby/object:Gem::Version
91
+ version: 1.5.1
92
+ type: :development
93
+ version_requirements: *id008
94
+ - !ruby/object:Gem::Dependency
95
+ name: json_pure
96
+ prerelease: false
97
+ requirement: &id009 !ruby/object:Gem::Requirement
98
+ requirements:
99
+ - - "="
100
+ - !ruby/object:Gem::Version
101
+ version: 1.4.3
102
+ type: :development
103
+ version_requirements: *id009
104
+ - !ruby/object:Gem::Dependency
105
+ name: rubyforge
106
+ prerelease: false
107
+ requirement: &id010 !ruby/object:Gem::Requirement
108
+ requirements:
109
+ - - "="
110
+ - !ruby/object:Gem::Version
111
+ version: 2.0.3
112
+ type: :development
113
+ version_requirements: *id010
114
+ - !ruby/object:Gem::Dependency
115
+ name: hoe
116
+ prerelease: false
117
+ requirement: &id011 !ruby/object:Gem::Requirement
118
+ requirements:
119
+ - - "="
120
+ - !ruby/object:Gem::Version
121
+ version: 2.3.3
122
+ type: :development
123
+ version_requirements: *id011
124
+ - !ruby/object:Gem::Dependency
125
+ name: rjb
126
+ prerelease: false
127
+ requirement: &id012 !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - "="
130
+ - !ruby/object:Gem::Version
131
+ version: 1.3.3
132
+ type: :development
133
+ version_requirements: *id012
134
+ - !ruby/object:Gem::Dependency
135
+ name: atoulme-Antwrap
136
+ prerelease: false
137
+ requirement: &id013 !ruby/object:Gem::Requirement
138
+ requirements:
139
+ - - "="
140
+ - !ruby/object:Gem::Version
141
+ version: 0.7.1
142
+ type: :development
143
+ version_requirements: *id013
144
+ - !ruby/object:Gem::Dependency
145
+ name: rspec
146
+ prerelease: false
147
+ requirement: &id014 !ruby/object:Gem::Requirement
148
+ requirements:
149
+ - - ~>
150
+ - !ruby/object:Gem::Version
151
+ version: 2.1.0
152
+ type: :development
153
+ version_requirements: *id014
154
+ - !ruby/object:Gem::Dependency
155
+ name: xml-simple
156
+ prerelease: false
157
+ requirement: &id015 !ruby/object:Gem::Requirement
158
+ requirements:
159
+ - - "="
160
+ - !ruby/object:Gem::Version
161
+ version: 1.0.12
162
+ type: :development
163
+ version_requirements: *id015
164
+ - !ruby/object:Gem::Dependency
165
+ name: minitar
166
+ prerelease: false
167
+ requirement: &id016 !ruby/object:Gem::Requirement
168
+ requirements:
169
+ - - "="
170
+ - !ruby/object:Gem::Version
171
+ version: 0.5.3
172
+ type: :development
173
+ version_requirements: *id016
174
+ description:
175
+ email:
176
+ - hanxue.developer@gmail.com
177
+ executables: []
178
+
179
+ extensions: []
180
+
181
+ extra_rdoc_files: []
182
+
183
+ files:
184
+ - .gitignore
185
+ - LICENSE
186
+ - README.md
187
+ homepage: http://github.com/hanxue/buildr-appengine
188
+ licenses:
189
+ - BSD 2 Clause
190
+ metadata: {}
191
+
192
+ post_install_message:
193
+ rdoc_options: []
194
+
195
+ require_paths:
196
+ - lib
197
+ required_ruby_version: !ruby/object:Gem::Requirement
198
+ requirements:
199
+ - &id017
200
+ - ">="
201
+ - !ruby/object:Gem::Version
202
+ version: "0"
203
+ required_rubygems_version: !ruby/object:Gem::Requirement
204
+ requirements:
205
+ - *id017
206
+ requirements: []
207
+
208
+ rubyforge_project: buildr-appengine
209
+ rubygems_version: 2.1.11
210
+ signing_key:
211
+ specification_version: 4
212
+ summary: Provides buildr support for deploying to Google AppEngine
213
+ test_files: []
214
+
215
+ has_rdoc: