From 7700ee2c1932c43554c8a519a1a60ab2f2274ac4 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Sun, 19 Jul 2015 00:02:18 +0300 Subject: [PATCH 1/8] Version 1.0.0. --- version.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 version.rb diff --git a/version.rb b/version.rb new file mode 100644 index 0000000..7d703d1 --- /dev/null +++ b/version.rb @@ -0,0 +1,3 @@ +module Version + version = '1.0.0' +end From 38c7679fd0525878b17c15afb5ff4baac193f88f Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Sat, 25 Jul 2015 08:52:55 +0300 Subject: [PATCH 2/8] Release version 0.5.1 --- version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.rb b/version.rb index 7d703d1..b7eb371 100644 --- a/version.rb +++ b/version.rb @@ -1,3 +1,3 @@ module Version - version = '1.0.0' + version = '0.5.1' end From 05e4f54b9afde0b91a54d8bb0abc6d5527d9735c Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Sun, 2 Aug 2015 12:11:06 +0300 Subject: [PATCH 3/8] Add description --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 91bf601..4bd7f36 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ # github-essentials + +GitHub for dummies. From 9a7108cde55f7bf519da311fd68928a18d40adcc Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Sat, 8 Aug 2015 00:06:12 +0300 Subject: [PATCH 4/8] Add .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..45f1e38 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.bundle +.sass-cache +.vendor +_site From dafb16491e1617faecefe6332855d260e19b7323 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Mon, 10 Aug 2015 17:32:42 +0300 Subject: [PATCH 5/8] Also ignore dummy files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 45f1e38..580a2c3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .sass-cache .vendor _site +.dummy From 05dce8720404df519c3c93d7f0d8d9b574809ea5 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Tue, 11 Aug 2015 13:30:06 +0300 Subject: [PATCH 6/8] Remove unneeded dummy file from .gitignore --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 580a2c3..45f1e38 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ .sass-cache .vendor _site -.dummy From 4da0422fb8a34ddad818debd184fe9a2d8237f5a Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Wed, 12 Aug 2015 10:26:56 +0300 Subject: [PATCH 7/8] Demo example of closing issues. Closes #2 --- version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.rb b/version.rb index b7eb371..be2b682 100644 --- a/version.rb +++ b/version.rb @@ -1,3 +1,3 @@ module Version - version = '0.5.1' + version = '0.6' end From 9119506f4da56332df8db1312360e5366f4c62f8 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Wed, 7 Mar 2018 19:14:21 +0100 Subject: [PATCH 8/8] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c1e08a0 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Achilleas Pipinellis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.