-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CMB-501] Update version, remove duplicate gemspec
- Loading branch information
1 parent
e8c5a02
commit ca46f0c
Showing
3 changed files
with
8 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,5 +11,5 @@ | |
=end | ||
|
||
module Lob | ||
VERSION = '6.0.8' | ||
VERSION = '7.0.0' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
||
|
This file was deleted.
Oops, something went wrong.