Skip to content

Commit

Permalink
#21 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 2, 2023
1 parent 0289715 commit 16aaafc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
12 changes: 3 additions & 9 deletions .rultor.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
docker:
image: yegor256/rultor-image:1.20.0
assets:
rubygems.yml: yegor256/home#assets/rubygems.yml
s3cfg: yegor256/home#assets/s3cfg
install: |
export GEM_HOME=~/.ruby
export GEM_PATH=$GEM_HOME:$GEM_PATH
sudo gem install pdd -v 0.20.5
bundle install
pdd -f /dev/null
sudo bundle install --no-color "--gemfile=$(pwd)/Gemfile"
release:
script: |-
bundle exec rake
Expand All @@ -20,7 +18,3 @@ release:
merge:
script: |-
bundle exec rake
deploy:
script: |-
echo "There is nothing to deploy"
exit -1
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
source 'https://rubygems.org'
gemspec

gem 'rake', '13.0.6', require: false
3 changes: 1 addition & 2 deletions jekyll-plantuml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ Gem::Specification.new do |s|
s.description = "PlantUML diagrams in Jekyll pages"
s.authors = ["Yegor Bugayenko"]
s.email = 'yegor@tpc2.com'
s.homepage = 'http://github.com/yegor256/jekyll-plantuml'
s.homepage = 'https://github.com/yegor256/jekyll-plantuml'
s.files = `git ls-files`.split($/)
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.rdoc_options = ["--charset=UTF-8"]
s.extra_rdoc_files = %w[README.md LICENSE.txt]
s.add_runtime_dependency 'jekyll', '>2.0'
s.add_development_dependency 'rake', '12.0.0'
end

0 comments on commit 16aaafc

Please sign in to comment.