padrino-support 0.14.4 → 0.15.0

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/padrino-support.gemspec +0 -1
  3. metadata +7 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 72afe61674c8f7a1958d3b8e47697093e1222e4d31904b2392190525ba0fedf6
4
- data.tar.gz: 79620ef6a387310fd512d05bd7c7b772988b1295676f356038531e9320846831
3
+ metadata.gz: 98d0852753df3ea6989204eaca02a18208e650d7ddc2697131880362831903ad
4
+ data.tar.gz: 201436ff7c5ed70fa5866a0773ce104aea97a44661a2dbd477acadbf5f85b8db
5
5
  SHA512:
6
- metadata.gz: ec47732f8b25c0d0c99f4af484c9c75dc07b65840c258a6b13e141b22afac11cfc58c2d1e8206fc068927f5f9ce6f5f897e2af7f38e16df72c50335a9cc20460
7
- data.tar.gz: b12420ec631eb1d879df12edd2c4f97a62ac4520494b0779d5c78bfef76901ff33ef2b8b93cb92bf2233d9b5de43877c241d547e53a666c7a5367c6134ee5e49
6
+ metadata.gz: 9725c94737e0d6eed8f7b679225bdbd3f5c27fd467e8fbd2f6fa3a255f433569d08c09a64ab529b810c8a281aaac3610dbba95a7510563d033c0616147f1aa2e
7
+ data.tar.gz: 6ff093b292726699f66a6000124916928e2d6d8a5e95e37a409efcb1ba4d9fb93dae2a533602da6384f3007d88e29403cb41efe44a1aaf7787c8d9574cd30688
@@ -5,7 +5,6 @@ require File.expand_path("../../padrino-core/lib/padrino-core/version.rb", __FIL
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "padrino-support"
8
- s.rubyforge_project = "padrino-support"
9
8
  s.authors = ["Padrino Team", "Nathan Esquenazi", "Davide D'Agostino", "Arthur Chiu", "Igor Bochkariov"]
10
9
  s.email = "padrinorb@gmail.com"
11
10
  s.summary = "Support for padrino"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: padrino-support
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.4
4
+ version: 0.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Padrino Team
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2018-11-05 00:00:00.000000000 Z
15
+ date: 2020-05-14 00:00:00.000000000 Z
16
16
  dependencies: []
17
17
  description: A number of support methods and extensions for Padrino framework
18
18
  email: padrinorb@gmail.com
@@ -76,9 +76,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  - !ruby/object:Gem::Version
77
77
  version: 1.3.6
78
78
  requirements: []
79
- rubyforge_project: padrino-support
80
- rubygems_version: 2.7.8
79
+ rubygems_version: 3.0.6
81
80
  signing_key:
82
81
  specification_version: 4
83
82
  summary: Support for padrino
84
- test_files: []
83
+ test_files:
84
+ - test/helper.rb
85
+ - test/test_colorize.rb
86
+ - test/test_utils.rb