Skip to content

Commit a8a1035

Browse files
authored
Merge pull request #333 from filbranden/clientgem3
Release new client gem 0.5.0
2 parents 81aaf4e + 0973e38 commit a8a1035

File tree

5 files changed

+7
-2
lines changed

5 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: ruby
22
os: linux
33
dist: focal
4+
env:
5+
- GOLFHOST=https://vimgolf-staging.herokuapp.com
46
jobs:
57
include:
68
- rvm: 2.6.7 # Test web AND cli with specific version

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: lib/vimgolf
33
specs:
4-
vimgolf (0.4.9)
4+
vimgolf (0.5.0)
55
highline (~> 2.0, >= 2.0.3)
66
json_pure (~> 2.3, >= 2.3.1)
77
thor (~> 1.0, >= 1.0.1)

app/views/main/about.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<h3><b>Changelog</b> <a href="https://github.com/igrigorik/vimgolf/commits/master">(details)</a></h3>
44
<ul>
5+
<li><b>May 28, 2021</b>: shipped v0.5.0 with support for HTTPS</li>
56
<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>
67
<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>
78
<li><b>Mar 26, 2021</b>: upgraded to Rails 5.2 under Ruby 2.6, using heroku-20 platform</li>

lib/vimgolf/lib/vimgolf/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Vimgolf
2-
VERSION = "0.4.9"
2+
VERSION = "0.5.0"
33
end

lib/vimgolf/vimgolf.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Gem::Specification.new do |s|
1515

1616
s.rubyforge_project = "vimgolf"
1717

18+
s.required_ruby_version = ">= 2.0"
19+
1820
s.add_runtime_dependency "thor", "~> 1.0", ">= 1.0.1"
1921
s.add_runtime_dependency "json_pure", "~> 2.3", ">= 2.3.1"
2022
s.add_runtime_dependency "highline", "~> 2.0", ">= 2.0.3"

0 commit comments

Comments
 (0)