Skip to content

Commit e7dcd10

Browse files
committed
chore: version change, name change, info update
1 parent 29d0e82 commit e7dcd10

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
[![Coveralls](https://coveralls.io/repos/ctran/annotate_models/badge.svg?branch=develop)](https://coveralls.io/r/ctran/annotate_models?branch=develop)
77
[![Maintenability](https://codeclimate.com/github/ctran/annotate_models/badges/gpa.svg)](https://codeclimate.com/github/ctran/annotate_models)
88

9+
**This is a fork of the [annotate](https://github.com/ctran/annotate_models) gem, built for Rails 8 and Ruby 3.2.2+.**
10+
911
Add a comment summarizing the current schema to the top or bottom of each of your...
1012

1113
- ActiveRecord models

annotate.gemspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
55
require 'annotate/version'
66

77
Gem::Specification.new do |s|
8-
s.name = 'annotate'
8+
s.name = 'annot8'
99
s.version = Annotate.version
1010

1111
s.required_ruby_version = '>= 3.2.2'
1212
s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to? :required_rubygems_version=
13-
s.authors = ['Alex Chaffee', 'Cuong Tran', 'Marcos Piccinini', 'Turadg Aleahmad', 'Jon Frisby']
14-
s.description = 'Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema.'
15-
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+'
15+
s.email = ['[email protected]']
1616
s.executables = ['annotate']
1717
s.extra_rdoc_files = ['README.md', 'CHANGELOG.md']
1818
s.files = `git ls-files -z LICENSE.txt *.md *.gemspec bin lib`.split("\x0")
19-
s.homepage = 'https://github.com/ctran/annotate_models'
19+
s.homepage = 'https://github.com/chemica/annotate_models'
2020
s.licenses = ['Ruby']
2121
s.require_paths = ['lib']
2222
s.summary = 'Annotates Rails Models, routes, fixtures, and others based on the database schema.'

lib/annotate/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Annotate
44
def self.version
5-
'3.2.0'
5+
'1.0.0'
66
end
77
end

0 commit comments

Comments
 (0)