Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/twine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Ludwig <sebastian@lurado.de>2016-03-31 23:29:47 +0300
committerSebastian Ludwig <sebastian@lurado.de>2016-03-31 23:36:06 +0300
commitef84dd322c6a1dc2949a6a560a4ff012e449a84b (patch)
treeb0fc65df665f0a17280208cc569c4c78201bd06b /twine.gemspec
parentb1b59f4f627b39dc4dc63f26c45cc09cb860e394 (diff)
Renamed commands to get rid of more 'string' ambiguities.
Diffstat (limited to 'twine.gemspec')
-rw-r--r--twine.gemspec4
1 files changed, 3 insertions, 1 deletions
diff --git a/twine.gemspec b/twine.gemspec
index 975cfb9..b51250c 100644
--- a/twine.gemspec
+++ b/twine.gemspec
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.name = "twine"
s.version = Twine::VERSION
s.date = Time.now.strftime('%Y-%m-%d')
- s.summary = "Manage strings and their translations for your iOS and Android projects."
+ s.summary = "Manage strings and their translations for your iOS, Android and other platform projects."
s.homepage = "https://github.com/mobiata/twine"
s.email = "twine@mobiata.com"
s.authors = [ "Sebastian Celis" ]
@@ -31,4 +31,6 @@ Gem::Specification.new do |s|
It is geared toward Mac OS X, iOS, and Android developers.
desc
+
+ s.post_install_message = "Twine command names have changed! Please check the documentation for their new names."
end