sinatra_more 0.3.37 → 0.3.38
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/sinatra_more/support_lite.rb +2 -2
- data/sinatra_more.gemspec +1 -1
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.38
|
@@ -4,10 +4,10 @@ unless String.method_defined?(:titleize) && Hash.method_defined?(:slice)
|
|
4
4
|
require 'active_support/core_ext/kernel'
|
5
5
|
require 'active_support/core_ext/array'
|
6
6
|
require 'active_support/core_ext/hash'
|
7
|
-
require 'active_support/deprecation'
|
8
|
-
require 'active_support/inflector'
|
9
7
|
require 'active_support/core_ext/module'
|
10
8
|
require 'active_support/core_ext/class'
|
9
|
+
require 'active_support/deprecation'
|
10
|
+
require 'active_support/inflector'
|
11
11
|
end
|
12
12
|
|
13
13
|
unless String.method_defined?(:blank?)
|
data/sinatra_more.gemspec
CHANGED