Skip to content

Commit

Permalink
Only require the part of active support we need
Browse files Browse the repository at this point in the history
  • Loading branch information
albus522 committed Apr 18, 2014
1 parent 561d803 commit e23cdcd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lib/graticule.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# encoding: UTF-8
$:.unshift(File.dirname(__FILE__))

require 'active_support'
require 'active_support/core_ext'
require 'active_support/inflections'
require 'active_support/core_ext/class/attribute'
require 'active_support/core_ext/hash/keys'
require 'active_support/core_ext/object/blank'
require 'active_support/core_ext/object/with_options'
require 'active_support/core_ext/string/inflections'

require 'graticule/version'
require 'graticule/core_ext'
Expand Down

0 comments on commit e23cdcd

Please sign in to comment.