Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanRada committed Dec 7, 2016
1 parent 6ac0ff3 commit 5773bef
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ gemfile:
- gemfiles/rails_4.1.1.gemfile
- gemfiles/rails_4.2.0.gemfile
- gemfiles/rails_5.0.0.gemfile
- gemfiles/rails_5.0.0.1.gemfile
rvm:
- 2.2.2
- 2.2.5
Expand Down
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ end
YARD::Config.options[:load_plugins] = true
YARD::Config.load_plugins

::Rake.application.class.class_eval do
alias_method :last_comment, :last_description
end

YARD::Rake::YardocTask.new do |t|
t.files = ['lib/**/*.rb', 'spec/**/*_spec.rb'] # optional
t.options = ['--any', '--extra', '--opts', '--markup-provider=redcarpet', '--markup=markdown', '--debug'] # optional
Expand Down
9 changes: 9 additions & 0 deletions gemfiles/rails_5.0.0.1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This file was generated by Appraisal

source "http://rubygems.org"

gem "wash_out", :github => "inossidabile/wash_out"
gem "rails", "5.0.0.1"
gem "rails-controller-testing"

gemspec :path => "../"
2 changes: 1 addition & 1 deletion lib/washout_builder/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module VERSION
# the minor version of the gem
MINOR = 6
# the tiny version of the gem
TINY = 3
TINY = 4
# if the version should be a prerelease
PRE = nil

Expand Down

0 comments on commit 5773bef

Please sign in to comment.