Skip to content

Commit

Permalink
reorganized source code
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRuiz committed Feb 15, 2019
1 parent 370c7f1 commit b606479
Show file tree
Hide file tree
Showing 9 changed files with 954 additions and 937 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.rbc
*.log
Gemfile.lock
.covered.msgpack
/.idea
/.vscode
/.config
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_install:
matrix:
allow_failures:
- rvm: ruby-head
- rvm: 2.6
env: COVERAGE-PartialSummary,Coveralls

script:
- bundle exec rake spec
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ source 'https://rubygems.org'
group :test do
gem 'rake'
gem 'rspec'
gem 'covered'
end

# Specify your gem's dependencies in mygem.gemspec
Expand Down
Loading

0 comments on commit b606479

Please sign in to comment.