rubyworks / qed

Quality Ensured Documentation
http://rubyworks.github.com/qed
Other
31 stars 5 forks source link

fixed error for rubygems in Gemfile and bug in qed --help #22

Open RobertDober opened 10 years ago

RobertDober commented 10 years ago

before reactivating the self.settings method and storing settings in an ivar

qed --help

insulted the user with something like undefined local variable or method 'settings'

Forgot to fix error in Gemfile oops

RobertDober commented 10 years ago

Hmm I cannot see the failed build? Can you? I am about to try to add an option to implement #23, but that will touch the same area of code, so I am afraid that you could never accept the PR.

RobertDober commented 10 years ago

No I can, blind me: https://travis-ci.org/rubyworks/qed/jobs/23280283 sorry

RobertDober commented 10 years ago

Hmm this implements #23 but the code is so ugly and not CLI driven, if you are interested I can continue to work on this