Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a7d759b

Browse files
author
Harry Doan
authoredMay 26, 2020
release 0.7.0 (#340)
* 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.
1 parent b2b49b7 commit a7d759b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
 

‎sorbet-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = %q{sorbet-rails}
3-
s.version = "0.6.5.1"
3+
s.version = "0.7.0"
44
s.date = %q{2019-04-18}
55
s.summary = %q{Set of tools to make Sorbet work with Rails seamlessly.}
66
s.authors = ["Chan Zuckerberg Initiative"]

‎spec/support/v5.0/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../../..
33
specs:
4-
sorbet-rails (0.6.5.1)
4+
sorbet-rails (0.7.0)
55
method_source (>= 0.9.2)
66
parlour (~> 2.0)
77
parser (>= 2.7)

‎spec/support/v5.1/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../../..
33
specs:
4-
sorbet-rails (0.6.5.1)
4+
sorbet-rails (0.7.0)
55
method_source (>= 0.9.2)
66
parlour (~> 2.0)
77
parser (>= 2.7)

‎spec/support/v5.2/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../../..
33
specs:
4-
sorbet-rails (0.6.5.1)
4+
sorbet-rails (0.7.0)
55
method_source (>= 0.9.2)
66
parlour (~> 2.0)
77
parser (>= 2.7)

‎spec/support/v6.0/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../../..
33
specs:
4-
sorbet-rails (0.6.5.1)
4+
sorbet-rails (0.7.0)
55
method_source (>= 0.9.2)
66
parlour (~> 2.0)
77
parser (>= 2.7)

0 commit comments

Comments
 (0)
This repository has been archived.