Skip to content

Commit

Permalink
major refactor (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmallen committed Jan 26, 2020
1 parent a45208d commit 10448ae
Show file tree
Hide file tree
Showing 67 changed files with 1,933 additions and 2,111 deletions.
1 change: 1 addition & 0 deletions .yardopts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
--exclude lib/rails
--protected
--no-private
--embed-mixins
lib/**/*.rb
-
CHANGELOG.md
Expand Down
7 changes: 5 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

group :development, :test do
gem 'codacy-coverage'
gem 'github-markup'
gem 'mdl'
gem 'rails'
gem 'redcarpet'
gem 'rubocop'
gem 'simplecov'
gem 'solargraph'
end

group :doc do
gem 'github-markup'
gem 'redcarpet'
gem 'yard'
end

Expand Down
Loading

0 comments on commit 10448ae

Please sign in to comment.