Skip to content

Commit

Permalink
Fix require for gem processor
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Collins committed Aug 18, 2011
1 parent 35a84a4 commit 6e252d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.7.1

* Require BaseProcessor for GemProcessor

## 0.7.0

* Allow local variable as a class name
Expand Down
4 changes: 3 additions & 1 deletion lib/processors/gem_processor.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#Processes Gemfile.lock
require 'processors/base_processor'

#Processes Gemfile and Gemfile.lock
class GemProcessor < BaseProcessor
def initialize *args
super
Expand Down

0 comments on commit 6e252d3

Please sign in to comment.