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
b9916cf0
Commit
b9916cf0
authored
Dec 17, 2011
by
David Hjelm
Browse files
Options
Browse Files
Download
Plain Diff
Renaming annotate -> annotate-rails
Merged from masa-iwasaki Merge commit '
27a0fe96
' Conflicts: Rakefile annotate.gemspec
parents
672a22ab
27a0fe96
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
Rakefile
Rakefile
+2
-1
annotate.gemspec
annotate.gemspec
+1
-1
annotate-rails
bin/annotate-rails
+0
-0
No files found.
Rakefile
View file @
b9916cf0
...
...
@@ -18,7 +18,8 @@ Jeweler::Tasks.new do |gem|
gem
.
add_development_dependency
"rspec"
gem
.
test_files
=
`git ls-files -- {spec,features}/*`
.
split
(
"
\n
"
)
gem
.
executables
=
`git ls-files -- bin/*`
.
split
(
"
\n
"
).
map
{
|
f
|
File
.
basename
(
f
)
}
#gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem
.
executables
=
"annotate-rails"
gem
.
require_path
=
'lib'
# note that Jeweler automatically reads the version from VERSION.yml
...
...
annotate.gemspec
View file @
b9916cf0
...
...
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s
.
date
=
"2011-09-02"
s
.
description
=
"When run, inserts table descriptions from db.schema into a comment block of relevant source code."
s
.
email
=
[
"alex@stinky.com"
,
"ctran@pragmaquest.com"
,
"x@nofxx.com"
,
"turadg@aleahmad.net"
]
s
.
executables
=
[
"annotate"
]
s
.
executables
=
[
"annotate
-rails
"
]
s
.
extra_rdoc_files
=
[
"README.rdoc"
]
...
...
bin/annotate
→
bin/annotate
-rails
View file @
b9916cf0
File moved
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