Skip to content

Commit

Permalink
Merge branch 'release/0.0.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanRada committed Mar 16, 2015
2 parents ea7faae + 27e277a commit 0d06765
Show file tree
Hide file tree
Showing 48 changed files with 414 additions and 612 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -16,3 +16,4 @@ Gemfile.lock
/.git-rewrite/
.yardoc/
doc/
bin/
9 changes: 6 additions & 3 deletions Rakefile
Expand Up @@ -3,6 +3,7 @@ require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'coveralls/rake/task'
require 'yard'
require 'yard-rspec'
Coveralls::RakeTask.new

RSpec::Core::RakeTask.new(:spec) do |spec|
Expand All @@ -16,10 +17,12 @@ end
# Dummy::Application.load_tasks
# Rake::Task["db:test:prepare"].invoke
# end
YARD::Config.options[:load_plugins] = true
YARD::Config.load_plugins

YARD::Rake::YardocTask.new do |t|
t.files = ['lib/**/*.rb'] # optional
t.options = ['--any', '--extra', '--opts', '--markup-provider=redcarpet', '--markup=markdown'] # optional
t.files = ['lib/**/*.rb', 'spec/**/*_spec.rb'] # optional
t.options = ['--any', '--extra', '--opts', '--markup-provider=redcarpet', '--markup=markdown', '--debug'] # optional
t.stats_options = ['--list-undoc'] # optional
end

Expand All @@ -44,7 +47,7 @@ task :all do |_t|
if ENV['TRAVIS']
exec(' bundle exec phare && bundle exec rake spec && bundle exec rake coveralls:push')
else
exec('bundle exec phare && bundle exec rake spec')
exec('bundle exec rubocop -a . && bundle exec phare && bundle exec rake spec')
end
end

Expand Down
16 changes: 0 additions & 16 deletions bin/appraisal

This file was deleted.

16 changes: 0 additions & 16 deletions bin/autospec

This file was deleted.

16 changes: 0 additions & 16 deletions bin/bundler

This file was deleted.

16 changes: 0 additions & 16 deletions bin/cdiff

This file was deleted.

16 changes: 0 additions & 16 deletions bin/coderay

This file was deleted.

16 changes: 0 additions & 16 deletions bin/colortab

This file was deleted.

16 changes: 0 additions & 16 deletions bin/coveralls

This file was deleted.

16 changes: 0 additions & 16 deletions bin/decolor

This file was deleted.

16 changes: 0 additions & 16 deletions bin/erubis

This file was deleted.

16 changes: 0 additions & 16 deletions bin/guard

This file was deleted.

16 changes: 0 additions & 16 deletions bin/htmldiff

This file was deleted.

16 changes: 0 additions & 16 deletions bin/inch

This file was deleted.

16 changes: 0 additions & 16 deletions bin/ldiff

This file was deleted.

16 changes: 0 additions & 16 deletions bin/listen

This file was deleted.

16 changes: 0 additions & 16 deletions bin/nokogiri

This file was deleted.

16 changes: 0 additions & 16 deletions bin/phare

This file was deleted.

16 changes: 0 additions & 16 deletions bin/pry

This file was deleted.

16 changes: 0 additions & 16 deletions bin/rackup

This file was deleted.

16 changes: 0 additions & 16 deletions bin/rails

This file was deleted.

16 changes: 0 additions & 16 deletions bin/rake

This file was deleted.

16 changes: 0 additions & 16 deletions bin/restclient

This file was deleted.

0 comments on commit 0d06765

Please sign in to comment.