Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
release 0.7.0 (#340)
Browse files Browse the repository at this point in the history
* Drop "fetch_typed", "require_typed" in favor of TypedParams
* Drop "IntegerString", "BooleanString" because they are not needed with TypedParams. They also introduce unnecessary perf cost.
* Add a sig for typed_enum
* Fix GeneratedUrlHelper working with _path method out of the box.
  • Loading branch information
Harry Doan authored May 26, 2020
1 parent b2b49b7 commit a7d759b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sorbet-rails.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{sorbet-rails}
s.version = "0.6.5.1"
s.version = "0.7.0"
s.date = %q{2019-04-18}
s.summary = %q{Set of tools to make Sorbet work with Rails seamlessly.}
s.authors = ["Chan Zuckerberg Initiative"]
Expand Down
2 changes: 1 addition & 1 deletion spec/support/v5.0/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
sorbet-rails (0.6.5.1)
sorbet-rails (0.7.0)
method_source (>= 0.9.2)
parlour (~> 2.0)
parser (>= 2.7)
Expand Down
2 changes: 1 addition & 1 deletion spec/support/v5.1/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
sorbet-rails (0.6.5.1)
sorbet-rails (0.7.0)
method_source (>= 0.9.2)
parlour (~> 2.0)
parser (>= 2.7)
Expand Down
2 changes: 1 addition & 1 deletion spec/support/v5.2/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
sorbet-rails (0.6.5.1)
sorbet-rails (0.7.0)
method_source (>= 0.9.2)
parlour (~> 2.0)
parser (>= 2.7)
Expand Down
2 changes: 1 addition & 1 deletion spec/support/v6.0/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
sorbet-rails (0.6.5.1)
sorbet-rails (0.7.0)
method_source (>= 0.9.2)
parlour (~> 2.0)
parser (>= 2.7)
Expand Down

0 comments on commit a7d759b

Please sign in to comment.