annot8 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -2
- data/annot8.gemspec +2 -2
- data/lib/annotate/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c66725e5a4d9736e3e718991b09dd49d9dbaf47a53cb239dc25426f69b70e0d3
|
4
|
+
data.tar.gz: fd554a86c17a868296c3f92ab6facbd7d22bd4282c629051304d0a076436875d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d29c4fdee0a389cfa430ec05c1d00fde7be11f2afe3fe8cb32b047cc1cc34e555c465ac9373ca39670dbc2a1a8bf2987553c7fa9747bb8eccda33ef3bfa23bf7
|
7
|
+
data.tar.gz: c119bf3fe3b0de1409f9c50bed7e86a8dc46a92a75e905e58c425a009fd8c5ab068f1d139a7623dac1e464cd4fb689ad6adb58efeb098acf3f8228b15c4e412f
|
data/CHANGELOG.md
CHANGED
@@ -1,10 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
-
## [1.0.
|
3
|
+
## [1.0.1]
|
4
|
+
Changes
|
5
|
+
- Update description in gemspec
|
4
6
|
|
7
|
+
## [1.0.0] - 2025-06-03
|
5
8
|
This is a fork of the [annotate](https://github.com/ctran/annotate_models) gem, built for Rails 8 and Ruby 3.2.2+.
|
6
9
|
|
7
|
-
|
10
|
+
Changes
|
8
11
|
- Rename gem to "annot8"
|
9
12
|
- Update Ruby requirement to >= 3.2.2
|
10
13
|
- Update Rails/ActiveRecord requirement to >= 8.0.0
|
data/annot8.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
|
|
11
11
|
s.required_ruby_version = '>= 3.2.2'
|
12
12
|
s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to? :required_rubygems_version=
|
13
13
|
s.authors = ['Alex Chaffee', 'Cuong Tran', 'Marcos Piccinini', 'Turadg Aleahmad', 'Jon Frisby', 'Benjamin Dunkley']
|
14
|
-
s.description = 'Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema. This fork of the "annotate"
|
14
|
+
s.description = 'Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema. This fork of the "annotate" gem is built for Rails 8 and Ruby 3.2.2+'
|
15
15
|
s.email = ['ben@chemica.co.uk']
|
16
16
|
s.executables = ['annotate']
|
17
17
|
s.extra_rdoc_files = ['README.md', 'CHANGELOG.md']
|
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
|
|
19
19
|
s.homepage = 'https://github.com/chemica/annotate_models'
|
20
20
|
s.licenses = ['Ruby']
|
21
21
|
s.require_paths = ['lib']
|
22
|
-
s.summary = 'Annotates Rails Models, routes, fixtures, and others based on the database schema.'
|
22
|
+
s.summary = 'Annotates Rails Models, routes, fixtures, and others based on the database schema. This fork of the "annotate" gem is built for Rails 8 and Ruby 3.2.2+'
|
23
23
|
|
24
24
|
s.add_dependency('activerecord', ['>= 8.0.0', '< 9'])
|
25
25
|
s.add_dependency('rake', '>= 10.4', '< 14.0')
|
data/lib/annotate/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: annot8
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alex Chaffee
|
@@ -55,7 +55,7 @@ dependencies:
|
|
55
55
|
- !ruby/object:Gem::Version
|
56
56
|
version: '14.0'
|
57
57
|
description: Annotates Rails/ActiveRecord Models, routes, fixtures, and others based
|
58
|
-
on the database schema. This fork of the "annotate"
|
58
|
+
on the database schema. This fork of the "annotate" gem is built for Rails 8 and
|
59
59
|
Ruby 3.2.2+
|
60
60
|
email:
|
61
61
|
- ben@chemica.co.uk
|
@@ -116,5 +116,5 @@ requirements: []
|
|
116
116
|
rubygems_version: 3.6.9
|
117
117
|
specification_version: 4
|
118
118
|
summary: Annotates Rails Models, routes, fixtures, and others based on the database
|
119
|
-
schema.
|
119
|
+
schema. This fork of the "annotate" gem is built for Rails 8 and Ruby 3.2.2+
|
120
120
|
test_files: []
|