padrino 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/README.rdoc +8 -1
  2. data/Rakefile +1 -1
  3. data/VERSION +1 -1
  4. data/padrino.gemspec +15 -18
  5. metadata +6 -7
@@ -7,7 +7,14 @@ To install the padrino framework, simply grab the latest version from gemcutter:
7
7
  $ sudo gem install padrino --source http://gemcutter.org
8
8
 
9
9
  This will install the necessary padrino gems to get you started.
10
- Now you are ready to use this gem to enhance your sinatra projects or to create new Padrino applications.
10
+ Now you are ready to use this gem to enhance your existing Sinatra projects or build new Padrino applications.
11
+
12
+ == Usage
13
+
14
+ This gem serves as a container for easily installing and requiring the entire Padrino framework.
15
+
16
+ For the Padrino documentation overview, check out the
17
+ {Padrino Framework README}[http://github.com/padrino/padrino-framework/blob/master/README.rdoc]
11
18
 
12
19
  == Copyright
13
20
 
data/Rakefile CHANGED
@@ -23,7 +23,7 @@ begin
23
23
  gem.authors = ["Padrino Team", "Nathan Esquenazi", "Davide D'Agostino", "Arthur Chiu"]
24
24
  gem.add_runtime_dependency "sinatra", ">= 0.9.2"
25
25
  gem.add_development_dependency "haml", ">= 2.2.1"
26
- gem.add_development_dependency "shoulda", ">= 0"
26
+ gem.add_development_dependency "shoulda", ">= 0"
27
27
  gem.add_development_dependency "mocha", ">= 0.9.7"
28
28
  gem.add_development_dependency "rack-test", ">= 0.5.0"
29
29
  gem.add_development_dependency "webrat", ">= 0.5.1"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.3
1
+ 0.1.4
@@ -5,24 +5,21 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{padrino}
8
- s.version = "0.1.3"
8
+ s.version = "0.1.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Padrino Team", "Nathan Esquenazi", "Davide D'Agostino", "Arthur Chiu"]
12
- s.date = %q{2009-11-20}
12
+ s.date = %q{2009-11-23}
13
13
  s.description = %q{The Godfather of Sinatra provides a full-stack agnostic framework on top of Sinatra}
14
14
  s.email = %q{nesquena@gmail.com}
15
15
  s.extra_rdoc_files = [
16
- "LICENSE",
17
- "README.rdoc"
16
+ "README.rdoc"
18
17
  ]
