infinitepay-report-pos 2.1.1 → 2.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +3 -3
- data/Rakefile +8 -8
- data/lib/version.rb +1 -1
- data/out/infinitepay-report-pos/main.mrb +0 -0
- 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: 239cf38000e68683bc13b412bdd84dce0d2ea9185bb43441b084c0453275563d
|
4
|
+
data.tar.gz: a56a28f1eb996e6340d773adbc75a6cda8313d5e32dcf9839aec0b285bd84a27
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3acd1aca17606cebe21e4324d307b2b55ee0bb13fe44f4eb77b7505739b81d60b37111bd311c4ce5d1d714db75f0026c17fcb3a1961158a9d33ecbb2a9a7c229
|
7
|
+
data.tar.gz: cfe6a278ba7249ef864bf396b66327983b9873505d8a2a30172d505b04d08b0817fa65e32fe2ae6fcdc057ef0910c76775e882b4679b90fcaee00b8401c40656
|
data/Gemfile.lock
CHANGED
@@ -6,9 +6,9 @@ GEM
|
|
6
6
|
cloudwalk (1.15.0)
|
7
7
|
bundler
|
8
8
|
rake
|
9
|
-
cloudwalk_handshake (1.13.
|
9
|
+
cloudwalk_handshake (1.13.1)
|
10
10
|
funky-simplehttp (~> 0.6)
|
11
|
-
da_funk (3.
|
11
|
+
da_funk (3.18.0)
|
12
12
|
archive-zip (~> 0.5)
|
13
13
|
bundler
|
14
14
|
cloudwalk_handshake
|
@@ -34,4 +34,4 @@ DEPENDENCIES
|
|
34
34
|
funky-mock
|
35
35
|
|
36
36
|
BUNDLED WITH
|
37
|
-
2.
|
37
|
+
2.1.4
|
data/Rakefile
CHANGED
@@ -7,13 +7,13 @@ require 'bundler/setup'
|
|
7
7
|
Bundler.require(:default)
|
8
8
|
|
9
9
|
FILES = FileList[
|
10
|
-
"lib/
|
11
|
-
"lib/
|
10
|
+
"lib/report_util.rb",
|
11
|
+
"lib/report.rb",
|
12
12
|
"lib/application_params.rb",
|
13
13
|
"lib/ui.rb",
|
14
|
-
"lib/admin_transaction_reversal/
|
15
|
-
"lib/cloudwalk_communication/
|
16
|
-
"lib/cloudwalk_communication/
|
14
|
+
"lib/admin_transaction_reversal/reversal.rb",
|
15
|
+
"lib/cloudwalk_communication/net_http_client.rb",
|
16
|
+
"lib/cloudwalk_communication/net_http_request.rb"
|
17
17
|
]
|
18
18
|
|
19
19
|
DaFunk::RakeTask.new do |t|
|
@@ -25,7 +25,7 @@ end
|
|
25
25
|
|
26
26
|
desc "Generate infinitepay_report_pos gem to upload to RubyGems.org. "
|
27
27
|
task :gem do
|
28
|
-
puts "Be careful this action will delete and checkout lib/
|
28
|
+
puts "Be careful this action will delete and checkout lib/report.rb"
|
29
29
|
input = ""
|
30
30
|
while (input != "y" && input != "n") do
|
31
31
|
puts "Are you sure? (Y/N)"
|
@@ -34,8 +34,8 @@ task :gem do
|
|
34
34
|
|
35
35
|
if input == "y"
|
36
36
|
sh "rake"
|
37
|
-
sh "rm -f lib/
|
37
|
+
sh "rm -f lib/report.rb"
|
38
38
|
sh "gem build infinitepay_report_pos.gemspec"
|
39
|
-
sh "git checkout -- lib/
|
39
|
+
sh "git checkout -- lib/report.rb"
|
40
40
|
end
|
41
41
|
end
|
data/lib/version.rb
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: infinitepay-report-pos
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- William Roberto
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-05-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|