cocoapods-acknowledgements
cocoapods-acknowledgements copied to clipboard
Html rendering
Architecture changed.
- Base class Generator added.
- Module Auxiliaries added which contains file handling operations. Could be merged into base class Generator.
- HTMLGenerator added.
- Plist and HTML Writers added which handles output to appropriate file format.
@segiddins updated. nokogiri dependency removed.
Any chance of merging this branch ?
I don't think it's done, see: https://github.com/CocoaPods/cocoapods-acknowledgements/pull/47/files#diff-86a5d812fd9ecac367ea96aaa1964994R4
@orta
It is an obsoleted class. ( or duplicate ). I use PlistGenerator
instead. They are identical in terms of Model.
You can check invocations of HTMLGenerator
. Maybe anybody can figure out what we can do with it in future. For now it is empty and it copies whole body of PlistGenerator
. ( yeah, copy-paste is evil ).
Update:
HTMLWriter
consumes PlistGenerator::SpecObject
to generate correct output.
Weird, build error.
Bundler could not find compatible versions for gem "bundler":
In Gemfile:
bundler (~> 1.3)
Current Bundler version:
bundler (2.0.1)
@segiddins Could you post a review?