Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Commit

Permalink
Add base bundler definition accessor to Polisher Gemfile interface
Browse files Browse the repository at this point in the history
  • Loading branch information
movitto committed Mar 20, 2014
1 parent e9ca307 commit 1b4a816
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/polisher/gemfile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ class Gemfile
# always empty array, for interface compatability
attr_accessor :file_paths

attr_accessor :definition

def initialize(args={})
@version = nil
@deps = args[:deps]
Expand Down

0 comments on commit 1b4a816

Please sign in to comment.