From 091791d61533f9e9edc236a8f0740ce3b42a2253 Mon Sep 17 00:00:00 2001 From: Andrew Mason Date: Sat, 11 Jul 2020 10:14:39 -0400 Subject: [PATCH] chore(release): :bookmark: Release v1.0.0 --- CHANGELOG.md | 11 +---------- README.md | 12 ++++++++---- bridgetown-inline-svg.gemspec | 2 +- lib/bridgetown-inline-svg/version.rb | 2 +- 4 files changed, 11 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d251800..539bd7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,10 @@ # Changelog -# [](https://github.com/andrewmcodes/bridgetown-inline-svg/compare/v0.0.1...v) (2020-07-11) - +# (2020-07-11) ### Features * **dependencies:** :heavy_plus_sign: Add simplecov and coveralls ([1369d37](https://github.com/andrewmcodes/bridgetown-inline-svg/commit/1369d3756d7c55ea9015e0cb1dda34723d6eff82)) - - - -## [0.0.1](https://github.com/andrewmcodes/bridgetown-inline-svg/compare/dcf77a73d7fee38fdc00dfce3b6a7f50ebd27636...v0.0.1) (2020-07-11) - - -### Features - * **release:** :bookmark: Bump bridgetown-inline-svg to 0.0.1 [skip ci] ([cef6587](https://github.com/andrewmcodes/bridgetown-inline-svg/commit/cef6587bd4e17f7912fd2b3ef2cafab137630af4)) * **release:** :building_construction: Update gem release command settings ([aea38c8](https://github.com/andrewmcodes/bridgetown-inline-svg/commit/aea38c8e1a4ad8e4a135aa6c09b77134df26b68f)) * :tada: Initial Commit ([dcf77a7](https://github.com/andrewmcodes/bridgetown-inline-svg/commit/dcf77a73d7fee38fdc00dfce3b6a7f50ebd27636)) diff --git a/README.md b/README.md index 22433f3..2d460bd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

Welcome to bridgetown-inline-svg 👋

- - License: MIT + + License: GPL-3.0 Gem Version Depfu @@ -131,5 +131,9 @@ This project was initially forked from [jekyll-inline-svg](https://github.com/sd ## License -Copyright © 2020 [Andrew Mason](https://github.com/andrewmason).
-This project is [MIT](LICENSE.txt) licensed. +Copyright © 2017-2020 [Sebastien Dumetz](https://github.com/sdumetz) +Copyright © 2020 [Andrew Mason](https://github.com/andrewmcodes) + +The following code is a derivative work of the code from the [jekyll-inline-svg](https://github.com/sdumetz/jekyll-inline-svg) project, which is licensed GPLv3. This code therefore is also licensed under the terms of the GNU Public License, verison 3. + + diff --git a/bridgetown-inline-svg.gemspec b/bridgetown-inline-svg.gemspec index d6e9ecb..58f9dec 100644 --- a/bridgetown-inline-svg.gemspec +++ b/bridgetown-inline-svg.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |spec| Supports custom DOM Attributes parameters and variables interpretation. EOF spec.homepage = "https://github.com/andrewmcodes/bridgetown-inline-svg" - spec.license = "MIT" + spec.license = "GPL-3.0" spec.metadata = { "bug_tracker_uri" => "#{spec.homepage}/issues", diff --git a/lib/bridgetown-inline-svg/version.rb b/lib/bridgetown-inline-svg/version.rb index 9cad9ce..07e42a5 100644 --- a/lib/bridgetown-inline-svg/version.rb +++ b/lib/bridgetown-inline-svg/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module BridgetownInlineSvg - VERSION = "0.0.1" + VERSION = "1.0.0" end