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
9b72c693
Commit
9b72c693
authored
Mar 08, 2015
by
cuong.tran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare for v2.6.6 release
parent
026cee5a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
3 deletions
+10
-3
CHANGELOG.rdoc
CHANGELOG.rdoc
+7
-0
README.rdoc
README.rdoc
+1
-1
annotate.gemspec
annotate.gemspec
+1
-1
version.rb
lib/annotate/version.rb
+1
-1
No files found.
CHANGELOG.rdoc
View file @
9b72c693
== 2.6.6
* Makes it possible to wrap annotations, #225
* Fix single model generation, #214
* Fix default value for Rails 4.2, #212
* Don't crash on inherited models in subdirectories, #232
* Process model_dir in rake task, #197
== 2.6.4
== 2.6.4
* Skip "models/concerns", #194
* Skip "models/concerns", #194
* Fix #173 where annotate says "Nothing to annotate" in rails 4.2
* Fix #173 where annotate says "Nothing to annotate" in rails 4.2
...
...
README.rdoc
View file @
9b72c693
...
@@ -51,7 +51,7 @@ Also, if you pass the -r option, it'll annotate routes.rb with the output of
...
@@ -51,7 +51,7 @@ Also, if you pass the -r option, it'll annotate routes.rb with the output of
Into Gemfile from rubygems.org:
Into Gemfile from rubygems.org:
gem 'annotate', '~> 2.6.
5
'
gem 'annotate', '~> 2.6.
6
'
Into Gemfile from Github:
Into Gemfile from Github:
...
...
annotate.gemspec
View file @
9b72c693
...
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
...
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s
.
specification_version
=
4
s
.
specification_version
=
4
if
Gem
::
Version
.
new
(
Gem
::
VERSION
)
>=
Gem
::
Version
.
new
(
'1.2.0'
)
then
if
Gem
::
Version
.
new
(
Gem
::
VERSION
)
>=
Gem
::
Version
.
new
(
'1.2.0'
)
then
s
.
add_runtime_dependency
(
%q<rake>
,
[
"
>= 0.8.7
"
])
s
.
add_runtime_dependency
(
%q<rake>
,
[
"
~> 10.4.2"
,
">= 10.4.2
"
])
s
.
add_runtime_dependency
(
%q<activerecord>
,
[
">= 2.3.0"
])
s
.
add_runtime_dependency
(
%q<activerecord>
,
[
">= 2.3.0"
])
else
else
s
.
add_dependency
(
%q<rake>
,
[
">= 0.8.7"
])
s
.
add_dependency
(
%q<rake>
,
[
">= 0.8.7"
])
...
...
lib/annotate/version.rb
View file @
9b72c693
module
Annotate
module
Annotate
def
self
.
version
def
self
.
version
'2.6.
5
'
'2.6.
6
'
end
end
end
end
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