padrino 0.9.25 → 0.9.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/padrino.gemspec +9 -3
  2. metadata +27 -28
@@ -1,3 +1,4 @@
1
+ # -*- encoding: utf-8 -*-
1
2
  require File.expand_path("../../padrino-core/lib/padrino-core/version.rb", __FILE__)
2
3
 
3
4
  Gem::Specification.new do |s|
@@ -10,11 +11,16 @@ Gem::Specification.new do |s|
10
11
  s.description = "The Godfather of Sinatra provides a full-stack agnostic framework on top of Sinatra"
11
12
  s.required_rubygems_version = ">= 1.3.6"
12
13
  s.version = Padrino.version
14
+ s.platform = Gem::Platform::RUBY
13
15
  s.date = Time.now.strftime("%Y-%m-%d")
16
+
14
17
  s.extra_rdoc_files = Dir["*.rdoc"]
15
- s.files = %w(.document .gitignore LICENSE README.rdoc Rakefile padrino.gemspec) + Dir.glob("{bin,lib,test}/**/*")
16
- s.rdoc_options = ["--charset=UTF-8"]
17
- s.require_path = "lib"
18
+ s.files = `git ls-files`.split("\n")
19
+ s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
20
+ s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
21
+ s.require_paths = ["lib"]
22
+ s.rdoc_options = ["--charset=UTF-8"]
23
+
18
24
  s.add_dependency("padrino-core", Padrino.version)
19
25
  s.add_dependency("padrino-helpers", Padrino.version)
20
26
  s.add_dependency("padrino-mailer", Padrino.version)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: padrino
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 25
10
- version: 0.9.25
9
+ - 26
10
+ version: 0.9.26
11
11
  platform: ruby
12
12
  authors:
13
13
  - Padrino Team
@@ -18,8 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2011-04-27 00:00:00 +02:00
22
- default_executable:
21
+ date: 2011-04-28 00:00:00 Z
23
22
  dependencies:
24
23
  - !ruby/object:Gem::Dependency
25
24
  name: padrino-core
@@ -29,12 +28,12 @@ dependencies:
29
28
  requirements:
30
29
  - - "="
31
30
  - !ruby/object:Gem::Version
32
- hash: 9
31
+ hash: 15
33
32
  segments:
34
33
  - 0
35
34
  - 9
36
- - 25
37
- version: 0.9.25
35
+ - 26
36
+ version: 0.9.26
38
37
  type: :runtime
39
38
  version_requirements: *id001
40
39
  - !ruby/object:Gem::Dependency
@@ -45,12 +44,12 @@ dependencies:
45
44
  requirements:
46
45
  - - "="
47
46
  - !ruby/object:Gem::Version
48
- hash: 9
47
+ hash: 15
49
48
  segments:
50
49
  - 0
51
50
  - 9
52
- - 25
53
- version: 0.9.25
51
+ - 26
52
+ version: 0.9.26
54
53
  type: :runtime
55
54
  version_requirements: *id002
56
55
  - !ruby/object:Gem::Dependency
@@ -61,12 +60,12 @@ dependencies:
61
60
  requirements:
62
61
  - - "="
63
62
  - !ruby/object:Gem::Version
64
- hash: 9
63
+ hash: 15
65
64
  segments:
66
65
  - 0
67
66
  - 9
68
- - 25
69
- version: 0.9.25
67
+ - 26
68
+ version: 0.9.26
70
69
  type: :runtime
71
70
  version_requirements: *id003
72
71
  - !ruby/object:Gem::Dependency
@@ -77,12 +76,12 @@ dependencies:
77
76
  requirements:
78
77
  - - "="
79
78
  - !ruby/object:Gem::Version
80
- hash: 9
79
+ hash: 15
81
80
  segments:
82
81
  - 0
83
82
  - 9
84
- - 25
85
- version: 0.9.25
83
+ - 26
84
+ version: 0.9.26
86
85
  type: :runtime
87
86
  version_requirements: *id004
88
87
  - !ruby/object:Gem::Dependency
@@ -93,12 +92,12 @@ dependencies:
93
92
  requirements:
94
93
  - - "="
95
94
  - !ruby/object:Gem::Version
96
- hash: 9
95
+ hash: 15
97
96
  segments:
98
97
  - 0
99
98
  - 9
100
- - 25
101
- version: 0.9.25
99
+ - 26
100
+ version: 0.9.26
102
101
  type: :runtime
103
102
  version_requirements: *id005
104
103
  - !ruby/object:Gem::Dependency
@@ -109,12 +108,12 @@ dependencies:
109
108
  requirements:
110
109
  - - "="
111
110
  - !ruby/object:Gem::Version
112
- hash: 9
111
+ hash: 15
113
112
  segments:
114
113
  - 0
115
114
  - 9
116
- - 25
117
- version: 0.9.25
115
+ - 26
116
+ version: 0.9.26
118
117
  type: :runtime
119
118
  version_requirements: *id006
120
119
  description: The Godfather of Sinatra provides a full-stack agnostic framework on top of Sinatra
@@ -131,11 +130,10 @@ files:
131
130
  - LICENSE
132
131
  - README.rdoc
133
132
  - Rakefile
134
- - padrino.gemspec
135
133
  - lib/padrino.rb
134
+ - padrino.gemspec
136
135
  - test/helper.rb
137
136
  - test/test_padrino.rb
138
- has_rdoc: true
139
137
  homepage: http://www.padrinorb.com
140
138
  licenses: []
141
139
 
@@ -167,9 +165,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
167
165
  requirements: []
168
166
 
169
167
  rubyforge_project: padrino
170
- rubygems_version: 1.5.2
168
+ rubygems_version: 1.7.2
171
169
  signing_key:
172
170
  specification_version: 3
173
171
  summary: The Godfather of Sinatra
174
- test_files: []
175
-
172
+ test_files:
173
+ - test/helper.rb
174
+ - test/test_padrino.rb