summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2017-09-25 00:08:19 -0300
committerAbinoam P. Marques Jr <abinoam@gmail.com>2017-09-25 06:51:01 -0300
commitb48f09dc4828b6eab3588862d53a445197f6ee26 (patch)
treee2d93d36e2d4ea7c4c243bce29b84ec014001e5e
parent4f16e41370fed10d2a7ebcae9b4a9262e8af972f (diff)
downloadhighline-rubocop.tar.gz
Update Changelog / 2.0.0-develop.11rubocop
-rw-r--r--Changelog.md8
-rw-r--r--lib/highline/version.rb2
2 files changed, 8 insertions, 2 deletions
diff --git a/Changelog.md b/Changelog.md
index 4c81472..fe00ff2 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,8 +2,14 @@
Below is a complete listing of changes for each revision of HighLine.
+### 2.0.0-develop.11 / 2017-09-25
+* PR #215 - Apply several Rubocop stylistic suggestions (@abinoam)
+ * Update gemspec/Gemfile to newer standards
+ * Update travis configuration fixing 1.9 problem
+ * Adjust .rubocop.yml with things we don't want to change
+
### 2.0.0-develop.10 / 2017-06-29
-* PR #214 - Remove `$terminal` (global variable)
+* PR #214 - Remove `$terminal` (global variable) (@abinoam)
* Use HighLine.default_instance instead
* Reorganize/Group code at lib/highline.rb
diff --git a/lib/highline/version.rb b/lib/highline/version.rb
index 5b6b4f8..87be435 100644
--- a/lib/highline/version.rb
+++ b/lib/highline/version.rb
@@ -2,5 +2,5 @@
class HighLine
# The version of the installed library.
- VERSION = "2.0.0-develop.10".freeze
+ VERSION = "2.0.0-develop.11".freeze
end