@@ -5,20 +5,18 @@ require_relative "lib/sdk/ruby/version"
55Gem ::Specification . new do |spec |
66 spec . name = "lingodotdev"
77 spec . version = Sdk ::Ruby ::VERSION
8- spec . authors = [ "TODO: Write your name " ]
9- spec . email = [ "TODO: Write your email address " ]
8+ spec . authors = [ "David Turnbull " ]
9+ spec . email = [ "david@lingo.dev " ]
1010
11- spec . summary = "Ruby SDK for Lingo.dev localization API "
12- spec . description = "A Ruby SDK for integrating with the Lingo.dev localization and translation engine API."
11+ spec . summary = "Ruby SDK for Lingo.dev"
12+ spec . description = "Ruby SDK for integrating with the Lingo.dev localization and translation engine API."
1313 spec . homepage = "https://github.com/lingodotdev/sdk-ruby"
1414 spec . required_ruby_version = ">= 3.2.0"
1515
1616 spec . metadata [ "allowed_push_host" ] = "https://rubygems.org"
1717 spec . metadata [ "homepage_uri" ] = spec . homepage
1818 spec . metadata [ "source_code_uri" ] = "https://github.com/lingodotdev/sdk-ruby"
1919
20- # Specify which files should be added to the gem when it is released.
21- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
2220 gemspec = File . basename ( __FILE__ )
2321 spec . files = IO . popen ( %w[ git ls-files -z ] , chdir : __dir__ , err : IO ::NULL ) do |ls |
2422 ls . readlines ( "\x0 " , chomp : true ) . reject do |f |
@@ -34,7 +32,4 @@ Gem::Specification.new do |spec|
3432
3533 spec . add_development_dependency "rspec" , "~> 3.13"
3634 spec . add_development_dependency "dotenv" , "~> 3.0"
37-
38- # For more information and examples about making a new gem, check out our
39- # guide at: https://bundler.io/guides/creating_gem.html
4035end
0 commit comments