mini_phone 0.1.3 → 0.1.5

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -8
  3. data/lib/mini_phone/version.rb +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ecd792546c1404a41c162138a718cd788795d891aac24c97ee87b3df382f431e
4
- data.tar.gz: c77a185fce6abd249a5d0cabf92d718869ac3a99b0eb7c8596f64595582c00a6
3
+ metadata.gz: e912300b4f76db0e62e401bfb92baf1591f2c84ad79ea4a5f01a184e55d45269
4
+ data.tar.gz: ad34125da6539853d30f8b6fe846130e6895d7f67188d14a5cd8006ccee7f1b0
5
5
  SHA512:
6
- metadata.gz: 99a20b5158402162ee9f2d10732c1d4ec07e18b2395d823ee2e5573059dfbc04c7815102eded133e38958b4b8573290287e9acccba9436be763bc7eb9763dd8f
7
- data.tar.gz: 54e2043235f832e46a48bd94a9fb01c9e4ac30fc1e34835d9889fb3702bef96282adf5db5f6cce5d62b40ca095d6d4553a8c550465c1a244d882bea9767ae63a
6
+ metadata.gz: 7c01a16d10ca9ec1e26202500af5f5e6415f7808a15713542ecf6a83cafb42c70b40d0041efb63027f7523a4d1e61581efc87c2efa6b7cc252123e538894ebab
7
+ data.tar.gz: 0d67e790bf60c2ca2108e1f62f9022bb51dfbda3e82b63fa4fc5d27edc1de936c2c2984c887588c7a7a8b1d8e947023f2100010050ddc9a0f41634d94822b2a9
data/Rakefile CHANGED
@@ -32,15 +32,10 @@ task :deploy do
32
32
  sh 'code -w ./lib/mini_phone/version.rb'
33
33
  version = `ruby -r ./lib/mini_phone/version.rb -e 'print MiniPhone::VERSION'`.strip
34
34
  sh "git commit -am 'Bump to v#{version} :confetti_ball:'"
35
- sh 'bundle exec rake release'
35
+ sh 'gem_push=no bundle exec rake release'
36
36
  end
37
37
 
38
38
  namespace :publish do
39
- def push_to_github_registry(gem)
40
- puts "Pushing #{gem} to GitHub Package Registry"
41
- sh "gem push #{gem} --host https://rubygems.pkg.github.com/ianks --key github"
42
- end
43
-
44
39
  def push_to_rubygems(gem)
45
40
  puts "Pushing #{gem} to Rubygems"
46
41
  sh "gem push #{gem}"
@@ -49,14 +44,12 @@ namespace :publish do
49
44
  task native: %i[native gem] do
50
45
  g = "./pkg/mini_phone-#{MiniPhone::VERSION}-#{Gem::Platform.new(RUBY_PLATFORM)}.gem"
51
46
 
52
- push_to_github_registry(g)
53
47
  push_to_rubygems(g)
54
48
  end
55
49
 
56
50
  task non_native: [:gem] do
57
51
  g = "./pkg/mini_phone-#{MiniPhone::VERSION}.gem"
58
52
 
59
- push_to_github_registry(g)
60
53
  push_to_rubygems(g)
61
54
  end
62
55
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MiniPhone
4
- VERSION = '0.1.3'
4
+ VERSION = '0.1.5'
5
5
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mini_phone
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Ker-Seymer
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2021-01-05 00:00:00.000000000 Z
@@ -47,7 +47,7 @@ metadata:
47
47
  homepage_uri: https://github.com/ianks/mini_phone
48
48
  source_code_uri: https://github.com/ianks/mini_phone
49
49
  changelog_uri: https://github.com/ianks/mini_phone/blob/master/CHANGELOG.md
50
- post_install_message:
50
+ post_install_message:
51
51
  rdoc_options: []
52
52
  require_paths:
53
53
  - lib
@@ -62,8 +62,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
62
  - !ruby/object:Gem::Version
63
63
  version: '0'
64
64
  requirements: []
65
- rubygems_version: 3.1.2
66
- signing_key:
65
+ rubygems_version: 3.1.4
66
+ signing_key:
67
67
  specification_version: 4
68
68
  summary: Uses the Google libphonenumber C lib to parse, validate, and format phone
69
69
  numbers