pingram 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/pingram/api_client.rb +1 -1
- data/lib/pingram/version.rb +1 -1
- data/pingram.gemspec +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f1a5e256ab2bae87c11655786b6354e471b0430e07481d396b64aa1adceae92
|
|
4
|
+
data.tar.gz: 70fa24a274468390212fbf1949033799c7a977f865b5184c687f7bd71e8c9f84
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb49b808d453a83c4fe5fbcf8b7b4601421897d7b174ad9d7a1dc9211882cefb2af9252a1f0ee1db2efbaac7c7621d1dbd80eda5cc15c0eeb797696b2581f617
|
|
7
|
+
data.tar.gz: bb8e37850ed1895c535ebf6bc0894258bf43f88e5321f99836478376dc449de54e8ab1bc291c8d67911850f6ec8668f86ac5aa2c220e8db9cf550135ee625905
|
data/lib/pingram/api_client.rb
CHANGED
|
@@ -32,7 +32,7 @@ module Pingram
|
|
|
32
32
|
# @option config [Configuration] Configuration for initializing the object, default to Configuration.default
|
|
33
33
|
def initialize(config = Configuration.default)
|
|
34
34
|
@config = config
|
|
35
|
-
@user_agent = "pingram-ruby/0.1.
|
|
35
|
+
@user_agent = "pingram-ruby/0.1.1"
|
|
36
36
|
@default_headers = {
|
|
37
37
|
'Content-Type' => 'application/json',
|
|
38
38
|
'User-Agent' => @user_agent
|
data/lib/pingram/version.rb
CHANGED
data/pingram.gemspec
CHANGED
|
@@ -25,6 +25,7 @@ Gem::Specification.new do |s|
|
|
|
25
25
|
s.summary = "Official Ruby SDK for Pingram. Send notifications via Email, SMS, Push, In-App, and more."
|
|
26
26
|
s.description = "Server-side Ruby client for the Pingram API. Send and manage notifications from your Ruby application."
|
|
27
27
|
s.license = "MIT"
|
|
28
|
+
s.required_ruby_version = '>= 2.7'
|
|
28
29
|
s.metadata = {}
|
|
29
30
|
|
|
30
31
|
s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pingram
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pingram
|
|
@@ -255,7 +255,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
255
255
|
requirements:
|
|
256
256
|
- - ">="
|
|
257
257
|
- !ruby/object:Gem::Version
|
|
258
|
-
version: '
|
|
258
|
+
version: '2.7'
|
|
259
259
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
260
260
|
requirements:
|
|
261
261
|
- - ">="
|