Skip to content

Commit

Permalink
move yaml require to the proper place
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Jan 11, 2011
1 parent 2e650f5 commit b2d6f87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/taps/config.rb
@@ -1,6 +1,5 @@
require 'sequel'
require 'sqlite3'
require 'yaml'
require 'taps/version'

Sequel.datetime_class = DateTime
Expand Down
2 changes: 2 additions & 0 deletions lib/taps/version.rb
@@ -1,3 +1,5 @@
require "yaml"

module Taps
def self.version_yml
@@version_yml ||= YAML.load(File.read(File.dirname(__FILE__) + '/../../VERSION.yml'))
Expand Down

0 comments on commit b2d6f87

Please sign in to comment.