wire_client 0.1.3 → 0.1.4
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/Rakefile +2 -2
- data/lib/wire_client/messages/message.rb +1 -1
- data/lib/wire_client/version.rb +1 -1
- 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: 500d600ea3f1201ff374196191440da33a8c367457e1d2a9b7a5b72713f682d0
|
|
4
|
+
data.tar.gz: 9eb9d91997b380100d6355f967c58491b4a0bae3ec35071fb2c0ebc11caac306
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e2fdad2d8a88509ed7a9ecd66728dada2637fc5e4889b3414bd0db2ece12dff35b8bf493d18ba81611475adf30303b3c5d5e4443fb069db870ee8286a49b786
|
|
7
|
+
data.tar.gz: 6d30c02290e51e9b182d3edaeecd236b2108fd00f167e737f3745ecac67139542253a257bae628dc621f157f3f56a8b41b74fac6a7d489a177537036411e7712
|
data/Rakefile
CHANGED
|
@@ -14,12 +14,12 @@ Rake::TestTask.new(:test) do |t|
|
|
|
14
14
|
t.test_files = FileList['test/**/*_test.rb']
|
|
15
15
|
end
|
|
16
16
|
|
|
17
|
-
desc 'Build the
|
|
17
|
+
desc 'Build the gem'
|
|
18
18
|
task :build do
|
|
19
19
|
sh %{#{FileUtils::RUBY} -S gem build #{GEM}.gemspec}
|
|
20
20
|
end
|
|
21
21
|
|
|
22
|
-
desc 'Release the
|
|
22
|
+
desc 'Release the gem to rubygems.org'
|
|
23
23
|
task release: :build do
|
|
24
24
|
sh %{#{FileUtils::RUBY} -S gem push ./#{GEM}-#{VERSION}.gem}
|
|
25
25
|
end
|
|
@@ -155,8 +155,8 @@ module WireClient
|
|
|
155
155
|
builder.PstCd(entity.postal_code)
|
|
156
156
|
builder.TwnNm(entity.city)
|
|
157
157
|
builder.CtrySubDvsn(entity.country_subdivision_abbr)
|
|
158
|
-
builder.AdrLine(entity.address_line)
|
|
159
158
|
builder.Ctry(entity.country)
|
|
159
|
+
builder.AdrLine(entity.address_line)
|
|
160
160
|
end
|
|
161
161
|
|
|
162
162
|
def entity_agent_id(builder, entity)
|
data/lib/wire_client/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wire_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ewerton Carlos Assis
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2018-
|
|
12
|
+
date: 2018-05-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: ach_client
|