fix gemspec glob

This commit is contained in:
Loic Nageleisen 2016-02-14 17:03:33 +01:00
parent aa2d5b9f51
commit 43924bade2
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.description = 'Share memory by communicating'
s.authors = ['Loic Nageleisen']
s.email = 'loic.nageleisen@gmail.com'
s.files = ['lib/**/*.rb']
s.files = Dir['lib/**/*.rb']
s.homepage = 'https://github.com/lloeki/normandy'
s.add_development_dependency 'pry'