File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "LicensesViewController"
3- s . version = "0.10 .0"
3+ s . version = "0.11 .0"
44 s . summary = "Give credit where credit is due."
55 s . description = <<-DESC
66 Recursively finds all LICENSE.* files in a given directory and generates that can be displayed via Settings.bundle or the provided view controller.
Original file line number Diff line number Diff line change 1- #!/usr/bin/python3
1+ #!/usr/bin/env python3
22# coding: utf-8
33
44"""
2121from optparse import Option , OptionValueError
2222from copy import deepcopy
2323
24- VERSION = '0.5 .0'
24+ VERSION = '0.11 .0'
2525PROG = os .path .basename (os .path .splitext (__file__ )[0 ])
2626DESCRIPTION = """Generate a `Settings.bundle` friendly plist file from all
2727 'LICENSE.*' files in a given directory. Inspired by JosephH and Sean's
You can’t perform that action at this time.
0 commit comments