Skip to content

Commit

Permalink
Merge pull request #79 from jschaf/feature/coverage
Browse files Browse the repository at this point in the history
HTTPS Everywhere
  • Loading branch information
sergeyklay authored Mar 18, 2020
2 parents 101d46e + d4d9be5 commit c9c95e2
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion Cask
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
;; -*- mode: cask -*-

(source gnu)
(source melpa)

Expand All @@ -10,5 +12,4 @@
(depends-on "dash")
(depends-on "buttercup")
(depends-on "undercover")
(depends-on "el-mock")
(depends-on "noflet"))
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ help: .title
@echo ' $(CASK): $(if $(HAVE_CASK),yes,no)'
@echo ''
@echo 'You need $(CASK) to develop and test Esup.'
@echo 'See http://cask.readthedocs.io/ for more.'
@echo 'See https://cask.readthedocs.io/ for more.'
@echo ''
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ of Emacs, but this is NOT guaranteed. Bug reports for problems related to using
Esup with older versions of Emacs will most like not be addressed.

The master of all the material is the Git repository at
http://github.com/jschaf/esup .
https://github.com/jschaf/esup .

NOTE: The `master` branch will always contain the latest _unstable_ version. If
you wish to check older versions or formal, tagged release, please switch to the
Expand Down Expand Up @@ -170,11 +170,11 @@ make test

[actions badge]: https://github.com/jschaf/esup/workflows/build/badge.svg
[actions link]: https://github.com/jschaf/esup/actions
[melpa badge]: http://melpa.org/packages/esup-badge.svg
[melpa link]: http://melpa.org/#/esup
[melpa badge]: https://melpa.org/packages/esup-badge.svg
[melpa link]: https://melpa.org/#/esup
[melpa-s badge]: https://stable.melpa.org/packages/esup-badge.svg
[melpa-s link]: https://stable.melpa.org/#/esup
[esup tags]: http://github.com/jschaf/esup/tags
[esup tags]: https://github.com/jschaf/esup/tags
[melpa help]: https://melpa.org/#/getting-started
[cask]: https://cask.github.io
[ccov badge]: https://codecov.io/gh/jschaf/esup/branch/master/graph/badge.svg
Expand Down
2 changes: 1 addition & 1 deletion esup-child.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Joe Schafer <[email protected]>
;; Maintainer: Serghei Iakovlev <[email protected]>
;; Version: 0.7.1
;; URL: http://github.com/jschaf/esup
;; URL: https://github.com/jschaf/esup
;; Keywords: convenience, processes
;; Package-Requires: ((cl-lib "0.5") (emacs "25"))

Expand Down
2 changes: 1 addition & 1 deletion esup.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Joe Schafer <[email protected]>
;; Maintainer: Serghei Iakovlev <[email protected]>
;; Version: 0.7.1
;; URL: http://github.com/jschaf/esup
;; URL: https://github.com/jschaf/esup
;; Keywords: convenience, processes
;; Package-Requires: ((cl-lib "0.5") (emacs "25"))

Expand Down
2 changes: 1 addition & 1 deletion test/test-esup.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Joe Schafer <[email protected]>
;; Maintainer: Serghei Iakovlev <[email protected]>
;; Version: 0.7.1
;; URL: http://github.com/jschaf/esup
;; URL: https://github.com/jschaf/esup

;; This file is NOT part of GNU Emacs.

Expand Down
2 changes: 1 addition & 1 deletion test/test-utils.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Joe Schafer <[email protected]>
;; Maintainer: Serghei Iakovlev <[email protected]>
;; Version: 0.7.1
;; URL: http://github.com/jschaf/esup
;; URL: https://github.com/jschaf/esup

;; This file is NOT part of GNU Emacs.

Expand Down
2 changes: 1 addition & 1 deletion test/utils.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Joe Schafer <[email protected]>
;; Maintainer: Serghei Iakovlev <[email protected]>
;; Version: 0.7.1
;; URL: http://github.com/jschaf/esup
;; URL: https://github.com/jschaf/esup

;; This file is NOT part of GNU Emacs.

Expand Down

0 comments on commit c9c95e2

Please sign in to comment.