Skip to content

Commit

Permalink
Don't require rubygems and explicitly require date.
Browse files Browse the repository at this point in the history
This change is reported by Albert Lash.
  • Loading branch information
libc committed Jun 13, 2010
1 parent 377ebff commit 4d52498
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
@@ -1,3 +1,4 @@
v0.1.3. Fix recognition of date on weird environments
v0.1.2. Initialize buffer before use
v0.1.1. Fixes for new version of FFI gem
v0.1.0. Clean class method.
Expand Down
1 change: 0 additions & 1 deletion lib/tidy_ffi.rb
@@ -1,4 +1,3 @@
require 'rubygems'
require 'ffi'

module TidyFFI
Expand Down
2 changes: 2 additions & 0 deletions lib/tidy_ffi/interface.rb
@@ -1,3 +1,5 @@
require 'date'

# Low level interface to libtidy.
class TidyFFI::Interface
LibTidy = TidyFFI::LibTidy
Expand Down
2 changes: 1 addition & 1 deletion test/test_helper.rb
@@ -1,8 +1,8 @@
require 'test/unit'

require 'rubygems'
require 'tidy_ffi'

require 'rubygems'
require 'rr'
require 'matchy'
require 'context'
Expand Down

0 comments on commit 4d52498

Please sign in to comment.