Skip to content

Commit

Permalink
Prepare to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jun 21, 2019
1 parent 02a1807 commit ac560d9
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:
responders (2.4.1)
responders (3.0.0)
actionpack (>= 5.0)
railties (>= 5.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/responders/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Responders
VERSION = "2.4.1"
VERSION = "3.0.0"
end
1 change: 0 additions & 1 deletion responders.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- encoding: utf-8 -*-
# frozen_string_literal: true


$:.unshift File.expand_path("../lib", __FILE__)
require "responders/version"

Expand Down

0 comments on commit ac560d9

Please sign in to comment.