Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ianks committed Jan 19, 2021
1 parent bdbe482 commit df17c4d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
run: |
gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
curl -sSL https://get.rvm.io | bash -s stable
source "$HOME/.rvm/scripts/rvm"
rvm install ${{ matrix.ruby }}
rvm use ${{ matrix.ruby }} --default
Expand All @@ -41,14 +42,14 @@ jobs:

- name: 🥏 Install deps
run: |
source /usr/local/rvm/scripts/rvm
source "$HOME/.rvm/scripts/rvm"
gem install bundler
bundle install --jobs 4 --retry 3
- name: 📦 Package it
id: package
run: |
source /usr/local/rvm/scripts/rvm
source "$HOME/.rvm/scripts/rvm"
${{ matrix.static }}
bundle exec rake thermite:tarball
echo "::set-output name=tarball::$(echo fast_woothee-*.tar.gz)"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fast_woothee"
version = "1.6.5-beta.0"
version = "1.6.5-beta.1"
authors = ["Ian Ker-Seymer <[email protected]>"]
repository = "https://github.com/ianks/fast_woothee"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion fast_woothee.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = 'fast_woothee'
spec.version = '1.6.5-beta.0'
spec.version = '1.6.5-beta.1'
spec.authors = ['Ian Ker-Seymer']
spec.email = ['[email protected]']

Expand Down

0 comments on commit df17c4d

Please sign in to comment.