Skip to content

Commit

Permalink
#10 locations
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 26, 2024
1 parent 5be0aa2 commit 1669556
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<img src="https://www.xembly.org/logo.png" width="64px" height="64px" />

[![DevOps By Rultor.com](http://www.rultor.com/b/yegor256/xembly-gem)](http://www.rultor.com/p/yegor256/xembly-gem)
[![DevOps By Rultor.com](http://www.rultor.com/b/yegor256/xembly.rb)](http://www.rultor.com/p/yegor256/xembly.rb)
[![We recommend RubyMine](https://www.elegantobjects.org/rubymine.svg)](https://www.jetbrains.com/ruby/)

[![Gem Version](https://badge.fury.io/rb/xembly.svg)](http://badge.fury.io/rb/xembly)
[![Maintainability](https://api.codeclimate.com/v1/badges/f26349e81b04628d8bf7/maintainability)](https://codeclimate.com/github/yegor256/xembly-gem/maintainability)
[![Test Coverage](https://img.shields.io/codecov/c/github/yegor256/xembly-gem.svg)](https://codecov.io/github/yegor256/xembly-gem?branch=master)
[![Maintainability](https://api.codeclimate.com/v1/badges/f26349e81b04628d8bf7/maintainability)](https://codeclimate.com/github/yegor256/xembly.rb/maintainability)
[![Test Coverage](https://img.shields.io/codecov/c/github/yegor256/xembly.rb.svg)](https://codecov.io/github/yegor256/xembly.rb?branch=master)

Xembly is assembly for XML.

Expand Down
2 changes: 1 addition & 1 deletion xembly.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |s|
s.description = 'Command Line XML Manipulator'
s.authors = ['Yegor Bugayenko']
s.email = 'yegor256@gmail.com'
s.homepage = 'http://github.com/yegor256/xembly-gem'
s.homepage = 'http://github.com/yegor256/xembly.rb'
s.files = `git ls-files`.split($RS)
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
s.rdoc_options = ['--charset=UTF-8']
Expand Down

0 comments on commit 1669556

Please sign in to comment.