Skip to content

Commit

Permalink
update gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
JuzerShakir committed Oct 16, 2023
1 parent 823087c commit 4023b8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
imdb_title (0.0.13)
imdb_title (0.0.14)
httparty (~> 0.21.0)
nokogiri (~> 1.15, >= 1.15.4)

Expand Down
6 changes: 3 additions & 3 deletions imdb_title.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "imdb_title"
s.version = "0.0.13"
s.version = "0.0.14"
s.licenses = ["MIT"]
s.summary = "Access info of any Movie, Tv Show, Episode or Game from imdb.com"
s.description = <<-DESC
Expand All @@ -16,8 +16,8 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/JuzerShakir/imdb"
s.metadata = {
"source_code_uri" => "https://github.com/JuzerShakir/imdb",
"changelog_uri" => "https://github.com/JuzerShakir/imdb/CHANGELOG.md",
"bug_tracker_uri" => "https://github.com/JuzerShakir/imdb/Issues"
"changelog_uri" => "https://github.com/JuzerShakir/imdb/blob/master/CHANGELOG.md",
"bug_tracker_uri" => "https://github.com/JuzerShakir/imdb/issues"
}
s.add_runtime_dependency "httparty", "~> 0.21.0"
s.add_runtime_dependency "nokogiri", "~> 1.15", ">= 1.15.4"
Expand Down

0 comments on commit 4023b8a

Please sign in to comment.