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 +4 -4
- data/Gemfile.lock +1 -1
- data/fitbark.gemspec +4 -0
- data/lib/fitbark/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3454dcc02bce9f894364082da1ead65ac5a3faf0768316cb436455c6440695d0
|
4
|
+
data.tar.gz: 29b9e38d56b2c18692593527cd9b9105b882b5925000002968ce94ec8c7fdb97
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 034ccdb1173bb6116c5b6e82068063b2db1ed6781ad63b552aa81aff3dd74dc1e2d48d909f8ec9b2f4b6277d30ff93fbf53030a6f4b108cbc5bb796461d791c4
|
7
|
+
data.tar.gz: 53ef622296abd67478a1188857c622ad5a6254cdf78920fcf0b4ecb41ab83e45f2e029089b88058c6d594d94e184fe7c9205cc1200ca149c061271137e563b94
|
data/Gemfile.lock
CHANGED
data/fitbark.gemspec
CHANGED
@@ -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.
|
data/lib/fitbark/version.rb
CHANGED
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.
|
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:
|