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.
Files changed (2) hide show
  1. data/lib/padrino-core/version.rb +1 -1
  2. metadata +5 -3
@@ -6,7 +6,7 @@
6
6
  #
7
7
  module Padrino
8
8
  # The version constant for the current version of Padrino.
9
- VERSION = '0.10.4' unless defined?(Padrino::VERSION)
9
+ VERSION = '0.10.5' unless defined?(Padrino::VERSION)
10
10
 
11
11
  #
12
12
  # The current Padrino version.
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.4
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 Z
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.8.10
183
+ rubygems_version: 1.6.2
182
184
  signing_key:
183
185
  specification_version: 3
184
186
  summary: The required Padrino core gem