Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
Update Polytrix
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlinc committed Nov 18, 2014
1 parent 4925c97 commit 4498654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ desc 'Run the samples'
task :samples do
FileUtils.rm_rf('samples/tmp')
sh 'bundle exec polytrix exec --solo=samples --solo-glob="*.{rb,sh}"'
sh 'bundle exec polytrix report code2doc --solo=samples --solo-glob="*.{rb,sh}"'
sh 'bundle exec polytrix generate code2doc --solo=samples --solo-glob="*.{rb,sh}"'
end

desc 'Build the documentation from the samples'
Expand Down
2 changes: 1 addition & 1 deletion pacto.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'json-schema-generator', '~> 0.0', '>= 0.0.7'
gem.add_dependency 'thor', '~> 0.19'

gem.add_development_dependency 'polytrix', '~> 0.1', '>= 0.1.3'
gem.add_development_dependency 'polytrix', '~> 0.1', '>= 0.1.4'
gem.add_development_dependency 'coveralls', '~> 0'
gem.add_development_dependency 'fabrication', '~> 2.11'
gem.add_development_dependency 'rake', '~> 10.0'
Expand Down

0 comments on commit 4498654

Please sign in to comment.