Skip to content

Commit

Permalink
Add 'require rubygems' to support loading with -r in Ruby 1.8.7
Browse files Browse the repository at this point in the history
Change-Id: I8433de20f8ef3947df510ab82267688a9fe40440
  • Loading branch information
Jennifer Hickey committed Feb 28, 2012
1 parent e81b5a3 commit ebbc3dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions auto-reconfiguration/lib/cfautoconfig.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
require 'rubygems'
require 'cfautoconfig/configurer'
require 'cfautoconfig/version'
2 changes: 1 addition & 1 deletion auto-reconfiguration/lib/cfautoconfig/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AutoReconfiguration
VERSION = '0.0.1'
VERSION = '0.0.2'
end

0 comments on commit ebbc3dd

Please sign in to comment.