perfect_audit 0.1.1 → 0.1.2

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: 7c44bff4137bdd40b067263f0e526acbaba3b1bc
4
- data.tar.gz: 7cc8e2d98a5848df06754c50dc7e0528a0126959
3
+ metadata.gz: 2529da36d15dc0c3943b94b9dc2dffd825765305
4
+ data.tar.gz: feb4ae1227244ce9df8625e6c11d71cd9a7dd7e9
5
5
  SHA512:
6
- metadata.gz: 4c56f255bb80c54f2975c0a4fce2ccc36f4e44dc7b752645eef82567a7dde9a542f20c5a371dbcfc5276fa551a4c85e57cd44484c86c5f4b39ff110d18b68389
7
- data.tar.gz: 46fe3306210da40faba5806657ee2f6dc7c7f231ed468a03a60ff66037e895f5bbbda427707331b9ca31023b3e92716c8080c021535da52f7ac9bcd2ed640d40
6
+ metadata.gz: dd730dd75337f209414e082a3acc13d4c6c7d4d7c45862c1e5386ad2465701e41ebde561faf8d119b44195d86d16c4629680d6391975bfabe5ad218cf9dafd50
7
+ data.tar.gz: aa2e89de8e741dcf2c24d6505b5fa8334119fbd8123a9074196996a1d1418c301cd2712f86f52e55239be4c8180bced9ec15820d7f889c76fadc768e1ade75ba
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # PerfectAudit
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/perfect_audit`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ Perfect Audit API wrapper.
4
4
 
5
- TODO: Delete this and the text above, and describe your gem
5
+ [https://www.perfectaudit.com/api_docs](https://www.perfectaudit.com/api_docs)
6
6
 
7
7
  ## Installation
8
8
 
@@ -1,3 +1,3 @@
1
1
  module PerfectAudit
2
- VERSION = '0.1.1'.freeze
2
+ VERSION = '0.1.2'.freeze
3
3
  end
@@ -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 gem.}
13
- spec.description = %q{Perfect Audit API gem. https://www.perfectaudit.com/api_docs}
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.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 gem. https://www.perfectaudit.com/api_docs
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 gem.
189
+ summary: Perfect Audit API wrapper.
190
190
  test_files: []
191
191
  has_rdoc: