Skip to content

Commit 29bb292

Browse files
committed
gemversion badge
1 parent 897ca80 commit 29bb292

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Ruby Stream API
22

3+
[![Gem Version](https://badge.fury.io/rb/ruby-stream-api.svg)](https://badge.fury.io/rb/ruby-stream-api)
34
[![Build Status](https://travis-ci.org/ruby-ee/ruby-stream-api.svg?branch=master)](https://travis-ci.org/ruby-ee/ruby-stream-api)
45
[![Test Coverage](https://img.shields.io/codecov/c/github/ruby-ee/ruby-stream-api.svg)](https://codecov.io/github/ruby-ee/ruby-stream-api?branch=master)
56

release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ gem push *.gem --config-file /home/r/rubygems.yml
2929

3030
# set next dev version in version.rb
3131
sed -i "s/'${tag}'.freeze # rultor/'${NEXT_VERSION}'.freeze # rultor/" ./lib/version.rb
32-
sed -i "s/latest version is \`.*\`/latest version is \`${tag}\`/" README.md
3332
bundle install
3433

3534
git commit -am "${NEXT_VERSION}"

0 commit comments

Comments
 (0)