rcelery.gemspec in rcelery-1.0.0 vs rcelery.gemspec in rcelery-1.0.1

- old
+ new

@@ -1,8 +1,13 @@ +lib = File.expand_path('../lib/', __FILE__) +$:.unshift lib unless $:.include?(lib) + +require 'rcelery/version' + Gem::Specification.new do |s| s.name = 'rcelery' s.summary = 'Ruby implementation of the Python Celery library.' - s.version = '1.0.0' + s.version = RCelery::VERSION ignore = ['.gitignore'] s.files = `git ls-files`.split("\n") - ignore s.test_files = `git ls-files -- spec/*`.split("\n") s.executables << 'rceleryd'