pais_legacy 2.6.4 → 2.6.6

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: 6875126fbc016f8cf5b7a800604bfb854ad1199813dc3e48e18238b9de1381d4
4
- data.tar.gz: 70b77d7b9813798f4fd514ac204a1b2a2987bfee8fa8ed8f0bdb575b9384ca79
3
+ metadata.gz: 905118e470beed1394cacd177abe7bb59a557579d6c009fc8c15dd863025dd2a
4
+ data.tar.gz: b5affd39ce176831c5b8746fc371b778dc58b290a8541bb5821ee62177bb51a5
5
5
  SHA512:
6
- metadata.gz: 846dc6292e7853542a45a5c29d6017c4c3ff2ebdb6a54314a99c775a9e1b6c26c33d33d3f6e18e7fab898114bf031e6d4a6d29c4d76f0396eae31ec0d0be0a10
7
- data.tar.gz: b064bbe05f87932a4d510623cf5b778f05150a61119231edcc8562ae42e0a60941a772dee9dca366a3fac0a34c916e757c36293eada62df3be7f735125be1f07
6
+ metadata.gz: 634daa2697f4aec7a3f25d1ab69a133ef431083965cf3216c36ddeaaa1450afccf1c440a77db23bf0926a980e62b20e8932ca9d37bb7bc757d1cf6173cb91216
7
+ data.tar.gz: 44242fa990833f8a1866083e6bbb2fb41ee8051b6173a5a588c175a621a75da5b9cb804a30148be663e0bcdf8609152e4bad4b120b770e195a7ca52e1e94cdd8
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PaisLegacy
4
- VERSION = "2.6.4"
4
+ VERSION = "2.6.6"
5
5
  end
data/lib/pais_legacy.rb CHANGED
@@ -5,7 +5,7 @@ require 'json' # Output
5
5
  require "open3" # File I/O
6
6
  require 'pastel' # TTY Color
7
7
  require 'net/ssh'
8
- require 'byebug'
8
+ require 'byebug' unless ENV["RACK_ENV"] == "production" or ENV["RAILS_ENV"] == "production"
9
9
 
10
10
  require_relative "pais_legacy/trial_balance"
11
11
  require_relative "pais_legacy/version"
@@ -23,7 +23,7 @@ module PaisLegacy
23
23
  CLEARING_ACCOUNT=5199
24
24
  TB_DIRECT_ACCOUNT=8999
25
25
 
26
- def self.execute_ssh_command(command)
26
+ def execute_ssh_command(command)
27
27
  output = ""
28
28
 
29
29
  # Start an SSH session
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pais_legacy
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.4
4
+ version: 2.6.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Pope
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-07-03 00:00:00.000000000 Z
11
+ date: 2024-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pastel