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
79b1e5ab
Commit
79b1e5ab
authored
Mar 08, 2015
by
cuong.tran
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release/v2.6.6' into develop
parents
026cee5a
9b72c693
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 @
79b1e5ab
== 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
* Skip "models/concerns", #194
* Fix #173 where annotate says "Nothing to annotate" in rails 4.2
...
...
README.rdoc
View file @
79b1e5ab
...
...
@@ -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:
gem 'annotate', '~> 2.6.
5
'
gem 'annotate', '~> 2.6.
6
'
Into Gemfile from Github:
...
...
annotate.gemspec
View file @
79b1e5ab
...
...
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s
.
specification_version
=
4
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"
])
else
s
.
add_dependency
(
%q<rake>
,
[
">= 0.8.7"
])
...
...
lib/annotate/version.rb
View file @
79b1e5ab
module
Annotate
def
self
.
version
'2.6.
5
'
'2.6.
6
'
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