iAuditor 0.1.0 → 0.1.1

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: 1c8769f70780c20a82e50989fd60fe6554ea8bfd
4
- data.tar.gz: 8c935e83f81a2361805e872958888eff825f50a7
3
+ metadata.gz: b349935a4f5fcce0266cf7c971f2ccd1772f0fa8
4
+ data.tar.gz: 92ed221d63bcd2a96428e0f5bd12af8e66ec025f
5
5
  SHA512:
6
- metadata.gz: bd0bf1fa015e54d52a1363a801c27286ea62a227c0c49c2c6d35224af651e9533da89547b625ce9c8ea2e53a83c087e2c806e41880b581f41edd26f179ee1233
7
- data.tar.gz: 7f88b92a118e7f8c671608873343fe549947429138f1c72fce71f5eaa511f2105fa9cda746e5836503a2eae13dd80d5af80c8c07c4c5c94c94116958b7a8eca3
6
+ metadata.gz: ddeb68afdb455322c218736266ad32cdbfe0b827f5615e98bfa50bbcd3065d81d70ff4ada165e927f6325931a2c631829204d16ddea61f420b0a7b1eb17f91a7
7
+ data.tar.gz: 2db8bf66ce39ab5b62de915080faf52080859202268a4d9437bb22bb7e48ae4425b4d3a1c4580d63ef3b1fc7127c6e3dc5703f20960fac2ab74aceee28ef6771
data/iAuditor.gemspec CHANGED
@@ -10,14 +10,13 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["danielcw@gmail.com"]
11
11
 
12
12
  spec.summary = "A Ruby Wrapper for the iAuditor API"
13
- spec.description = "iAuditor API"
14
- spec.homepage = "https://developer.safetyculture.io"
13
+ spec.description = "iAuditor API wrapper - https://developer.safetyculture.io"
14
+ spec.homepage = "https://github.com/Mashey/iAuditor"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
18
  # to allow pushing to a single host or delete this section to allow pushing to any host.
19
19
  if spec.respond_to?(:metadata)
20
- spec.metadata["allowed_push_host"] = "https://rubygems.org"
21
20
  else
22
21
  raise "RubyGems 2.0 or newer is required to protect against " \
23
22
  "public gem pushes."
@@ -1,3 +1,3 @@
1
1
  module IAuditor
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Wetteroth
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: iAuditor API
69
+ description: iAuditor API wrapper - https://developer.safetyculture.io
70
70
  email:
71
71
  - danielcw@gmail.com
72
72
  executables: []
@@ -87,11 +87,10 @@ files:
87
87
  - lib/iAuditor.rb
88
88
  - lib/iAuditor/base.rb
89
89
  - lib/iAuditor/version.rb
90
- homepage: https://developer.safetyculture.io
90
+ homepage: https://github.com/Mashey/iAuditor
91
91
  licenses:
92
92
  - MIT
93
- metadata:
94
- allowed_push_host: https://rubygems.org
93
+ metadata: {}
95
94
  post_install_message:
96
95
  rdoc_options: []
97
96
  require_paths: