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
753091c5
Commit
753091c5
authored
May 02, 2008
by
Cuong Tran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Push a new version 1.0.3 out to rubyforge
parent
8c8c3c58
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
History.txt
History.txt
+6
-0
version.rb
lib/annotate_models/version.rb
+1
-1
index.html
website/index.html
+2
-2
No files found.
History.txt
View file @
753091c5
...
...
@@ -6,4 +6,10 @@
* added a task to remove the annotations
* these options can be specified from command line as -d and -p [before|after]
== 1.0.3 2008-05-02
* Add misc changes from Dustin Sallings and Henrik N
* Remove trailing whitespace
* More intuitive info messages
* Update README file with update-to-date example
lib/annotate_models/version.rb
View file @
753091c5
...
...
@@ -2,7 +2,7 @@ module AnnotateModels #:nodoc:
module
VERSION
#:nodoc:
MAJOR
=
1
MINOR
=
0
TINY
=
2
TINY
=
3
STRING
=
[
MAJOR
,
MINOR
,
TINY
].
join
(
'.'
)
end
...
...
website/index.html
View file @
753091c5
...
...
@@ -33,7 +33,7 @@
<h1>
annotate-models
</h1>
<div
id=
"version"
class=
"clickable"
onclick=
'document.location = "http://rubyforge.org/projects/annotate-models"; return false'
>
<p>
Get Version
</p>
<a
href=
"http://rubyforge.org/projects/annotate-models"
class=
"numbers"
>
1.0.
2
</a>
<a
href=
"http://rubyforge.org/projects/annotate-models"
class=
"numbers"
>
1.0.
3
</a>
</div>
<h1>
→
‘
annotate-models
’
</h1>
...
...
@@ -94,7 +94,7 @@ This is now a gem that can run from command line</p>
<p>
Comments are welcome. Send an email to
<a
href=
"mailto:ctran@pragmaquest.com"
>
Cuong Tran
</a></p>
<p
class=
"coda"
>
<a
href=
"http://www.pragmaquest.com"
>
Cuong Tran
</a>
, 2
2nd March
2008
<br>
<a
href=
"http://www.pragmaquest.com"
>
Cuong Tran
</a>
, 2
nd May
2008
<br>
Theme extended from
<a
href=
"http://rb2js.rubyforge.org/"
>
Paul Battley
</a>
</p>
</div>
...
...
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