padrino-support 0.14.2 → 0.14.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1e9931b72c6e0917e2359dc995a747ba56445528
4
- data.tar.gz: 28521be07217d427fd1787e926a37a82ff41994e
3
+ metadata.gz: b79f543af60c3bd2ee83e0922009eeddbbd35b16
4
+ data.tar.gz: 8f5ce0c5b9b14da334bff33eedef086f420d30b3
5
5
  SHA512:
6
- metadata.gz: 3c2bba9d3c21545686bec74648463d954fd9b843ce0ded99c91bf5a3847cb9e4f03d32e9bf28e3d67cd3b89948565c773fce60b97eddea8545b22c7d19e1bb0b
7
- data.tar.gz: bdd14f3b0dabb3e9f6b3e07039c82f805d2a1ad1174396e387bcb98cbefcf8084cb88fa77ec6ae361076d070c9c9290fb1ce85fd1fb626d64945874de2ddad4d
6
+ metadata.gz: bd726ed78868f13ec93e1c3ebd4e2ce3a1f01decb21f555d0e32251f7e32671dc5dda5eddc6572dce59a35bfbdd66841cd231cb92d30fea0d314e3adfe6e95a3
7
+ data.tar.gz: e24072bfa05c57ab6a85bc75d576772cda79737d2e94e210ac46886f0ae06007e97411aa4973e79f9ab10a7545d51ba86947a2672e2aaddfda82b2c0294a00b9
@@ -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.27.0
3
- # sequel-4.27.0/lib/sequel/model/default_inflections.rb
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
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.2
4
+ version: 0.14.3
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-01-02 00:00:00.000000000 Z
15
+ date: 2018-02-23 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