Skip to content

Commit 3fc9b44

Browse files
committed
Release v0.2.0: Update Ruby requirement to >= 3.2.0
1 parent f2c5434 commit 3fc9b44

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

doohly.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.summary = "Ruby client for the Doohly DOOH advertising platform API"
1212
spec.description = "A Ruby client library for interacting with the Doohly (Digital Out-of-Home) " \
1313
"advertising platform API. Supports managing bookings, devices, creatives, and more."
14-
spec.homepage = "https://github.com/Sentia/doohly"
14+
spec.homepage = "https://www.sentia.com.au"
1515
spec.license = "MIT"
1616
spec.required_ruby_version = ">= 3.2.0"
1717

@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
2626
spec.files = Dir.chdir(__dir__) do
2727
`git ls-files -z`.split("\x0").reject do |f|
2828
(File.expand_path(f) == __FILE__) ||
29-
f.start_with?(*%w[bin/ test/ spec/ features/ .git .github appveyor Gemfile])
29+
f.start_with?(*%w[bin/ test/ spec/ features/ .git .github appveyor Gemfile docs/ examples/])
3030
end
3131
end
3232
spec.bindir = "exe"

lib/doohly/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Doohly
4-
VERSION = "0.1.0"
4+
VERSION = "0.2.0"
55
end

0 commit comments

Comments
 (0)