Skip to content

Commit

Permalink
[CMB-501] Update version, remove duplicate gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
richseviora committed Feb 28, 2024
1 parent e8c5a02 commit ca46f0c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 46 deletions.
2 changes: 1 addition & 1 deletion lib/openapi_client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
=end

module Lob
VERSION = '6.0.8'
VERSION = '7.0.0'
end
15 changes: 7 additions & 8 deletions lob.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,18 @@ OpenAPI Generator version: 5.2.1
=end

$:.push File.expand_path("../lib", __FILE__)
require "lob/version"
require "openapi_client/version"

Gem::Specification.new do |s|
s.name = "lob"
s.version = Lob::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["OpenAPI-Generator"]
s.email = ["[email protected]"]
s.homepage = "https://openapi-generator.tech"
s.summary = "Lob Ruby Gem"
s.description = "The Lob API is organized around REST. Our API is designed to have predictable, resource-oriented URLs and uses HTTP response codes to indicate any API errors. <p> Looking for our [previous documentation](https://lob.github.io/legacy-docs/)? "
s.license = "Unlicense"
s.required_ruby_version = ">= 2.4"
s.authors = ["Lob"]
s.email = ["[email protected]"]
s.homepage = "https://github.com/lob/lob-ruby"
s.summary = %q{Ruby wrapper for Lob.com API with ActiveRecord-style syntax}
s.description = %q{Lob API Ruby wrapper}
s.license = "MIT"

s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'

Expand Down
37 changes: 0 additions & 37 deletions openapi_client.gemspec

This file was deleted.

0 comments on commit ca46f0c

Please sign in to comment.