From d5df161d0df7edc686e576b22412f437dd0590cc Mon Sep 17 00:00:00 2001 From: Scott Davis Date: Thu, 15 Jan 2015 18:48:26 -0500 Subject: [PATCH] added version name file to gemspec --- cli/VERSION | 2 +- cli/compass.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/VERSION b/cli/VERSION index e6d5cb833c..e4c0d46e55 100644 --- a/cli/VERSION +++ b/cli/VERSION @@ -1 +1 @@ -1.0.2 \ No newline at end of file +1.0.3 \ No newline at end of file diff --git a/cli/compass.gemspec b/cli/compass.gemspec index aff849ad7b..cfb799aa77 100644 --- a/cli/compass.gemspec +++ b/cli/compass.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |gemspec| Compass is charityware. If you love it, please donate on our behalf at http://umdf.org/compass Thanks! MESSAGE - gemspec.files = %w(LICENSE.markdown VERSION Rakefile) + gemspec.files = %w(LICENSE.markdown VERSION VERSION_NAME Rakefile) gemspec.files += Dir.glob("bin/*") gemspec.files += Dir.glob("data/**/*") gemspec.files += Dir.glob("frameworks/**/*")