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
d5313022
Commit
d5313022
authored
Feb 22, 2011
by
Dmitry Lihachev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix gemfile spec, version bump, change gem name and relese on gemcutter(rubygems)
parent
bd64ba57
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
79 additions
and
29 deletions
+79
-29
Gemfile
Gemfile
+1
-9
Gemfile.lock
Gemfile.lock
+9
-0
README.rdoc
README.rdoc
+1
-1
Rakefile
Rakefile
+12
-7
annotated_models.gemspec
annotated_models.gemspec
+56
-12
No files found.
Gemfile
View file @
d5313022
source
:rubygems
source
:rubygems
group
:development
do
gemspec
gem
"
rspec
"
gem
"
bundler
"
gem
"
jeweler
"
gem
"
rcov
"
gem
"
fakefs
"
gem
"
activesupport
"
gem
"
i18n
"
end
Gemfile.lock
View file @
d5313022
PATH
remote: .
specs:
annotated_models (3.0.0)
activesupport
annotated_models
i18n
GEM
GEM
remote: http://rubygems.org/
remote: http://rubygems.org/
specs:
specs:
...
@@ -26,6 +34,7 @@ PLATFORMS
...
@@ -26,6 +34,7 @@ PLATFORMS
DEPENDENCIES
DEPENDENCIES
activesupport
activesupport
annotated_models!
bundler
bundler
fakefs
fakefs
i18n
i18n
...
...
README.rdoc
View file @
d5313022
== Annotate (aka AnnotateModels)
== Annotate (aka Annotate
d
Models)
Add a comment summarizing the current schema to the top or bottom of each of your...
Add a comment summarizing the current schema to the top or bottom of each of your...
...
...
Rakefile
View file @
d5313022
...
@@ -15,14 +15,19 @@ Jeweler::Tasks.new do |gem|
...
@@ -15,14 +15,19 @@ Jeweler::Tasks.new do |gem|
gem
.
name
=
"annotated_models"
gem
.
name
=
"annotated_models"
gem
.
homepage
=
"http://github.com/lda/annotated_models"
gem
.
homepage
=
"http://github.com/lda/annotated_models"
gem
.
license
=
"MIT"
gem
.
license
=
"MIT"
gem
.
summary
=
%Q{
TODO: one-line summary of your
gem}
gem
.
summary
=
%Q{
Annotate ActiveRecord models as a
gem}
gem
.
description
=
%Q{
TODO: longer description of your gem
}
gem
.
description
=
%Q{
Add a comment summarizing the current schema to the top or bottom of each of your models
}
gem
.
email
=
"lda@openteam.ru"
gem
.
email
=
"lda@openteam.ru"
gem
.
authors
=
[
"Dmitry Lihachev"
]
gem
.
authors
=
[
"Dave Thomas"
,
"Alex Chaffee"
,
"Cuong Tran"
,
"Alex Chaffee"
,
"Dmitry Lihachev"
]
# Include your dependencies below. Runtime dependencies are required when using your gem,
# and development dependencies are only needed for development (ie running rake tasks, tests, etc)
gem
.
add_development_dependency
(
%q<bundler>
,
[
">= 0"
])
# gem.add_runtime_dependency 'jabber4r', '> 0.1'
gem
.
add_development_dependency
(
%q<jeweler>
,
[
">= 0"
])
# gem.add_development_dependency 'rspec', '> 1.2.3'
gem
.
add_development_dependency
(
%q<rcov>
,
[
">= 0"
])
gem
.
add_development_dependency
(
%q<fakefs>
,
[
">= 0"
])
gem
.
add_development_dependency
(
%q<rspec>
,
[
">= 0"
])
gem
.
add_runtime_dependency
(
%q<activesupport>
,
[
">= 0"
])
gem
.
add_runtime_dependency
(
%q<i18n>
,
[
">= 0"
])
end
end
Jeweler
::
RubygemsDotOrgTasks
.
new
Jeweler
::
RubygemsDotOrgTasks
.
new
...
...
annotated_models.gemspec
View file @
d5313022
...
@@ -5,35 +5,46 @@
...
@@ -5,35 +5,46 @@
Gem
::
Specification
.
new
do
|
s
|
Gem
::
Specification
.
new
do
|
s
|
s
.
name
=
%q{annotated_models}
s
.
name
=
%q{annotated_models}
s
.
version
=
"
2.4.4
"
s
.
version
=
"
3.0.0
"
s
.
required_rubygems_version
=
Gem
::
Requirement
.
new
(
">= 0"
)
if
s
.
respond_to?
:required_rubygems_version
=
s
.
required_rubygems_version
=
Gem
::
Requirement
.
new
(
">= 0"
)
if
s
.
respond_to?
:required_rubygems_version
=
s
.
authors
=
[
"Dmitry Lihachev"
]
s
.
authors
=
[
"Dave Thomas"
,
"Alex Chaffee"
,
"Cuong Tran"
,
"Alex Chaffee"
,
"Dmitry Lihachev"
]
s
.
date
=
%q{2011-02-18}
s
.
date
=
%q{2011-02-22}
s
.
description
=
%q{TODO: longer description of your gem}
s
.
default_executable
=
%q{annotate}
s
.
description
=
%q{Add a comment summarizing the current schema to the top or bottom of each of your models}
s
.
email
=
%q{lda@openteam.ru}
s
.
email
=
%q{lda@openteam.ru}
s
.
executables
=
[
"annotate"
]
s
.
extra_rdoc_files
=
[
s
.
extra_rdoc_files
=
[
"LICENSE.txt"
,
"LICENSE.txt"
,
"README.rdoc"
"README.rdoc"
]
]
s
.
files
=
[
s
.
files
=
[
".document"
,
".document"
,
".rspec"
,
"Gemfile"
,
"Gemfile"
,
"Gemfile.lock"
,
"History.txt"
,
"LICENSE.txt"
,
"LICENSE.txt"
,
"README.rdoc"
,
"README.rdoc"
,
"Rakefile"
,
"Rakefile"
,
"VERSION.yml"
,
"annotated_models.gemspec"
,
"bin/annotate"
,
"lib/annotated_models.rb"
,
"lib/annotated_models.rb"
,
"test/helper.rb"
,
"lib/tasks/annotate_models.rake"
,
"test/test_annotated_models.rb"
"lib/tasks/migrate.rake"
,
"spec/annotate_models_spec.rb"
,
"spec/spec_helper.rb"
,
"todo.txt"
]
]
s
.
homepage
=
%q{http://github.com/lda/annotated_models}
s
.
homepage
=
%q{http://github.com/lda/annotated_models}
s
.
licenses
=
[
"MIT"
]
s
.
licenses
=
[
"MIT"
]
s
.
require_paths
=
[
"lib"
]
s
.
require_paths
=
[
"lib"
]
s
.
rubygems_version
=
%q{1.3.7}
s
.
rubygems_version
=
%q{1.3.7}
s
.
summary
=
%q{
TODO: one-line summary of your
gem}
s
.
summary
=
%q{
Annotate ActiveRecord models as a
gem}
s
.
test_files
=
[
s
.
test_files
=
[
"
test/helper
.rb"
,
"
spec/annotate_models_spec
.rb"
,
"
test/test_annotated_models
.rb"
"
spec/spec_helper
.rb"
]
]
if
s
.
respond_to?
:specification_version
then
if
s
.
respond_to?
:specification_version
then
...
@@ -41,21 +52,54 @@ Gem::Specification.new do |s|
...
@@ -41,21 +52,54 @@ Gem::Specification.new do |s|
s
.
specification_version
=
3
s
.
specification_version
=
3
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_development_dependency
(
%q<shoulda>
,
[
">= 0"
])
s
.
add_runtime_dependency
(
%q<annotated_models>
,
[
">= 0"
])
s
.
add_development_dependency
(
%q<rspec>
,
[
">= 0"
])
s
.
add_development_dependency
(
%q<bundler>
,
[
">= 0"
])
s
.
add_development_dependency
(
%q<bundler>
,
[
">= 0"
])
s
.
add_development_dependency
(
%q<jeweler>
,
[
">= 0"
])
s
.
add_development_dependency
(
%q<jeweler>
,
[
">= 0"
])
s
.
add_development_dependency
(
%q<rcov>
,
[
">= 0"
])
s
.
add_development_dependency
(
%q<rcov>
,
[
">= 0"
])
s
.
add_development_dependency
(
%q<fakefs>
,
[
">= 0"
])
s
.
add_development_dependency
(
%q<activesupport>
,
[
">= 0"
])
s
.
add_development_dependency
(
%q<i18n>
,
[
">= 0"
])
s
.
add_development_dependency
(
%q<bundler>
,
[
">= 0"
])
s
.
add_development_dependency
(
%q<jeweler>
,
[
">= 0"
])
s
.
add_development_dependency
(
%q<rcov>
,
[
">= 0"
])
s
.
add_development_dependency
(
%q<fakefs>
,
[
">= 0"
])
s
.
add_development_dependency
(
%q<rspec>
,
[
">= 0"
])
s
.
add_runtime_dependency
(
%q<activesupport>
,
[
">= 0"
])
s
.
add_runtime_dependency
(
%q<i18n>
,
[
">= 0"
])
else
else
s
.
add_dependency
(
%q<shoulda>
,
[
">= 0"
])
s
.
add_dependency
(
%q<annotated_models>
,
[
">= 0"
])
s
.
add_dependency
(
%q<rspec>
,
[
">= 0"
])
s
.
add_dependency
(
%q<bundler>
,
[
">= 0"
])
s
.
add_dependency
(
%q<bundler>
,
[
">= 0"
])
s
.
add_dependency
(
%q<jeweler>
,
[
">= 0"
])
s
.
add_dependency
(
%q<jeweler>
,
[
">= 0"
])
s
.
add_dependency
(
%q<rcov>
,
[
">= 0"
])
s
.
add_dependency
(
%q<rcov>
,
[
">= 0"
])
s
.
add_dependency
(
%q<fakefs>
,
[
">= 0"
])
s
.
add_dependency
(
%q<activesupport>
,
[
">= 0"
])
s
.
add_dependency
(
%q<i18n>
,
[
">= 0"
])
s
.
add_dependency
(
%q<bundler>
,
[
">= 0"
])
s
.
add_dependency
(
%q<jeweler>
,
[
">= 0"
])
s
.
add_dependency
(
%q<rcov>
,
[
">= 0"
])
s
.
add_dependency
(
%q<fakefs>
,
[
">= 0"
])
s
.
add_dependency
(
%q<rspec>
,
[
">= 0"
])
s
.
add_dependency
(
%q<activesupport>
,
[
">= 0"
])
s
.
add_dependency
(
%q<i18n>
,
[
">= 0"
])
end
end
else
else
s
.
add_dependency
(
%q<shoulda>
,
[
">= 0"
])
s
.
add_dependency
(
%q<annotated_models>
,
[
">= 0"
])
s
.
add_dependency
(
%q<rspec>
,
[
">= 0"
])
s
.
add_dependency
(
%q<bundler>
,
[
">= 0"
])
s
.
add_dependency
(
%q<jeweler>
,
[
">= 0"
])
s
.
add_dependency
(
%q<rcov>
,
[
">= 0"
])
s
.
add_dependency
(
%q<fakefs>
,
[
">= 0"
])
s
.
add_dependency
(
%q<activesupport>
,
[
">= 0"
])
s
.
add_dependency
(
%q<i18n>
,
[
">= 0"
])
s
.
add_dependency
(
%q<bundler>
,
[
">= 0"
])
s
.
add_dependency
(
%q<bundler>
,
[
">= 0"
])
s
.
add_dependency
(
%q<jeweler>
,
[
">= 0"
])
s
.
add_dependency
(
%q<jeweler>
,
[
">= 0"
])
s
.
add_dependency
(
%q<rcov>
,
[
">= 0"
])
s
.
add_dependency
(
%q<rcov>
,
[
">= 0"
])
s
.
add_dependency
(
%q<fakefs>
,
[
">= 0"
])
s
.
add_dependency
(
%q<rspec>
,
[
">= 0"
])
s
.
add_dependency
(
%q<activesupport>
,
[
">= 0"
])
s
.
add_dependency
(
%q<i18n>
,
[
">= 0"
])
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