diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/software_spec.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/software_spec.rb b/Library/Homebrew/software_spec.rb index 28c4cd431..856fe4071 100644 --- a/Library/Homebrew/software_spec.rb +++ b/Library/Homebrew/software_spec.rb @@ -3,8 +3,7 @@ require 'checksum' require 'version' class SoftwareSpec - attr_reader :checksum, :mirrors, :specs - attr_reader :using # for auditing + attr_reader :checksum, :mirrors, :specs, :using def initialize url=nil, version=nil @url = url |
