fitbark 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
  SHA256:
3
- metadata.gz: 9c27e175fffa5ad6d65dcf672027dcb981b6c56b187dc1f57fdc9f94e1cacc6d
4
- data.tar.gz: e066e82e6c6cf061afc7f5f6b7b4645da02d20ba6cd2d8d08c890e25b612080f
3
+ metadata.gz: 3454dcc02bce9f894364082da1ead65ac5a3faf0768316cb436455c6440695d0
4
+ data.tar.gz: 29b9e38d56b2c18692593527cd9b9105b882b5925000002968ce94ec8c7fdb97
5
5
  SHA512:
6
- metadata.gz: b63b828c17389cca5dd6bdd5da47f9a641eba5ba74827a2d66602a6f29ede945b7135ac0e9dbf9fd6df425d55e559a34a464a807c7c282be16b6ef0d6b14fe57
7
- data.tar.gz: f6ec931813547be2a4cb8d192f6fce8b408af1071e99e80aee2615de9dc3947a5cec28c43d852b836f1476d1a40d125e817bb3b6606e77bce81c98836457ec42
6
+ metadata.gz: 034ccdb1173bb6116c5b6e82068063b2db1ed6781ad63b552aa81aff3dd74dc1e2d48d909f8ec9b2f4b6277d30ff93fbf53030a6f4b108cbc5bb796461d791c4
7
+ data.tar.gz: 53ef622296abd67478a1188857c622ad5a6254cdf78920fcf0b4ecb41ab83e45f2e029089b88058c6d594d94e184fe7c9205cc1200ca149c061271137e563b94
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fitbark (0.1.0)
4
+ fitbark (0.1.1)
5
5
  addressable (~> 2.6)
6
6
  faraday (~> 0.15)
7
7
  oj (~> 3.7)
@@ -13,6 +13,10 @@ Gem::Specification.new do |spec|
13
13
  'authorization and to execute HTTP calls.'
14
14
  spec.homepage = 'https://github.com/natydev/fitbark'
15
15
  spec.license = 'MIT'
16
+ spec.metadata = {
17
+ "documentation_uri" => "https://www.rubydoc.info/github/natydev/fitbark/master"
18
+ }
19
+
16
20
 
17
21
  # Specify which files should be added to the gem when it is released.
18
22
  # The `git ls-files -z` loads the files in the RubyGem.
@@ -1,4 +1,4 @@
1
1
  module Fitbark
2
2
  # :nodoc:
3
- VERSION = '0.1.1'.freeze
3
+ VERSION = '0.1.2'.freeze
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fitbark
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
  - NatyDev
@@ -211,7 +211,8 @@ files:
211
211
  homepage: https://github.com/natydev/fitbark
212
212
  licenses:
213
213
  - MIT
214
- metadata: {}
214
+ metadata:
215
+ documentation_uri: https://www.rubydoc.info/github/natydev/fitbark/master
215
216
  post_install_message:
216
217
  rdoc_options: []
217
218
  require_paths: