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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c951aa3cd438ee832684fd8f74b0f390ec1e7f53cc4e70f858227c2cbbafe63
4
- data.tar.gz: bf75873543f652a29338ab32953f3634bd43ee37f1678ef481198967a68415ef
3
+ metadata.gz: 2f1a5e256ab2bae87c11655786b6354e471b0430e07481d396b64aa1adceae92
4
+ data.tar.gz: 70fa24a274468390212fbf1949033799c7a977f865b5184c687f7bd71e8c9f84
5
5
  SHA512:
6
- metadata.gz: 791ddbbde1279750fb20c0cac0619a65d07cbee88f419ac6d8def2f85eb856e09ac4f693646ae28b13d482740494d3d43a69c758b3b0bbbf0fa0796db1eaf5cd
7
- data.tar.gz: af6dbb081bac9426f3dfdb67a613b981269fc9ffca2497b14f0673337a7729d3695e4237bbb50a5358de7ef488726ba6057aff61f89d375a1e726799f7e5580f
6
+ metadata.gz: fb49b808d453a83c4fe5fbcf8b7b4601421897d7b174ad9d7a1dc9211882cefb2af9252a1f0ee1db2efbaac7c7621d1dbd80eda5cc15c0eeb797696b2581f617
7
+ data.tar.gz: bb8e37850ed1895c535ebf6bc0894258bf43f88e5321f99836478376dc449de54e8ab1bc291c8d67911850f6ec8668f86ac5aa2c220e8db9cf550135ee625905
@@ -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.0"
35
+ @user_agent = "pingram-ruby/0.1.1"
36
36
  @default_headers = {
37
37
  'Content-Type' => 'application/json',
38
38
  'User-Agent' => @user_agent
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Pingram
14
- VERSION = '0.1.0'
14
+ VERSION = '0.1.1'
15
15
  end
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.0
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: '0'
258
+ version: '2.7'
259
259
  required_rubygems_version: !ruby/object:Gem::Requirement
260
260
  requirements:
261
261
  - - ">="