Skip to content

Commit

Permalink
Closes #359
Browse files Browse the repository at this point in the history
  • Loading branch information
//de committed Mar 28, 2015
1 parent 18a125e commit ce0c372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion celluloid.gemspec
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = '>= 1.9.2'
gem.required_rubygems_version = '>= 1.3.6'

gem.files = Dir['README.md', 'LICENSE.txt', 'lib/**/*', 'spec/**/*']
gem.files = Dir['README.md', 'CHANGES.md', 'LICENSE.txt', 'lib/**/*', 'spec/**/*', 'examples/*']
gem.require_path = 'lib'

gem.add_runtime_dependency 'timers', '~> 4.0.0'
Expand Down

0 comments on commit ce0c372

Please sign in to comment.