Skip to content

Commit

Permalink
added version name file to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdavis committed Jan 15, 2015
1 parent 166245a commit d5df161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.0.3
2 changes: 1 addition & 1 deletion cli/compass.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*")
Expand Down

0 comments on commit d5df161

Please sign in to comment.