Skip to content

Commit

Permalink
Add correct date for gem automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
netbe committed Mar 15, 2016
1 parent 32b226b commit ae831bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babelish.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require 'babelish/version'
Gem::Specification.new do |s|
s.name = 'babelish'
s.version = Babelish::VERSION
s.date = '2015-11-09'
s.date = Time.now.strftime("%Y-%m-%d")
s.summary = "CSV converter for localization files"
s.description = "This set of commands converts a CSV file to the following formats:
- .strings (iOS)
Expand Down

0 comments on commit ae831bd

Please sign in to comment.