diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..e1e1be20404b958a78fd5c9f760e1b34f3f1ba97 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## 1.0.0 + +* Initial release \ No newline at end of file diff --git a/Gemfile b/Gemfile index 1b10e5cd059703207a6e335e47fafed875d43473..3e25c3c0d072f6ea4eaeaba1bdb46aef304ed943 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' -# Specify your gem's dependencies in aprs.gemspec +# Specify your gem's dependencies in apex.gemspec gemspec diff --git a/README.md b/README.md index c19343a4538337e8b53b04d125efa06b52b6af83..7dbe3f1e5282e6324eb895340d7c2dba1acd3634 100644 --- a/README.md +++ b/README.md @@ -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 'apex-aprs' ``` And then execute: @@ -18,7 +18,7 @@ And then execute: Or install it yourself as: - $ gem install aprs + $ gem install apex-aprs ## 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/apex-aprs diff --git a/aprs.gemspec b/apex-aprs.gemspec similarity index 76% rename from aprs.gemspec rename to apex-aprs.gemspec index 599e94290664fee2b737f3fae2e360c9d37dcd8d..6ec12b43efbe17dd1c2254ecba77812126f633f7 100644 --- a/aprs.gemspec +++ b/apex-aprs.gemspec @@ -4,15 +4,15 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'aprs/app_info' Gem::Specification.new do |spec| - spec.name = 'aprs' - spec.version = Aprs::VERSION + spec.name = 'apex-aprs' + spec.version = Apex::VERSION spec.licenses = ['Apache-2.0'] spec.authors = ['Jeffrey Phillips Freeman'] spec.email = ['jeffrey.freeman@syncleus.com'] - spec.summary = %q{library for APRS communications.} - spec.description = %q{Ruby library for APRS communications.} - spec.homepage = 'https://github.com/Syncleus/aprs' + spec.summary = %q{Library for APRS, Automatic Packet Reporting System, communications including the next-generation APEX extensions.} + spec.description = %q{Ruby library for APRS, Automatic Packet Reporting System, communications including the next-generation APEX extensions.} + spec.homepage = 'https://github.com/Syncleus/apex-aprs' # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' # to allow pushing to a single host or delete this section to allow pushing to any host. diff --git a/features/aprs.feature b/features/apex.feature similarity index 100% rename from features/aprs.feature rename to features/apex.feature diff --git a/features/step_definitions/aprs_steps.rb b/features/step_definitions/apex_steps.rb similarity index 100% rename from features/step_definitions/aprs_steps.rb rename to features/step_definitions/apex_steps.rb diff --git a/lib/aprs.rb b/lib/apex.rb similarity index 71% rename from lib/aprs.rb rename to lib/apex.rb index 6a29d132faa2d18c7c0f241c75cec563be2f8e8f..1f00ad11f7057f74c71e8382739bdaeff881cd5b 100644 --- a/lib/aprs.rb +++ b/lib/apex.rb @@ -1,4 +1,4 @@ require 'aprs/aprs_kiss' -module Aprs +module Apex end diff --git a/lib/aprs/app_info.rb b/lib/apex/app_info.rb similarity index 100% rename from lib/aprs/app_info.rb rename to lib/apex/app_info.rb diff --git a/lib/aprs/aprs_kiss.rb b/lib/apex/aprs_kiss.rb similarity index 99% rename from lib/aprs/aprs_kiss.rb rename to lib/apex/aprs_kiss.rb index caad0ef8f1d0ba22126051119f37057770f86c64..a062efa1d0c645300ea2bb7d32f0f3727cff96ad 100644 --- a/lib/aprs/aprs_kiss.rb +++ b/lib/apex/aprs_kiss.rb @@ -1,6 +1,6 @@ require 'kiss/constants' -module Aprs +module Apex class AprsKiss protected