edtf.gemspec in edtf-3.1.1 vs edtf.gemspec in edtf-3.2.0

- old
+ new

@@ -10,12 +10,12 @@ s.platform = Gem::Platform::RUBY s.authors = ['Sylvester Keil', 'Ilja Srna'] s.homepage = 'http://github.com/inukshuk/edtf-ruby' s.summary = 'Extended Date/Time Format for Ruby.' s.description = 'A Ruby implementation of the Extended Date/Time Format (EDTF).' - s.license = 'BSD-2-Clause-FreeBSD' + s.license = 'BSD-2-Clause-Views' - s.add_runtime_dependency('activesupport', '>= 3.0', '< 8.0') + s.add_runtime_dependency('activesupport', '>= 3.0', '< 9.0') s.files = `git ls-files`.split("\n") << 'lib/edtf/parser.rb' s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = [] s.require_path = 'lib'