Skip to content

Commit

Permalink
Merge pull request #62 from killthekitten/add-utils-dependency
Browse files Browse the repository at this point in the history
Explicitly require some hanami-utils dependencies
  • Loading branch information
jodosha committed Mar 11, 2016
2 parents 4919a0e + ca15107 commit 0c7619b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,9 @@ View helpers for Ruby web applications
### Changed
[Luca Guidi] Drop support for Ruby 2.0 and 2.1

### Fixed
[Nikolay Shebanov] Explicitly require some `hanami-utils` dependencies

## v0.3.0 - 2016-01-22
### Changed
- [Luca Guidi] Renamed the project
Expand Down
2 changes: 2 additions & 0 deletions lib/hanami/helpers/html_helper/html_fragment.rb
@@ -1,3 +1,5 @@
require 'hanami/utils/escape'

module Hanami
module Helpers
module HtmlHelper
Expand Down
1 change: 1 addition & 0 deletions lib/hanami/helpers/html_helper/html_node.rb
@@ -1,4 +1,5 @@
require 'hanami/helpers/html_helper/empty_html_node'
require 'hanami/utils/escape'

module Hanami
module Helpers
Expand Down
2 changes: 2 additions & 0 deletions lib/hanami/helpers/html_helper/text_node.rb
@@ -1,3 +1,5 @@
require 'hanami/utils/escape'

module Hanami
module Helpers
module HtmlHelper
Expand Down
2 changes: 2 additions & 0 deletions lib/hanami/helpers/number_formatting_helper.rb
@@ -1,3 +1,5 @@
require 'hanami/utils/kernel'

module Hanami
module Helpers
# Number formatter
Expand Down
2 changes: 2 additions & 0 deletions lib/hanami/helpers/routing_helper.rb
@@ -1,3 +1,5 @@
require 'hanami/utils/string'

module Hanami
module Helpers
# Routing helper for full stack Hanami web applications.
Expand Down

0 comments on commit 0c7619b

Please sign in to comment.