@@ -5,14 +5,13 @@ require_relative 'lib/mindee/version'
55Gem ::Specification . new do |spec |
66 spec . name = 'mindee'
77 spec . version = Mindee ::VERSION
8- spec . authors = [ 'Mindee' ]
8+ spec . authors = [ 'Mindee, SA ' ]
99 spec . email = [ 'devrel@mindee.co' ]
1010
1111 spec . summary = 'Mindee API Helper Library for Ruby'
12- # spec.description = %q{TODO: Write a longer description or delete this line.}
12+ spec . description = "Quickly and easily connect to Mindee's API services using Ruby."
1313 spec . homepage = 'https://github.com/mindee/mindee-api-ruby'
1414 spec . license = 'MIT'
15- spec . required_ruby_version = Gem ::Requirement . new ( '>= 2.6.0' )
1615
1716 spec . metadata [ 'homepage_uri' ] = 'https://mindee.com/'
1817 spec . metadata [ 'source_code_uri' ] = 'https://github.com/mindee/mindee-api-ruby'
@@ -28,7 +27,13 @@ Gem::Specification.new do |spec|
2827 spec . executables = spec . files . grep ( %r{^bin/} ) { |f | File . basename ( f ) }
2928 spec . require_paths = [ 'lib' ]
3029
30+ spec . required_ruby_version = Gem ::Requirement . new ( '>= 2.6' )
31+
3132 spec . add_runtime_dependency 'marcel' , '~> 1.0.2'
32- spec . add_runtime_dependency 'mrz' , '~> 0.2.0'
33- spec . add_runtime_dependency 'origami' , '~> 2.1.0'
33+ spec . add_runtime_dependency 'mrz' , '~> 0.2'
34+ spec . add_runtime_dependency 'origamindee' , '~> 3.0'
35+
36+ spec . add_development_dependency 'rake' , '~> 12.3.1'
37+ spec . add_development_dependency 'rspec' , '~> 3.11'
38+ spec . add_development_dependency 'rubocop' , '~> 1.41'
3439end
0 commit comments