Skip to content

Commit

Permalink
Merge pull request #333 from filbranden/clientgem3
Browse files Browse the repository at this point in the history
Release new client gem 0.5.0
  • Loading branch information
filbranden authored May 28, 2021
2 parents 81aaf4e + 0973e38 commit a8a1035
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: ruby
os: linux
dist: focal
env:
- GOLFHOST=https://vimgolf-staging.herokuapp.com
jobs:
include:
- rvm: 2.6.7 # Test web AND cli with specific version
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: lib/vimgolf
specs:
vimgolf (0.4.9)
vimgolf (0.5.0)
highline (~> 2.0, >= 2.0.3)
json_pure (~> 2.3, >= 2.3.1)
thor (~> 1.0, >= 1.0.1)
Expand Down
1 change: 1 addition & 0 deletions app/views/main/about.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<h3><b>Changelog</b> <a href="https://github.com/igrigorik/vimgolf/commits/master">(details)</a></h3>
<ul>
<li><b>May 28, 2021</b>: shipped v0.5.0 with support for HTTPS</li>
<li><b>May 06, 2021</b>: site performance improvements: migrated from MongoDB Atlas to Active Record on Postgres backend (<a href="https://twitter.com/igrigorik/status/1390690636932599818">charts</a>)</li>
<li><b>Apr 07, 2021</b>: switched avatars to identicons, since Twitter profile pictures are no longer accessible by an easy URL (need better fix)</li>
<li><b>Mar 26, 2021</b>: upgraded to Rails 5.2 under Ruby 2.6, using heroku-20 platform</li>
Expand Down
2 changes: 1 addition & 1 deletion lib/vimgolf/lib/vimgolf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Vimgolf
VERSION = "0.4.9"
VERSION = "0.5.0"
end
2 changes: 2 additions & 0 deletions lib/vimgolf/vimgolf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Gem::Specification.new do |s|

s.rubyforge_project = "vimgolf"

s.required_ruby_version = ">= 2.0"

s.add_runtime_dependency "thor", "~> 1.0", ">= 1.0.1"
s.add_runtime_dependency "json_pure", "~> 2.3", ">= 2.3.1"
s.add_runtime_dependency "highline", "~> 2.0", ">= 2.0.3"
Expand Down

0 comments on commit a8a1035

Please sign in to comment.