Skip to content

Commit 4107fc7

Browse files
committed
Remove date from gem spec
1 parent 6ad4b7c commit 4107fc7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

annotate.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ Gem::Specification.new do |s|
88
s.version = Annotate.version
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11-
s.authors = ["Cuong Tran", "Alex Chaffee", "Marcos Piccinini", "Turadg Aleahmad", "Jon Frisby"]
12-
s.date = "2014-06-16"
11+
s.authors = ["Alex Chaffee", "Cuong Tran", "Marcos Piccinini", "Turadg Aleahmad", "Jon Frisby"]
1312
s.description = "Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema."
1413
s.email = ["alex@stinky.com", "cuong.tran@gmail.com", "x@nofxx.com", "turadg@aleahmad.net", "jon@cloudability.com"]
1514
s.executables = ["annotate"]

0 commit comments

Comments
 (0)