Skip to content

Commit

Permalink
Merge pull request #27 from digitalocean/prep-0.2.8
Browse files Browse the repository at this point in the history
Prep 0.2.8 release and update maintainer info.
  • Loading branch information
andrewsomething authored Jun 15, 2020
2 parents f5535a5 + 191a1be commit e958934
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions kartograph.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ require 'kartograph/version'
Gem::Specification.new do |spec|
spec.name = "kartograph"
spec.version = Kartograph::VERSION
spec.authors = ["Robert Ross"]
spec.email = ["engineering@digitalocean.com", "rross@digitalocean.com", "ivan@digitalocean.com"]
spec.authors = ["DigitalOcean API Engineering team"]
spec.email = ["api-engineering@digitalocean.com"]
spec.summary = %q{Kartograph makes it easy to generate and convert JSON. It's intention is to be used for API clients.}
spec.description = %q{Kartograph makes it easy to generate and convert JSON. It's intention is to be used for API clients.}
spec.homepage = "https://github.com/digitaloceancloud/kartograph"
spec.homepage = "https://github.com/digitalocean/kartograph"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0")
Expand Down
2 changes: 1 addition & 1 deletion lib/kartograph/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Kartograph
VERSION = "0.2.7"
VERSION = "0.2.8"
end

0 comments on commit e958934

Please sign in to comment.