padrino-gen 0.9.21 → 0.9.22

Sign up to get free protection for your applications and to get access to all the features.
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2010 Padrino
1
+ Copyright (c) 2011 Padrino
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.rdoc CHANGED
@@ -160,4 +160,4 @@ To learn more about the mailer generator, check out the guide to
160
160
 
161
161
  == Copyright
162
162
 
163
- Copyright (c) 2010 Padrino. See LICENSE for details.
163
+ Copyright (c) 2011 Padrino. See LICENSE for details.
@@ -28,7 +28,7 @@ MONGO
28
28
 
29
29
  def setup_orm
30
30
  require_dependencies 'bson_ext', :require => 'mongo'
31
- require_dependencies 'mongoid', '2.0.0.beta.20'
31
+ require_dependencies 'mongoid', :version => '2.0.0.beta.20'
32
32
  create_file("config/database.rb", MONGOID.gsub(/!NAME!/, @app_name.underscore))
33
33
  empty_directory('app/models')
34
34
  end
@@ -2,16 +2,16 @@
2
2
  * jQuery JavaScript Library v1.4.2
3
3
  * http://jquery.com/
4
4
  *
5
- * Copyright 2010, John Resig
5
+ * Copyright 2011, John Resig
6
6
  * Dual licensed under the MIT or GPL Version 2 licenses.
7
7
  * http://jquery.org/license
8
8
  *
9
9
  * Includes Sizzle.js
10
10
  * http://sizzlejs.com/
11
- * Copyright 2010, The Dojo Foundation
11
+ * Copyright 2011, The Dojo Foundation
12
12
  * Released under the MIT, BSD, and GPL Licenses.
13
13
  *
14
- * Date: Sat Feb 13 22:33:48 2010 -0500
14
+ * Date: Sat Feb 13 22:33:48 2011 -0500
15
15
  */
16
16
  (function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,j){var i=a.length;if(typeof b==="object"){for(var o in b)X(a,o,b[o],f,e,d);return a}if(d!==w){f=!j&&f&&c.isFunction(d);for(o=0;o<i;o++)e(a[o],b,f?d.call(a[o],o,e(a[o],b)):d,j);return a}return i?
17
17
  e(a[0],b):w}function J(){return(new Date).getTime()}function Y(){return false}function Z(){return true}function na(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function oa(a){var b,d=[],f=[],e=arguments,j,i,o,k,n,r;i=c.data(this,"events");if(!(a.liveFired===this||!i||!i.live||a.button&&a.type==="click")){a.liveFired=this;var u=i.live.slice(0);for(k=0;k<u.length;k++){i=u[k];i.origType.replace(O,"")===a.type?f.push(i.selector):u.splice(k--,1)}j=c(a.target).closest(f,a.currentTarget);n=0;for(r=
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: padrino-gen
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 21
10
- version: 0.9.21
9
+ - 22
10
+ version: 0.9.22
11
11
  platform: ruby
12
12
  authors:
13
13
  - Padrino Team
@@ -18,7 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2011-02-28 00:00:00 -08:00
21
+ date: 2011-03-04 00:00:00 -08:00
22
22
  default_executable: padrino-gen
23
23
  dependencies:
24
24
  - !ruby/object:Gem::Dependency
@@ -29,12 +29,12 @@ dependencies:
29
29
  requirements:
30
30
  - - "="
31
31
  - !ruby/object:Gem::Version
32
- hash: 17
32
+ hash: 23
33
33
  segments:
34
34
  - 0
35
35
  - 9
36
- - 21
37
- version: 0.9.21
36
+ - 22
37
+ version: 0.9.22
38
38
  type: :runtime
39
39
  version_requirements: *id001
40
40
  - !ruby/object:Gem::Dependency
@@ -198,7 +198,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
198
198
  requirements: []
199
199
 
200
200
  rubyforge_project: padrino-gen
201
- rubygems_version: 1.5.2
201
+ rubygems_version: 1.6.0
202
202
  signing_key:
203
203
  specification_version: 3
204
204
  summary: Generators for easily creating and building padrino applications