From a44485588ec1458793e2a4fa2e061b6e713d26e3 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sun, 2 Oct 2016 09:36:13 -0400
Subject: [PATCH] Updated the documentation and added a changelog.

---
 CHANGELOG.md | 7 +++++++
 README.md    | 8 ++++----
 README.rdoc  | 2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
 create mode 100644 CHANGELOG.md

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..048adac
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,7 @@
+# Changelog
+
+## 1.0.1
+
+## 1.0.0
+
+* Initial release
\ No newline at end of file
diff --git a/README.md b/README.md
index c19343a..fbe832a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# APRS
+# Kiss
 
 Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/apex`. To experiment with that code, run `bin/console` for an interactive prompt.
 
@@ -9,7 +9,7 @@ TODO: Delete this and the text above, and describe your gem
 Add this line to your application's Gemfile:
 
 ```ruby
-gem 'aprs'
+gem 'kiss-tnc'
 ```
 
 And then execute:
@@ -18,7 +18,7 @@ And then execute:
 
 Or install it yourself as:
 
-    $ gem install aprs
+    $ gem install kiss-tnc
 
 ## Usage
 
@@ -32,5 +32,5 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
 
 ## Contributing
 
-Bug reports and pull requests are welcome on GitHub at https://github.com/Syncleus/aprs
+Bug reports and pull requests are welcome on GitHub at https://github.com/Syncleus/kiss-tnc
 
diff --git a/README.rdoc b/README.rdoc
index 0a09a72..67e0506 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -8,7 +8,7 @@ DESCRIBE YOUR GEM HERE
 
 == Links
 
-* {Source on Github}[https://github.com/Syncleus/aprs]
+* {Source on Github}[https://github.com/Syncleus/kiss-tnc]
 * RDoc[LINK TO RDOC.INFO]
 
 == Install
-- 
GitLab