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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6bc9fdcc4c4c244247c1cd0044bf42b2237271dd
4
- data.tar.gz: 90f39f287be1d2bc4c6d6f562407753565b46587
3
+ metadata.gz: 510dcd17ccf091bb0f058a272ba8ae823eb1d450
4
+ data.tar.gz: 1f3f5ae3ce11bd9c340ac496bfa035b3daa3986b
5
5
  SHA512:
6
- metadata.gz: 8abcda57e71c74b7a82688512ab1285097e78baca6c906e467431ca4f7a2f9d94721d6bc0feda1fb4de706e9ce991d35fe5c33aa02e064d194fbbcfe3d96a09d
7
- data.tar.gz: 950ea58b641c394b1f80660585b1aa07a8058821ff848e4912f20faea90b04abdeb207734daf3c9cb3b55a5b862461fe7ff225c501c6f5350f654843e150a79f
6
+ metadata.gz: cf7d221cc25e7769a82c424fee927bb32f71c825070b8e7df5f9614926fa862ab17a629ed891b1c5fbab3b6bd19be8c2a772b3852a55c42ea678e0eaa9099ca6
7
+ data.tar.gz: 506b13f48e05739d9f0502bae38a5fb253c7b40a5bca3310c072f768dba5003ca8ac0b92c4b859363f37a56a19265a817a08bbd041f15859e234256ffeb9d896
@@ -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
@@ -1,4 +1,4 @@
1
- require 'pry'
1
+
2
2
  class BaseModules
3
3
  module Methods
4
4
 
@@ -15,7 +15,7 @@ class BaseModules
15
15
  end
16
16
 
17
17
 
18
-
18
+
19
19
 
20
20
 
21
21
  def self.included(base)
@@ -0,0 +1,4 @@
1
+ module IAuditor
2
+ class Audit < ActiveRecord::Base
3
+ end
4
+ end
@@ -1,3 +1,3 @@
1
1
  module IAuditor
2
- VERSION = "0.1.2.16"
2
+ VERSION = "0.1.2.17"
3
3
  end
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.16
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-23 00:00:00.000000000 Z
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