sinatra_more 0.3.36 → 0.3.37

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.36
1
+ 0.3.37
@@ -1,11 +1,11 @@
1
1
  # This is for adding specific methods that are required by sinatra_more if activesupport isn't required
2
2
 
3
3
  unless String.method_defined?(:titleize) && Hash.method_defined?(:slice)
4
+ require 'active_support/core_ext/kernel'
4
5
  require 'active_support/core_ext/array'
5
6
  require 'active_support/core_ext/hash'
6
7
  require 'active_support/deprecation'
7
8
  require 'active_support/inflector'
8
- require 'active_support/core_ext/kernel'
9
9
  require 'active_support/core_ext/module'
10
10
  require 'active_support/core_ext/class'
11
11
  end
data/sinatra_more.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{sinatra_more}
8
- s.version = "0.3.36"
8
+ s.version = "0.3.37"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Nathan Esquenazi"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra_more
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.36
4
+ version: 0.3.37
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Esquenazi