africompta.gemspec in africompta-1.9.13.pre.10 vs africompta.gemspec in africompta-1.9.13.pre.11

- old
+ new

@@ -1,8 +1,8 @@ Gem::Specification.new do |s| s.name = 'africompta' - s.version = '1.9.13-10' + s.version = '1.9.13-11' s.date = '2017-10-30' s.summary = 'Africompta-module for QooxView' s.description = 'With this module you can have a simple accounting-system. It is based on http://github.com/ineiti/QooxView and adds Entities to handle accounts and movements. For the standalone counterpart (which uses the same database), @@ -15,10 +15,10 @@ s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.require_paths = ['lib'] s.homepage = 'https://github.com/ineiti/AfriCompta' - s.license = 'GPLv3' + s.license = 'GPL-3.0' s.add_dependency 'qooxview', '1.9.11' s.add_dependency 'prawn', '1.0.0' end