Skip to content

Commit d5df161

Browse files
committed
added version name file to gemspec
1 parent 166245a commit d5df161

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.2
1+
1.0.3

cli/compass.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |gemspec|
2525
Compass is charityware. If you love it, please donate on our behalf at http://umdf.org/compass Thanks!
2626
MESSAGE
2727

28-
gemspec.files = %w(LICENSE.markdown VERSION Rakefile)
28+
gemspec.files = %w(LICENSE.markdown VERSION VERSION_NAME Rakefile)
2929
gemspec.files += Dir.glob("bin/*")
3030
gemspec.files += Dir.glob("data/**/*")
3131
gemspec.files += Dir.glob("frameworks/**/*")

0 commit comments

Comments
 (0)