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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 67effad3a7aa5f0951ab87aa7eb4e9d57606fc56bc5468e02e956a32c28d4eec
4
- data.tar.gz: 8f641a2f0a6c35c967493ecb589d5fd7016d0eedcc3b64f2a06b7ad69b00bde6
3
+ metadata.gz: c66725e5a4d9736e3e718991b09dd49d9dbaf47a53cb239dc25426f69b70e0d3
4
+ data.tar.gz: fd554a86c17a868296c3f92ab6facbd7d22bd4282c629051304d0a076436875d
5
5
  SHA512:
6
- metadata.gz: f8b539dbae8c70fff2958c4a65fc1cb41f178a6afa67a9d88de23042db798c3ff3f5a184d749ef388a5b6e27f4e5b22da7d4eb5d231153cac8839c364fc5a9fb
7
- data.tar.gz: 8f85ff1c522056f684cde6951f608a0d87f2fb6bf5bfb7c777f96a444b56085fff85db877b225c5adad4adf685218c6be3fb2ac327e826faa502e0beb0df0494
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.0] - 2025-06-03
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
- ### Changed
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" gemis built for Rails 8 and Ruby 3.2.2+'
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')
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Annotate
4
4
  def self.version
5
- '1.0.0'
5
+ '1.0.1'
6
6
  end
7
7
  end
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.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" gemis built for Rails 8 and
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: []