Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
annotate
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
annotate
Commits
57450342
Commit
57450342
authored
Mar 08, 2020
by
Andrew W. Lee
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release/v3.1.1' into develop
parents
060e7f20
d6a055ec
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
3 deletions
+17
-3
CHANGELOG.md
CHANGELOG.md
+14
-0
version.rb
lib/annotate/version.rb
+1
-1
Gemfile.lock
spec/integration/rails_5.2.4.1/Gemfile.lock
+1
-1
Gemfile.lock
spec/integration/rails_6.0.2.1/Gemfile.lock
+1
-1
No files found.
CHANGELOG.md
View file @
57450342
## 3.1.1
Changes
-
Bump required ruby version to >= 2.4
[
#772
](
https://github.com/ctran/annotate_models/pull/772
)
-
[
Revert #677
]
Fix column default annotations
[
#768
](
https://github.com/ctran/annotate_models/pull/768
)
Project Improvements
-
Refactor by adding AnnotateRoutes::Helpers
[
#770
](
https://github.com/ctran/annotate_models/pull/770
)
-
Bump puma from 4.3.1 to 4.3.3 in /spec/integration/rails_6.0.2.1
[
#771
](
https://github.com/ctran/annotate_models/pull/771
)
-
Bump puma from 3.12.2 to 4.3.3 in /spec/integration/rails_5.2.4.1
[
#769
](
https://github.com/ctran/annotate_models/pull/769
)
-
Bump nokogiri from 1.10.7 to 1.10.8 in /spec/integration/rails_5.2.4.1
[
#766
](
https://github.com/ctran/annotate_models/pull/766
)
-
Bump nokogiri from 1.10.7 to 1.10.8 in /spec/integration/rails_6.0.2.1
[
#765
](
https://github.com/ctran/annotate_models/pull/765
)
-
Refactor test cases of AnnotateRoutes
[
#760
](
https://github.com/ctran/annotate_models/pull/760
)
-
Rename FactoryGirl -> FactoryBot comment
[
#759
](
https://github.com/ctran/annotate_models/pull/759
)
## 3.1.0
## 3.1.0
Changes
Changes
-
Fix new lines after comments for rubocop compatibility
[
#757
](
https://github.com/ctran/annotate_models/pull/757
)
-
Fix new lines after comments for rubocop compatibility
[
#757
](
https://github.com/ctran/annotate_models/pull/757
)
...
...
lib/annotate/version.rb
View file @
57450342
module
Annotate
module
Annotate
def
self
.
version
def
self
.
version
'3.1.
0
'
'3.1.
1
'
end
end
end
end
spec/integration/rails_5.2.4.1/Gemfile.lock
View file @
57450342
PATH
PATH
remote: ../../..
remote: ../../..
specs:
specs:
annotate (3.1.
0
)
annotate (3.1.
1
)
activerecord (>= 3.2, < 7.0)
activerecord (>= 3.2, < 7.0)
rake (>= 10.4, < 14.0)
rake (>= 10.4, < 14.0)
...
...
spec/integration/rails_6.0.2.1/Gemfile.lock
View file @
57450342
PATH
PATH
remote: ../../..
remote: ../../..
specs:
specs:
annotate (3.1.
0
)
annotate (3.1.
1
)
activerecord (>= 3.2, < 7.0)
activerecord (>= 3.2, < 7.0)
rake (>= 10.4, < 14.0)
rake (>= 10.4, < 14.0)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment