padrino-support 0.14.4 → 0.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/padrino-support.gemspec +0 -1
- metadata +7 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 98d0852753df3ea6989204eaca02a18208e650d7ddc2697131880362831903ad
|
4
|
+
data.tar.gz: 201436ff7c5ed70fa5866a0773ce104aea97a44661a2dbd477acadbf5f85b8db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9725c94737e0d6eed8f7b679225bdbd3f5c27fd467e8fbd2f6fa3a255f433569d08c09a64ab529b810c8a281aaac3610dbba95a7510563d033c0616147f1aa2e
|
7
|
+
data.tar.gz: 6ff093b292726699f66a6000124916928e2d6d8a5e95e37a409efcb1ba4d9fb93dae2a533602da6384f3007d88e29403cb41efe44a1aaf7787c8d9574cd30688
|
data/padrino-support.gemspec
CHANGED
@@ -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.
|
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:
|
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
|
-
|
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
|