Skip to content

Commit e271f37

Browse files
committed
Merge branch 'develop'
2 parents d1ca354 + 0299252 commit e271f37

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

README.rdoc

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
== Annotate (aka AnnotateModels)
22

3-
IMPORTANT: If you're upgrading from a previous version, including 2.5.0,
4-
re-run the generator task!
3+
{<img src="https://badge.fury.io/rb/annotate.svg" alt="Gem Version" />}[http://badge.fury.io/rb/annotate]
4+
{<img src="https://travis-ci.org/ctran/annotate_models.png" />}[https://travis-ci.org/ctran/annotate_models]
5+
{<img src="https://gemnasium.com/ctran/annotate_models.png" />}[https://gemnasium.com/ctran/annotate_models]
56

67
Add a comment summarizing the current schema to the top or bottom of each of
78
your...
@@ -237,11 +238,6 @@ extra carefully, and consider using one.
237238

238239
Released under the same license as Ruby. No Support. No Warranty.
239240

240-
== Code Status
241-
{<img src="https://travis-ci.org/ctran/annotate_models.png" />}[https://travis-ci.org/ctran/annotate_models]
242-
{<img src="https://gemnasium.com/ctran/annotate_models.png" />}[https://gemnasium.com/ctran/annotate_models]
243-
244-
245241
== Authors
246242

247243
{See AUTHORS.rdoc}[link:AUTHORS.rdoc].

annotate.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Cuong Tran", "Alex Chaffee", "Marcos Piccinini", "Turadg Aleahmad", "Jon Frisby"]
12-
s.date = "2014-02-26"
12+
s.date = "2014-06-16"
1313
s.description = "Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema."
1414
1515
s.executables = ["annotate"]

0 commit comments

Comments
 (0)