perfect_audit 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/perfect_audit/version.rb +1 -1
- data/perfect_audit.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2529da36d15dc0c3943b94b9dc2dffd825765305
|
4
|
+
data.tar.gz: feb4ae1227244ce9df8625e6c11d71cd9a7dd7e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd730dd75337f209414e082a3acc13d4c6c7d4d7c45862c1e5386ad2465701e41ebde561faf8d119b44195d86d16c4629680d6391975bfabe5ad218cf9dafd50
|
7
|
+
data.tar.gz: aa2e89de8e741dcf2c24d6505b5fa8334119fbd8123a9074196996a1d1418c301cd2712f86f52e55239be4c8180bced9ec15820d7f889c76fadc768e1ade75ba
|
data/README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
# PerfectAudit
|
2
2
|
|
3
|
-
|
3
|
+
Perfect Audit API wrapper.
|
4
4
|
|
5
|
-
|
5
|
+
[https://www.perfectaudit.com/api_docs](https://www.perfectaudit.com/api_docs)
|
6
6
|
|
7
7
|
## Installation
|
8
8
|
|
data/perfect_audit.gemspec
CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Igor Alexandrov"]
|
10
10
|
spec.email = ["igor.alexandrov@gmail.com"]
|
11
11
|
|
12
|
-
spec.summary = %q{Perfect Audit API
|
13
|
-
spec.description = %q{Perfect Audit API
|
12
|
+
spec.summary = %q{Perfect Audit API wrapper.}
|
13
|
+
spec.description = %q{Perfect Audit API wrapper. https://www.perfectaudit.com/api_docs}
|
14
14
|
spec.homepage = "https://github.com/igor-alexandrov/perfect_audit"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: perfect_audit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Igor Alexandrov
|
@@ -136,7 +136,7 @@ dependencies:
|
|
136
136
|
- - ">="
|
137
137
|
- !ruby/object:Gem::Version
|
138
138
|
version: '0'
|
139
|
-
description: Perfect Audit API
|
139
|
+
description: Perfect Audit API wrapper. https://www.perfectaudit.com/api_docs
|
140
140
|
email:
|
141
141
|
- igor.alexandrov@gmail.com
|
142
142
|
executables: []
|
@@ -186,6 +186,6 @@ rubyforge_project:
|
|
186
186
|
rubygems_version: 2.6.13
|
187
187
|
signing_key:
|
188
188
|
specification_version: 4
|
189
|
-
summary: Perfect Audit API
|
189
|
+
summary: Perfect Audit API wrapper.
|
190
190
|
test_files: []
|
191
191
|
has_rdoc:
|