fix that silly mistake that made the percentage plummet
mostly due to the fact that object is a hash now, not array. Took a while though
This commit is contained in:
2
Gemfile
2
Gemfile
@ -5,9 +5,11 @@ gem "salama" , :path => "."
|
||||
gem "rake"
|
||||
|
||||
gem "salama-reader" , :github => "salama/salama-reader"
|
||||
#gem "salama-reader" , :path => "../salama-reader"
|
||||
gem "salama-object-file" , :github => "salama/salama-object-file"
|
||||
#gem "salama-object-file" , :path => "../salama-object-file"
|
||||
gem "salama-arm" , :github => "salama/salama-arm"
|
||||
#gem "salama-arm" , :path => "../salama-arm"
|
||||
|
||||
gem "codeclimate-test-reporter", require: nil
|
||||
|
||||
|
Reference in New Issue
Block a user