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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 698cc585d9ea0194ef27dc7cd60ceab59c511659a8f295ef94d7e3d7dd260631
4
- data.tar.gz: a40777e59d451bbe21f857ce2c460e2f811a6a77b296f48cbd40f3c0a09faed1
3
+ metadata.gz: 239cf38000e68683bc13b412bdd84dce0d2ea9185bb43441b084c0453275563d
4
+ data.tar.gz: a56a28f1eb996e6340d773adbc75a6cda8313d5e32dcf9839aec0b285bd84a27
5
5
  SHA512:
6
- metadata.gz: 68d1a603e78a23e23fb20fc7f88f98a68235beac089c9ac62e86ec080d22992020a3d1551e2a4235203996c785998490c93348a4cd17a9a3ae6289a4c51cab4b
7
- data.tar.gz: dea7930e3a2e0963eea39e337b547fecfb13bcb681f6b1406037d74a2ddc10472b97b8912c6427ce0e77532bd7b37133eee8c2f223783b5ddf6a5a9842b35517
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.0)
9
+ cloudwalk_handshake (1.13.1)
10
10
  funky-simplehttp (~> 0.6)
11
- da_funk (3.17.0)
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.0.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/infinitepay_report_util.rb",
11
- "lib/infinitepay_report_pos.rb",
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/admin_transaction_reversal.rb",
15
- "lib/cloudwalk_communication/cloudwalk_net_http_client.rb",
16
- "lib/cloudwalk_communication/cloudwalk_net_http_request.rb"
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/infinitepay_report_pos.rb"
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/infinitepay_report_pos.rb"
37
+ sh "rm -f lib/report.rb"
38
38
  sh "gem build infinitepay_report_pos.gemspec"
39
- sh "git checkout -- lib/infinitepay_report_pos.rb"
39
+ sh "git checkout -- lib/report.rb"
40
40
  end
41
41
  end
data/lib/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  class InfinitepayReportPos
2
2
  def self.version
3
- "2.1.1"
3
+ "2.2.0"
4
4
  end
5
5
  end
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.1.1
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-02-17 00:00:00.000000000 Z
11
+ date: 2020-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler