Skip to content

Commit

Permalink
updated gemspec to avoid ~ files from vim
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrasaurus committed Oct 1, 2010
1 parent 3295dc6 commit 5477d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pie.gemspec
Expand Up @@ -3,9 +3,9 @@ spec = Gem::Specification.new do |s|
s.name = 'pie'
s.authors = 'Sarah Allen, Sarah Mei, Rich Kilmer'
s.homepage = 'http://github.com/blazingcloud/pie'
s.version = '0.2.1'
s.version = '0.2.2'
s.summary = 'Pie, a language for developing games and books'
s.files = Dir['lib/*']+Dir['bin/*']+Dir['views/*']+['README.md', 'MIT-LICENSE.txt']
s.files = Dir['lib/*.rb']+Dir['views/*.erb']+['README.md', 'MIT-LICENSE.txt', 'bin/pie']
s.bindir = 'bin'
s.executables << 'pie'
end

0 comments on commit 5477d13

Please sign in to comment.