Skip to content

Commit 705d58a

Browse files
committed
Update gem description
1 parent 9978fac commit 705d58a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Type Scopes
22

3-
Type scopes creates useful scopes based on the type of the columns of your models.
4-
It handles dates, times, strings and numerics.
3+
Type scopes creates useful semantic scopes based on the type of the columns of your models.
4+
It handles dates, times, strings, numerics and booleans.
55

66
Here are examples for all the available scopes:
77

type_scopes.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
88
spec.version = TypeScopes::VERSION
99
spec.authors = ["Alexis Bernard"]
1010
spec.email = ["[email protected]"]
11-
spec.summary = "Automatic scopes for ActiveRecord models."
12-
spec.description = "Useful scopes based on columns' types (dates, times, strings and numerics)."
11+
spec.summary = "Semantic scopes for your ActiveRecord models."
12+
spec.description = "Automatically create semantic scopes based on columns' types (dates, times, strings and numerics)."
1313
spec.homepage = "https://github.com/BaseSecrete/type_scopes"
1414
spec.license = "MIT"
1515

0 commit comments

Comments
 (0)