File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Ruby Stream API
2
2
3
+ [ ![ Gem Version] ( https://badge.fury.io/rb/ruby-stream-api.svg )] ( https://badge.fury.io/rb/ruby-stream-api )
3
4
[ ![ Build Status] ( https://travis-ci.org/ruby-ee/ruby-stream-api.svg?branch=master )] ( https://travis-ci.org/ruby-ee/ruby-stream-api )
4
5
[ ![ 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 )
5
6
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ gem push *.gem --config-file /home/r/rubygems.yml
29
29
30
30
# set next dev version in version.rb
31
31
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
33
32
bundle install
34
33
35
34
git commit -am " ${NEXT_VERSION} "
You can’t perform that action at this time.
0 commit comments