combustion.gemspec in combustion-0.5.1 vs combustion.gemspec in combustion-0.5.2
- old
+ new
@@ -1,13 +1,14 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = 'combustion'
- s.version = '0.5.1'
+ s.version = '0.5.2'
s.authors = ['Pat Allan']
s.email = ['pat@freelancing-gods.com']
s.homepage = 'https://github.com/pat/combustion'
s.summary = 'Elegant Rails Engine Testing'
s.description = 'Test your Rails Engines without needing a full Rails app'
+ s.license = 'MIT'
s.rubyforge_project = 'combustion'
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")