File tree Expand file tree Collapse file tree 5 files changed +20
-6
lines changed
Expand file tree Collapse file tree 5 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 1+ # Emacs
2+ * ~
3+ .cask /
4+ * .elc
5+ elpa
6+ .projectile
7+
Original file line number Diff line number Diff line change 11# opensource.el ChangeLog
22
3- # Version 0.1.0
3+ # Version 0.2.0 (2016-08-02)
4+
5+ - Setup continuous integration
6+ - Update documentation
7+ - #PR1: Use newer melpa URL
8+
9+ # Version 0.1.0 (2016-06-20)
410
511- Get a list of all licenses
612- Get a license
Original file line number Diff line number Diff line change 33[ ![ Coverage Status] ( https://coveralls.io/repos/nlamirault/opensource.el/badge.png )] ( https://coveralls.io/r/nlamirault/opensource.el )
44
55Master :
6- * [ ![ MELPA Stable] ( https://stable.melpa.org/packages/opensource.el. svg )] ( https://stable.melpa.org/#/opensource.el )
6+ * [ ![ MELPA Stable] ( https://stable.melpa.org/packages/opensource.svg )] ( https://stable.melpa.org/#/opensource )
77* [ ![ Circle CI] ( https://circleci.com/gh/nlamirault/opensource.el/tree/master.svg?style=svg )] ( https://circleci.com/gh/nlamirault/opensource.el/tree/master )
88
99Develop:
10- * [ ![ Melpa Status] ( https://melpa.org/packages/opensource.el -badge.svg )] ( https://melpa.org/#/opensource.el )
10+ * [ ![ Melpa Status] ( https://melpa.org/packages/opensource-badge.svg )] ( https://melpa.org/#/opensource )
1111* [ ![ Circle CI] ( https://circleci.com/gh/nlamirault/opensource.el/tree/develop.svg?style=svg )] ( https://circleci.com/gh/nlamirault/opensource.el/tree/develop )
1212
1313Emacs client for the [ Opensource API] ( https://api.opensource.org/ )
Original file line number Diff line number Diff line change 22
33; ; Author: Nicolas Lamirault <[email protected] >44; ; URL: https://github.com/nlamirault/opensource.el
5- ; ; Version: 0.1 .0
5+ ; ; Version: 0.2 .0
66; ; Keywords: opensource
77
88; ; Package-Requires: ((s "1.11.0") (dash "2.12.1") (pkg-info "0.6.0") (request "0.2.0"))
2727
2828; ;; Installation:
2929
30- ; ; Available as a package in melpa.org.
30+ ; ; opensource is available on the two major community maintained repositories -
31+ ; ; Melpa stable (https://stable.melpa.org), and Melpa (https://melpa.org)
3132
3233; ; (add-to-list 'package-archives
3334; ; '("melpa" . "https://melpa.org/packages/") t)
Original file line number Diff line number Diff line change 2020
2121(require 'pkg-info )
2222
23- (setq current-version " 0.1 .0" )
23+ (setq current-version " 0.2 .0" )
2424
2525(ert-deftest opensource-library-version ()
2626 (with-test-sandbox
You can’t perform that action at this time.
0 commit comments