padrino-gen 0.13.0.beta3 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +25 -25
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b7f88b094b4c3d519425c188a1dd63b5c9ace70
|
4
|
+
data.tar.gz: 611e0d666b66072f5b662d0b044239d07bf7395c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 752b23f99544b16d8d5e9a5feb34c5d4ed85671a5f9cbbab237fd84b9d87d4c9a255ceb2cc71bfc2a6f231a3b2be736126a658b6e514c8a355c68be1088457bf
|
7
|
+
data.tar.gz: 060cd3d279ee064c9f14a7e362cac8541fa32451431225c2cc65aa41e11c664902c66b15d3a33835156a7c77fe45c2b330114e3a2fe7997d6b91011665552fab
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: padrino-gen
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.13.0
|
4
|
+
version: 0.13.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Padrino Team
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2015-
|
14
|
+
date: 2015-10-11 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: padrino-core
|
@@ -19,14 +19,14 @@ dependencies:
|
|
19
19
|
requirements:
|
20
20
|
- - '='
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 0.13.0
|
22
|
+
version: 0.13.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
26
|
requirements:
|
27
27
|
- - '='
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.13.0
|
29
|
+
version: 0.13.0
|
30
30
|
- !ruby/object:Gem::Dependency
|
31
31
|
name: bundler
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|
@@ -47,28 +47,28 @@ dependencies:
|
|
47
47
|
requirements:
|
48
48
|
- - '='
|
49
49
|
- !ruby/object:Gem::Version
|
50
|
-
version: 0.13.0
|
50
|
+
version: 0.13.0
|
51
51
|
type: :development
|
52
52
|
prerelease: false
|
53
53
|
version_requirements: !ruby/object:Gem::Requirement
|
54
54
|
requirements:
|
55
55
|
- - '='
|
56
56
|
- !ruby/object:Gem::Version
|
57
|
-
version: 0.13.0
|
57
|
+
version: 0.13.0
|
58
58
|
- !ruby/object:Gem::Dependency
|
59
59
|
name: padrino-mailer
|
60
60
|
requirement: !ruby/object:Gem::Requirement
|
61
61
|
requirements:
|
62
62
|
- - '='
|
63
63
|
- !ruby/object:Gem::Version
|
64
|
-
version: 0.13.0
|
64
|
+
version: 0.13.0
|
65
65
|
type: :development
|
66
66
|
prerelease: false
|
67
67
|
version_requirements: !ruby/object:Gem::Requirement
|
68
68
|
requirements:
|
69
69
|
- - '='
|
70
70
|
- !ruby/object:Gem::Version
|
71
|
-
version: 0.13.0
|
71
|
+
version: 0.13.0
|
72
72
|
description: Generators for easily creating and building padrino applications from
|
73
73
|
the console
|
74
74
|
email: padrinorb@gmail.com
|
@@ -155,6 +155,20 @@ files:
|
|
155
155
|
- lib/padrino-gen/generators/templates/initializer.rb.tt
|
156
156
|
- lib/padrino-gen/generators/templates/mailer.rb.tt
|
157
157
|
- lib/padrino-gen/generators/templates/project_bin.tt
|
158
|
+
- lib/padrino-gen/generators/templates/static/README.rdoc
|
159
|
+
- lib/padrino-gen/generators/templates/static/js/dojo.js
|
160
|
+
- lib/padrino-gen/generators/templates/static/js/ext.js
|
161
|
+
- lib/padrino-gen/generators/templates/static/js/jquery.js
|
162
|
+
- lib/padrino-gen/generators/templates/static/js/lowpro.js
|
163
|
+
- lib/padrino-gen/generators/templates/static/js/mootools.js
|
164
|
+
- lib/padrino-gen/generators/templates/static/js/protopak.js
|
165
|
+
- lib/padrino-gen/generators/templates/static/js/right.js
|
166
|
+
- lib/padrino-gen/generators/templates/static/ujs/dojo.js
|
167
|
+
- lib/padrino-gen/generators/templates/static/ujs/ext.js
|
168
|
+
- lib/padrino-gen/generators/templates/static/ujs/jquery.js
|
169
|
+
- lib/padrino-gen/generators/templates/static/ujs/mootools.js
|
170
|
+
- lib/padrino-gen/generators/templates/static/ujs/prototype.js
|
171
|
+
- lib/padrino-gen/generators/templates/static/ujs/right.js
|
158
172
|
- lib/padrino-gen/generators/templates/task.rb.tt
|
159
173
|
- lib/padrino-gen/padrino-tasks/activerecord.rb
|
160
174
|
- lib/padrino-gen/padrino-tasks/database.rb
|
@@ -183,20 +197,6 @@ files:
|
|
183
197
|
- test/test_plugin_generator.rb
|
184
198
|
- test/test_project_generator.rb
|
185
199
|
- test/test_task_generator.rb
|
186
|
-
- lib/padrino-gen/generators/templates/static/js/dojo.js
|
187
|
-
- lib/padrino-gen/generators/templates/static/js/ext.js
|
188
|
-
- lib/padrino-gen/generators/templates/static/js/jquery.js
|
189
|
-
- lib/padrino-gen/generators/templates/static/js/lowpro.js
|
190
|
-
- lib/padrino-gen/generators/templates/static/js/mootools.js
|
191
|
-
- lib/padrino-gen/generators/templates/static/js/protopak.js
|
192
|
-
- lib/padrino-gen/generators/templates/static/js/right.js
|
193
|
-
- lib/padrino-gen/generators/templates/static/README.rdoc
|
194
|
-
- lib/padrino-gen/generators/templates/static/ujs/dojo.js
|
195
|
-
- lib/padrino-gen/generators/templates/static/ujs/ext.js
|
196
|
-
- lib/padrino-gen/generators/templates/static/ujs/jquery.js
|
197
|
-
- lib/padrino-gen/generators/templates/static/ujs/mootools.js
|
198
|
-
- lib/padrino-gen/generators/templates/static/ujs/prototype.js
|
199
|
-
- lib/padrino-gen/generators/templates/static/ujs/right.js
|
200
200
|
homepage: http://www.padrinorb.com
|
201
201
|
licenses:
|
202
202
|
- MIT
|
@@ -213,12 +213,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
213
213
|
version: '0'
|
214
214
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
215
215
|
requirements:
|
216
|
-
- - '
|
216
|
+
- - '>='
|
217
217
|
- !ruby/object:Gem::Version
|
218
|
-
version: 1.3.
|
218
|
+
version: 1.3.6
|
219
219
|
requirements: []
|
220
220
|
rubyforge_project: padrino-gen
|
221
|
-
rubygems_version: 2.
|
221
|
+
rubygems_version: 2.4.8
|
222
222
|
signing_key:
|
223
223
|
specification_version: 4
|
224
224
|
summary: Generators for easily creating and building padrino applications
|