Skip to content

Commit d62ec4f

Browse files
committed
Release as a gem
1 parent 995224f commit d62ec4f

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## [Unreleased]
1+
## [0.0.1]
22

3-
- Move version.rb.erb to top-level
3+
- Release as a gem
44

5-
## [0.0.1] - 2024-12-16
5+
## [0.0.0] - 2024-12-16
66

7-
- Initial release
7+
- Project birth

LICENSE.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
This project is dual licensed under the MPL-2.0 license.
2-
3-
4-
MPL-2.0 License: LICENSE-MPL-2.0.txt or https://www.mozilla.org/MPL/2.0/
1+
This project is licensed under the MPL-2.0 license.
52

3+
Please see: LICENSE-MPL-2.0.txt or https://www.mozilla.org/MPL/2.0/
64

75
This is equivalent to the following SPDX License Expression: MPL-2.0
86

foobara-active-record-type.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010
spec.authors = ["Miles Georgi"]
1111
spec.email = ["[email protected]"]
1212

13-
spec.summary = "No description. Add one."
13+
spec.summary = "Provides a detached entity foobara type for Active Record classes"
1414
spec.homepage = "https://github.com/foobara/active-record-type"
1515
spec.license = "MPL-2.0"
1616
spec.required_ruby_version = ">= #{minimum_ruby_version}"

0 commit comments

Comments
 (0)