padrino-support 0.14.1.1 → 0.15.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -13
- data/lib/padrino-support/core_ext/string/colorize.rb +0 -11
- data/lib/padrino-support/default_inflections.rb +3 -2
- data/padrino-support.gemspec +0 -1
- metadata +16 -14
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
NDBjMDI2YzI0MDQwZGUzOWIwNmJhMjNlMjc2MDIyZjFmMjhlNWNjYg==
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 55385e2f11ee010d7bcc4f8f25fc0d9f8cce28c3155579723073997c4b087ff7
|
4
|
+
data.tar.gz: 790be39329af82068f3652348dc8a71102d9d27ed0a879dbcc0d56a29a19b734
|
7
5
|
SHA512:
|
8
|
-
metadata.gz:
|
9
|
-
|
10
|
-
NmM4OTcyMTRhOTZkOTY0ZjE1ZmEyZmE4MjUwODQyYzIwYTZhYjYzMjI4OTUy
|
11
|
-
YTU5YmVmYTQzNzQ4ZDRlYzdiYzY5YThhZWJkZWU1MjAzNTc5MTE=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
ZjEzZjMwZDE3M2FjMTFlNmM1NDk3NDY5ZmM1NDk1MDhjZjNhMzY0OTUwODE5
|
14
|
-
YmRmYzQ1M2Y3MDU0YzRjNDU2MzgwYmU3ODIyNDVmMjViZDNhMDllMjJlNjAy
|
15
|
-
N2M3MGIyZTQ0OWUxYTVlMWQ2NmY4YTk4YTcxNGYyNTI1NjYyZjA=
|
6
|
+
metadata.gz: e9ca5fccdab70281963ba7af11f813df5de89d68ffefc2c5eb8b6a195a03cfedab37315b96ce1fa24c68085d3f0773e95f20d0088f356abc2bf675f8e48322e6
|
7
|
+
data.tar.gz: 1dc90ea965e496c6bd05b5587d719147eef1cc0729b4fac153b7dcbdff07d4e66fa2dfe68acfce4393590cd8db32fc19d2d4f6a655f11ab29c3e3e4ebe4c7761
|
@@ -1,14 +1,3 @@
|
|
1
|
-
# Ruby color support for Windows
|
2
|
-
# If you want colorize on Windows with Ruby 1.9, please use ansicon:
|
3
|
-
# https://github.com/adoxa/ansicon
|
4
|
-
# Other ways, add `gem 'win32console'` to your Gemfile.
|
5
|
-
if RUBY_PLATFORM =~ /mswin|mingw/ && RUBY_VERSION < '2.0' && ENV['ANSICON'].nil?
|
6
|
-
begin
|
7
|
-
require 'win32console'
|
8
|
-
rescue LoadError
|
9
|
-
end
|
10
|
-
end
|
11
|
-
|
12
1
|
##
|
13
2
|
# Add colors
|
14
3
|
#
|
@@ -1,6 +1,7 @@
|
|
1
|
+
# frozen-string-literal: true
|
1
2
|
##
|
2
|
-
# This module is based on Sequel 4.
|
3
|
-
# sequel-4.
|
3
|
+
# This module is based on Sequel 5.4.0
|
4
|
+
# sequel-5.4.0/lib/sequel/model/default_inflections.rb
|
4
5
|
#
|
5
6
|
module Padrino
|
6
7
|
# Proc that is instance evaled to create the default inflections for both the
|
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.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Padrino Team
|
@@ -9,10 +9,10 @@ authors:
|
|
9
9
|
- Davide D'Agostino
|
10
10
|
- Arthur Chiu
|
11
11
|
- Igor Bochkariov
|
12
|
-
autorequire:
|
12
|
+
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date:
|
15
|
+
date: 2021-04-25 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
|
@@ -20,9 +20,9 @@ executables: []
|
|
20
20
|
extensions: []
|
21
21
|
extra_rdoc_files: []
|
22
22
|
files:
|
23
|
-
- .document
|
24
|
-
- .gitignore
|
25
|
-
- .yardopts
|
23
|
+
- ".document"
|
24
|
+
- ".gitignore"
|
25
|
+
- ".yardopts"
|
26
26
|
- LICENSE.txt
|
27
27
|
- Rakefile
|
28
28
|
- lib/padrino-support.rb
|
@@ -60,25 +60,27 @@ homepage: http://www.padrinorb.com
|
|
60
60
|
licenses:
|
61
61
|
- MIT
|
62
62
|
metadata: {}
|
63
|
-
post_install_message:
|
63
|
+
post_install_message:
|
64
64
|
rdoc_options:
|
65
|
-
- --charset=UTF-8
|
65
|
+
- "--charset=UTF-8"
|
66
66
|
require_paths:
|
67
67
|
- lib
|
68
68
|
required_ruby_version: !ruby/object:Gem::Requirement
|
69
69
|
requirements:
|
70
|
-
- -
|
70
|
+
- - ">="
|
71
71
|
- !ruby/object:Gem::Version
|
72
72
|
version: '0'
|
73
73
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
74
74
|
requirements:
|
75
|
-
- -
|
75
|
+
- - ">="
|
76
76
|
- !ruby/object:Gem::Version
|
77
77
|
version: 1.3.6
|
78
78
|
requirements: []
|
79
|
-
|
80
|
-
|
81
|
-
signing_key:
|
79
|
+
rubygems_version: 3.0.8
|
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
|