glabssms 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 29eaddb71cbc1aa3af4e947668a94ba9d2e3e09c9534bb85cb95408c94db2125
4
- data.tar.gz: 169651d22d029b01540619b5e76df0f4edc46a29b1812e438fa03c6c4f6c0b80
3
+ metadata.gz: d57252c5071a1ccc67ad41c70796e042b932c2c35f588650cde5c64914f2241b
4
+ data.tar.gz: 7ac010e07390f9fb50dd0c938286839708e0f81905ea32a0637f3e12273b42f2
5
5
  SHA512:
6
- metadata.gz: 1f5a943893ec0efdf0227efe2e2c3bdc310924619ff1b19c100b753d11029f16cb2b9cd147447f15c6436f95d52e4e186ed6bb4a54c86428ee57e64c5caeba0e
7
- data.tar.gz: 9289b9733b15bc3b039d387300edcae813e69b3d7302099c09dfefac723c8300d9836f12c74aadee0b4e28e74729658aeb72bf6b6f1226e9837e282c14314bfd
6
+ metadata.gz: 4338e8954ea8d11a1b5b80c862e7949bbf26d161174c2069549973bdf47751853023334fdd90e0de222fb8d5ccc4c563fda80a190a0c2bee1ac62366edd7e23e
7
+ data.tar.gz: 19e2018a2dfb5b112c143036fc462fd8dcca15aa2a878611d150a52a08c3516ab9522a08f0a4af0cfa3d00a8cb405038a50dfa112d137dae1eaee62146e0f80a
@@ -15,7 +15,7 @@ jobs:
15
15
  - name: Set up Ruby 2.6
16
16
  uses: actions/setup-ruby@v1
17
17
  with:
18
- version: 2.6.x
18
+ ruby-version: 2.6.x
19
19
 
20
20
  - name: Publish to GPR
21
21
  run: |
data/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic
6
6
  Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## [Unreleased]
8
+ ## [1.0.1]
9
+ ### Fixed
10
+ - Fix gemspec metadata
11
+
12
+ ## [1.0.0]
9
13
  ### Added
10
14
  - Initial release
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- glabssms (1.0.0)
4
+ glabssms (1.0.1)
5
5
  activesupport
6
6
  gem_config
7
7
 
data/glabssms.gemspec CHANGED
@@ -1,4 +1,3 @@
1
-
2
1
  lib = File.expand_path("../lib", __FILE__)
3
2
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
3
  require "glabssms/version"
@@ -7,18 +6,16 @@ Gem::Specification.new do |spec|
7
6
  spec.name = "glabssms"
8
7
  spec.version = Glabssms::VERSION
9
8
  spec.authors = ["Xavi Ablaza"]
10
- spec.email = ["xlablaza@gmail.com"]
9
+ spec.email = ["dev@makisu.co"]
11
10
 
12
- spec.summary = %q{Send SMS using Globe Labs in Ruby}
13
- spec.homepage = "https://github.com/makisu/glabssms_ruby"
11
+ spec.summary = %q{Send SMS using Globe Labs in Ruby.}
12
+ spec.homepage = "https://github.com/makisu/glabssms"
14
13
  spec.license = "MIT"
15
14
 
16
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
- # to allow pushing to a single host or delete this section to allow pushing to any host.
18
15
  if spec.respond_to?(:metadata)
19
16
  spec.metadata["homepage_uri"] = spec.homepage
20
- spec.metadata["source_code_uri"] = "https://github.com/makisu/glabssms_ruby"
21
- spec.metadata["changelog_uri"] = "https://github.com/makisu/glabssms_ruby/blob/master/CHANGELOG.md"
17
+ spec.metadata["source_code_uri"] = "https://github.com/makisu/glabssms"
18
+ spec.metadata["changelog_uri"] = "https://github.com/makisu/glabssms/blob/master/CHANGELOG.md"
22
19
  else
23
20
  raise "RubyGems 2.0 or newer is required to protect against " \
24
21
  "public gem pushes."
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Glabssms
4
- VERSION = "1.0.0".freeze
4
+ VERSION = "1.0.1".freeze
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glabssms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xavi Ablaza
@@ -124,7 +124,7 @@ dependencies:
124
124
  version: '0'
125
125
  description:
126
126
  email:
127
- - xlablaza@gmail.com
127
+ - dev@makisu.co
128
128
  executables: []
129
129
  extensions: []
130
130
  extra_rdoc_files: []
@@ -154,13 +154,13 @@ files:
154
154
  - lib/glabssms/sms_result.rb
155
155
  - lib/glabssms/token_result.rb
156
156
  - lib/glabssms/version.rb
157
- homepage: https://github.com/makisu/glabssms_ruby
157
+ homepage: https://github.com/makisu/glabssms
158
158
  licenses:
159
159
  - MIT
160
160
  metadata:
161
- homepage_uri: https://github.com/makisu/glabssms_ruby
162
- source_code_uri: https://github.com/makisu/glabssms_ruby
163
- changelog_uri: https://github.com/makisu/glabssms_ruby/blob/master/CHANGELOG.md
161
+ homepage_uri: https://github.com/makisu/glabssms
162
+ source_code_uri: https://github.com/makisu/glabssms
163
+ changelog_uri: https://github.com/makisu/glabssms/blob/master/CHANGELOG.md
164
164
  post_install_message:
165
165
  rdoc_options: []
166
166
  require_paths:
@@ -179,5 +179,5 @@ requirements: []
179
179
  rubygems_version: 3.0.3
180
180
  signing_key:
181
181
  specification_version: 4
182
- summary: Send SMS using Globe Labs in Ruby
182
+ summary: Send SMS using Globe Labs in Ruby.
183
183
  test_files: []