Skip to content

Commit

Permalink
Merge pull request #49 from dxw/v0.3.5
Browse files Browse the repository at this point in the history
v0.3.5: optional directory creation on push to ruby gems
  • Loading branch information
dragon-dxw authored Apr 20, 2023
2 parents 7880478 + bcadafb commit 3ed55bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/setup-rubygems.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -e

mkdir ~/.gem
mkdir -p ~/.gem
echo -e "---\r\n:rubygems_api_key: $RUBYGEMS_API_KEY" > ~/.gem/credentials
chmod 0600 ~/.gem/credentials
2 changes: 1 addition & 1 deletion lib/breathe/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Breathe
VERSION = "0.3.4"
VERSION = "0.3.5"
end

0 comments on commit 3ed55bb

Please sign in to comment.