padrino-core 0.10.4 → 0.10.5
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.
- data/lib/padrino-core/version.rb +1 -1
- metadata +5 -3
data/lib/padrino-core/version.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: padrino-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.10.
|
|
5
|
+
version: 0.10.5
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Padrino Team
|
|
@@ -13,7 +13,8 @@ autorequire:
|
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
15
|
|
|
16
|
-
date: 2011-10-12 00:00:00
|
|
16
|
+
date: 2011-10-12 00:00:00 -07:00
|
|
17
|
+
default_executable:
|
|
17
18
|
dependencies:
|
|
18
19
|
- !ruby/object:Gem::Dependency
|
|
19
20
|
name: tilt
|
|
@@ -155,6 +156,7 @@ files:
|
|
|
155
156
|
- test/test_restful_routing.rb
|
|
156
157
|
- test/test_router.rb
|
|
157
158
|
- test/test_routing.rb
|
|
159
|
+
has_rdoc: true
|
|
158
160
|
homepage: http://www.padrinorb.com
|
|
159
161
|
licenses: []
|
|
160
162
|
|
|
@@ -178,7 +180,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
178
180
|
requirements: []
|
|
179
181
|
|
|
180
182
|
rubyforge_project: padrino-core
|
|
181
|
-
rubygems_version: 1.
|
|
183
|
+
rubygems_version: 1.6.2
|
|
182
184
|
signing_key:
|
|
183
185
|
specification_version: 3
|
|
184
186
|
summary: The required Padrino core gem
|