Skip to content

Commit

Permalink
Typo in description
Browse files Browse the repository at this point in the history
  • Loading branch information
coezbek committed Oct 31, 2021
1 parent dd0ec78 commit 2bf46c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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:
simplepush (0.6.0)
simplepush (0.6.1)
httparty

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/simplepush/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Simplepush
VERSION = "0.6.0"
VERSION = "0.6.1"
end
2 changes: 1 addition & 1 deletion simplepush.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.email = ["[email protected]"]

spec.summary = "Ruby SimplePush.io API client (unofficial)"
spec.description = "Httpary wrapper for SimplePush.io"
spec.description = "Httparty wrapper for SimplePush.io"
spec.homepage = "https://github.com/coezbek/simplepush"
spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")

Expand Down

0 comments on commit 2bf46c8

Please sign in to comment.