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
27a0fe96
Commit
27a0fe96
authored
Jan 17, 2010
by
Masatoshi Iwasaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #7 issue
parent
9c68c8c9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
7 deletions
+9
-7
Rakefile
Rakefile
+1
-1
annotate.gemspec
annotate.gemspec
+8
-6
annotate-rails
bin/annotate-rails
+0
-0
No files found.
Rakefile
View file @
27a0fe96
...
...
@@ -9,7 +9,7 @@ begin
require
'jeweler'
Jeweler
::
Tasks
.
new
do
|
gem
|
gem
.
name
=
"annotate"
gem
.
executables
=
"annotate"
gem
.
executables
=
"annotate
-rails
"
gem
.
summary
=
"Annotates Rails Models, routes, fixtures, and others based on the database schema."
gem
.
description
=
gem
.
summary
gem
.
email
=
[
"alex@stinky.com"
,
'ctran@pragmaquest.com'
,
"x@nofxx.com"
]
...
...
annotate.gemspec
View file @
27a0fe96
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run
`rake gemspec`
# DO NOT EDIT THIS FILE
DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run
the gemspec command
# -*- encoding: utf-8 -*-
Gem
::
Specification
.
new
do
|
s
|
...
...
@@ -9,11 +9,11 @@ Gem::Specification.new do |s|
s
.
required_rubygems_version
=
Gem
::
Requirement
.
new
(
">= 0"
)
if
s
.
respond_to?
:required_rubygems_version
=
s
.
authors
=
[
"Cuong Tran"
,
"Alex Chaffee"
,
"Marcos Piccinini"
]
s
.
date
=
%q{20
09-10-23
}
s
.
default_executable
=
%q{annotate}
s
.
date
=
%q{20
10-01-17
}
s
.
default_executable
=
%q{annotate
-rails
}
s
.
description
=
%q{Annotates Rails Models, routes, fixtures, and others based on the database schema.}
s
.
email
=
[
"alex@stinky.com"
,
"ctran@pragmaquest.com"
,
"x@nofxx.com"
]
s
.
executables
=
[
"annotate"
]
s
.
executables
=
[
"annotate
-rails
"
]
s
.
extra_rdoc_files
=
[
"README.rdoc"
]
...
...
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
"History.txt"
,
"README.rdoc"
,
"VERSION.yml"
,
"bin/annotate"
,
"bin/annotate
-rails
"
,
"lib/annotate.rb"
,
"lib/annotate/annotate_models.rb"
,
"lib/annotate/annotate_routes.rb"
,
...
...
@@ -37,6 +37,7 @@ Gem::Specification.new do |s|
s
.
homepage
=
%q{http://github.com/ctran/annotate}
s
.
rdoc_options
=
[
"--charset=UTF-8"
]
s
.
require_paths
=
[
"lib"
]
s
.
rubyforge_project
=
%q{annotate}
s
.
rubygems_version
=
%q{1.3.5}
s
.
summary
=
%q{Annotates Rails Models, routes, fixtures, and others based on the database schema.}
s
.
test_files
=
[
...
...
@@ -56,3 +57,4 @@ Gem::Specification.new do |s|
else
end
end
bin/annotate
→
bin/annotate
-rails
View file @
27a0fe96
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