hey-you-nexmo 0.1.0 → 0.1.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: ac3f5da9666d7dfce8e57f80e5a9d12e38369b839b5b8c7f6e8b67a594047001
4
- data.tar.gz: 80f2f94e1ea2227147c0816580e933ed4cead2326da76e6f4e72e5eb59621dcb
3
+ metadata.gz: dea44257bac4517e0971eab1386ffbe2be99e2492f0d2325c9ef4875c8c60cba
4
+ data.tar.gz: d3531a2ea603d81c0982d8f14af56890cf4d9610e6c579412077d682f219632d
5
5
  SHA512:
6
- metadata.gz: c64da584bcbf15cb9c1d1736c506d16445ba4b4edd6aca778275bd3dcc488db54697036876074d4b0eabf4cbe8b6a8a6292be1e11040dfafc712d3ce23458636
7
- data.tar.gz: f5fb3c2a24fcc613040acf9fc08c8078ba0cee84aa9096d4bc0559b1a0852a8a7e474f50f66db392ccfadd036a4804ee698c2174aead870ee29016d38bb996fa
6
+ metadata.gz: b1a808416d100ec54cf41120d408d8c53a62596e8303353191a94db5d1dd8f837a1ae0f16acdce5d4992791f95ecdf6b973605a9c9ac039f011e5741aa59297b
7
+ data.tar.gz: af7ee318b0fcda3640fa7a576f9f87cccf9a3670d9e5e7d42a9ac57b2ecfae02be9ee578f8e4af82316d0113aba9e1d73d0a038e6fe4fc538b305863c2088d75
data/.gitignore CHANGED
@@ -9,4 +9,6 @@
9
9
 
10
10
 
11
11
  .rspec_status
12
- .byebug_history
12
+ .byebug_history
13
+
14
+ Gemfile.lock
@@ -0,0 +1,4 @@
1
+ # Changelog for hey-you-nexmo gem
2
+
3
+ ### 0.1.1
4
+ - Fix: Interpolation for text in builder
@@ -4,7 +4,7 @@ module HeyYou
4
4
  attr_reader :text, :from, :is_unicode
5
5
 
6
6
  def build
7
- @text = ch_data.fetch('text')
7
+ @text = interpolate(ch_data.fetch('text'), options)
8
8
  @from = ch_data.fetch('from', nil)
9
9
  @is_unicode = ch_data.fetch('is_unicode', false)
10
10
  rescue KeyError => e
@@ -1,3 +1,3 @@
1
1
  module HeyYouNexmo
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hey-you-nexmo
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
  - Sergey Nesterov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-07-01 00:00:00.000000000 Z
11
+ date: 2020-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hey-you
@@ -107,7 +107,6 @@ files:
107
107
  - CHANGELOG.md
108
108
  - CODE_OF_CONDUCT.md
109
109
  - Gemfile
110
- - Gemfile.lock
111
110
  - README.md
112
111
  - Rakefile
113
112
  - bin/console
@@ -1,72 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- hey-you-nexmo (0.1.0)
5
- hey-you (~> 1.2)
6
- nexmo (~> 7.1)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- addressable (2.7.0)
12
- public_suffix (>= 2.0.2, < 5.0)
13
- concurrent-ruby (1.1.6)
14
- crack (0.4.3)
15
- safe_yaml (~> 1.0.0)
16
- diff-lcs (1.4.3)
17
- faraday (0.15.4)
18
- multipart-post (>= 1.2, < 3)
19
- fcm (0.0.7)
20
- faraday (= 0.15.4)
21
- ffaker (2.15.0)
22
- hashdiff (1.0.1)
23
- hey-you (1.2.0)
24
- fcm (~> 0.0.2)
25
- i18n (~> 1.0)
26
- mail (~> 2.7)
27
- i18n (1.8.3)
28
- concurrent-ruby (~> 1.0)
29
- jwt (2.2.1)
30
- mail (2.7.1)
31
- mini_mime (>= 0.1.1)
32
- mini_mime (1.0.2)
33
- multipart-post (2.1.1)
34
- nexmo (7.1.2)
35
- jwt (~> 2)
36
- sorbet-runtime (~> 0.5)
37
- zeitwerk (~> 2, >= 2.2)
38
- public_suffix (4.0.4)
39
- rake (12.3.3)
40
- rspec (3.9.0)
41
- rspec-core (~> 3.9.0)
42
- rspec-expectations (~> 3.9.0)
43
- rspec-mocks (~> 3.9.0)
44
- rspec-core (3.9.2)
45
- rspec-support (~> 3.9.3)
46
- rspec-expectations (3.9.2)
47
- diff-lcs (>= 1.2.0, < 2.0)
48
- rspec-support (~> 3.9.0)
49
- rspec-mocks (3.9.1)
50
- diff-lcs (>= 1.2.0, < 2.0)
51
- rspec-support (~> 3.9.0)
52
- rspec-support (3.9.3)
53
- safe_yaml (1.0.5)
54
- sorbet-runtime (0.5.5794)
55
- webmock (3.8.3)
56
- addressable (>= 2.3.6)
57
- crack (>= 0.3.2)
58
- hashdiff (>= 0.4.0, < 2.0.0)
59
- zeitwerk (2.3.1)
60
-
61
- PLATFORMS
62
- ruby
63
-
64
- DEPENDENCIES
65
- ffaker (~> 2.15)
66
- hey-you-nexmo!
67
- rake (~> 12.0)
68
- rspec (~> 3.0)
69
- webmock (~> 3.4)
70
-
71
- BUNDLED WITH
72
- 2.1.4