19
18
  s.files = [
20
19
  ".document",
21
20
  ".gitignore",
22
21
  "LICENSE",
23
22
  "README.rdoc",
24
- "README.rdoc",
25
- "Rakefile",
26
23
  "Rakefile",
27
24
  "VERSION",
28
25
  "lib/padrino.rb",
@@ -47,10 +44,10 @@ Gem::Specification.new do |s|
47
44
  s.add_development_dependency(%q<mocha>, [">= 0.9.7"])
48
45
  s.add_development_dependency(%q<rack-test>, [">= 0.5.0"])
49
46
  s.add_development_dependency(%q<webrat>, [">= 0.5.1"])
50
- s.add_runtime_dependency(%q<padrino-core>, ["= 0.1.3"])
51
- s.add_runtime_dependency(%q<padrino-helpers>, ["= 0.1.3"])
52
- s.add_runtime_dependency(%q<padrino-mailer>, ["= 0.1.3"])
53
- s.add_runtime_dependency(%q<padrino-routing>, ["= 0.1.3"])
47
+ s.add_runtime_dependency(%q<padrino-core>, ["= 0.1.4"])
48
+ s.add_runtime_dependency(%q<padrino-helpers>, ["= 0.1.4"])
49
+ s.add_runtime_dependency(%q<padrino-mailer>, ["= 0.1.4"])
50
+ s.add_runtime_dependency(%q<padrino-routing>, ["= 0.1.4"])
54
51
  else
55
52
  s.add_dependency(%q<sinatra>, [">= 0.9.2"])
56
53
  s.add_dependency(%q<haml>, [">= 2.2.1"])
@@ -58,10 +55,10 @@ Gem::Specification.new do |s|
58
55
  s.add_dependency(%q<mocha>, [">= 0.9.7"])
59
56
  s.add_dependency(%q<rack-test>, [">= 0.5.0"])
60
57
  s.add_dependency(%q<webrat>, [">= 0.5.1"])
61
- s.add_dependency(%q<padrino-core>, ["= 0.1.3"])
62
- s.add_dependency(%q<padrino-helpers>, ["= 0.1.3"])
63
- s.add_dependency(%q<padrino-mailer>, ["= 0.1.3"])
64
- s.add_dependency(%q<padrino-routing>, ["= 0.1.3"])
58
+ s.add_dependency(%q<padrino-core>, ["= 0.1.4"])
59
+ s.add_dependency(%q<padrino-helpers>, ["= 0.1.4"])
60
+ s.add_dependency(%q<padrino-mailer>, ["= 0.1.4"])
61
+ s.add_dependency(%q<padrino-routing>, ["= 0.1.4"])
65
62
  end
66
63
  else
67
64
  s.add_dependency(%q<sinatra>, [">= 0.9.2"])
@@ -70,10 +67,10 @@ Gem::Specification.new do |s|
70
67
  s.add_dependency(%q<mocha>, [">= 0.9.7"])
71
68
  s.add_dependency(%q<rack-test>, [">= 0.5.0"])
72
69
  s.add_dependency(%q<webrat>, [">= 0.5.1"])
73
- s.add_dependency(%q<padrino-core>, ["= 0.1.3"])
74
- s.add_dependency(%q<padrino-helpers>, ["= 0.1.3"])
75
- s.add_dependency(%q<padrino-mailer>, ["= 0.1.3"])
76
- s.add_dependency(%q<padrino-routing>, ["= 0.1.3"])
70
+ s.add_dependency(%q<padrino-core>, ["= 0.1.4"])
71
+ s.add_dependency(%q<padrino-helpers>, ["= 0.1.4"])
72
+ s.add_dependency(%q<padrino-mailer>, ["= 0.1.4"])
73
+ s.add_dependency(%q<padrino-routing>, ["= 0.1.4"])
77
74
  end
78
75
  end
79
76
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: padrino
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Padrino Team
@@ -12,7 +12,7 @@ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
14
 
15
- date: 2009-11-20 00:00:00 -08:00
15
+ date: 2009-11-23 00:00:00 -08:00
16
16
  default_executable:
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
@@ -83,7 +83,7 @@ dependencies:
83
83
  requirements:
84
84
  - - "="
85
85
  - !ruby/object:Gem::Version
86
- version: 0.1.3
86
+ version: 0.1.4
87
87
  version:
88
88
  - !ruby/object:Gem::Dependency
89
89
  name: padrino-helpers
@@ -93,7 +93,7 @@ dependencies:
93
93
  requirements:
94
94
  - - "="
95
95
  - !ruby/object:Gem::Version
96
- version: 0.1.3
96
+ version: 0.1.4
97
97
  version:
98
98
  - !ruby/object:Gem::Dependency
99
99
  name: padrino-mailer
@@ -103,7 +103,7 @@ dependencies:
103
103
  requirements:
104
104
  - - "="
105
105
  - !ruby/object:Gem::Version
106
- version: 0.1.3
106
+ version: 0.1.4
107
107
  version:
108
108
  - !ruby/object:Gem::Dependency
109
109
  name: padrino-routing
@@ -113,7 +113,7 @@ dependencies:
113
113
  requirements:
114
114
  - - "="
115
115
  - !ruby/object:Gem::Version
116
- version: 0.1.3
116
+ version: 0.1.4
117
117
  version:
118
118
  description: The Godfather of Sinatra provides a full-stack agnostic framework on top of Sinatra
119
119
  email: nesquena@gmail.com
@@ -122,7 +122,6 @@ executables: []
122
122
  extensions: []
123
123
 
124
124
  extra_rdoc_files:
125
- - LICENSE
126
125
  - README.rdoc
127
126
  files:
128
127
  - .document