Skip to content

Commit

Permalink
Move deep_merge require from rules.rb to export.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
davispuh committed Jan 22, 2014
1 parent 34d5c6d commit 61e80b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/cldr/export.rb
Expand Up @@ -3,6 +3,7 @@
require 'core_ext/string/camelize'
require 'core_ext/string/underscore'
require 'core_ext/hash/deep_stringify_keys'
require 'core_ext/hash/deep_merge'

module Cldr
module Export
Expand Down
1 change: 0 additions & 1 deletion lib/cldr/export/data/plurals/rules.rb
@@ -1,6 +1,5 @@
require 'rubygems'
require 'rexml/document'
require 'core_ext/hash/deep_merge'

module Cldr
module Export
Expand Down

0 comments on commit 61e80b9

Please sign in to comment.