Skip to content

Commit

Permalink
Reverts showing github PR state and bumps version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaffeux committed Jul 24, 2019
1 parent 05e9378 commit 85f7605
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
onebox (1.9.4)
onebox (1.9.5)
htmlentities (~> 4.3)
moneta (~> 1.0)
multi_json (~> 1.11)
Expand Down
2 changes: 1 addition & 1 deletion lib/onebox/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Onebox
VERSION = "1.9.4"
VERSION = "1.9.5"
end
1 change: 0 additions & 1 deletion templates/githubpullrequest.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
{{/user.avatar_url}}

<h4>
<span class="state {{state}} {{#merged}}merged{{/merged}} {{mergeable_state}}">{{state}}</span>
<a href="{{html_url}}" target="_blank">{{title}}</a>
</h4>

Expand Down

0 comments on commit 85f7605

Please sign in to comment.