iAuditor 0.1.2.16 → 0.1.2.17
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/lib/iAuditor/audit.rb +0 -3
- data/lib/iAuditor/base_modules.rb +2 -2
- data/lib/iAuditor/models/audit.rb +4 -0
- data/lib/iAuditor/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 510dcd17ccf091bb0f058a272ba8ae823eb1d450
|
4
|
+
data.tar.gz: 1f3f5ae3ce11bd9c340ac496bfa035b3daa3986b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf7d221cc25e7769a82c424fee927bb32f71c825070b8e7df5f9614926fa862ab17a629ed891b1c5fbab3b6bd19be8c2a772b3852a55c42ea678e0eaa9099ca6
|
7
|
+
data.tar.gz: 506b13f48e05739d9f0502bae38a5fb253c7b40a5bca3310c072f768dba5003ca8ac0b92c4b859363f37a56a19265a817a08bbd041f15859e234256ffeb9d896
|
data/lib/iAuditor/audit.rb
CHANGED
@@ -1,6 +1,4 @@
|
|
1
1
|
# require 'iAuditor/models/audit'
|
2
|
-
require 'pry'
|
3
|
-
|
4
2
|
module IAuditor
|
5
3
|
class Audit
|
6
4
|
include BaseModules::Methods
|
@@ -16,7 +14,6 @@ module IAuditor
|
|
16
14
|
# Retrieving audit detailed information
|
17
15
|
def fetch(audit)
|
18
16
|
@audit = self.class.get("/audits/#{audit}", @options)
|
19
|
-
# binding.pry
|
20
17
|
@audit.parsed_response
|
21
18
|
|
22
19
|
end
|
data/lib/iAuditor/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: iAuditor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.2.
|
4
|
+
version: 0.1.2.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Wetteroth
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-04-
|
12
|
+
date: 2018-04-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -93,6 +93,7 @@ files:
|
|
93
93
|
- lib/iAuditor/base.rb
|
94
94
|
- lib/iAuditor/base_modules.rb
|
95
95
|
- lib/iAuditor/export.rb
|
96
|
+
- lib/iAuditor/models/audit.rb
|
96
97
|
- lib/iAuditor/template.rb
|
97
98
|
- lib/iAuditor/version.rb
|
98
99
|
homepage: https://github.com/Mashey/iAuditor
|