mernis.gemspec in mernis-1.0.3 vs mernis.gemspec in mernis-1.0.4
- old
+ new
@@ -3,11 +3,11 @@
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'mernis/version'
Gem::Specification.new do |s|
s.name = 'mernis'
- s.version = '1.0.3'
+ s.version = '1.0.4'
s.platform = Gem::Platform::RUBY
s.date = Time.now.strftime('%Y-%m-%d')
s.summary = 'SOAP client for KPS [MERNIS] services.'
s.description = 'SOAP client for MERNIS services provided by Ministry of the Interior, Turkey'
s.author = 'Mustafa Serhat Dündar'
@@ -20,7 +20,8 @@
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.require_paths = ['lib']
s.add_dependency "savon", '~> 2.11'
+ s.add_dependency "unicode_utils", '~> 1.4.0'
s.required_ruby_version = '>= 2.2.0'
end