badgerkit 0.0.7 → 0.0.8

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: ee0809e3f5c17dbe9a141882641e975a006ceb69
4
- data.tar.gz: a0ac6551aa9ec62352ee562c2eff4a2cbbcd1166
3
+ metadata.gz: f329a9a8a3694244f509d8fdb192e7d3c5760113
4
+ data.tar.gz: 53fd0662286f18a7e0cb467110384822c711a558
5
5
  SHA512:
6
- metadata.gz: d0123f5ad45bbb1ef338a39c432c064626c1486f7ec87a35fc1f88206d75286dc87e076390ba8bbcb9664e8acb7883a4f88ec874dcf9277917c199237f520630
7
- data.tar.gz: 167c71e85c37c54c77b2e789c1c23be09f745b68a95e703cd56ee7d596b5b456263ae584d009eb9cbe3497f4e719a1b5fda777698dc44d9ba274bac24ecb290a
6
+ metadata.gz: 2626dfeca029932d35a23c7db400e26fc80b0710f7d09459c4544367c0aaf4bdc45d73ccd7653a46413c62bfb477c3aea09c5a30cddbaeea7a161805731f01bb
7
+ data.tar.gz: 2a282c2d0fdfac681dc7ab9138fa3e958e0fdcea7c811c298ed2740fa6d8ee77fc47cc0d38ff9357a06c44a7192627689257f692bdc0f6175a674b4da92b80a9
@@ -24,6 +24,8 @@ module Badgerkit
24
24
  ##
25
25
  # Delegates to {Badgerkit::Client#post}
26
26
  #
27
+ # @return [Hashie::Mash]
28
+ #
27
29
  def post(*args)
28
30
  new.post(*args)
29
31
  end
@@ -22,7 +22,6 @@ module Badgerkit
22
22
  # @option options [String] :source
23
23
  # @option options [String] :app
24
24
  # @option options [String] :name
25
-
26
25
  # @return [Badgerkit::Client]
27
26
  # @example
28
27
  # client = Badgerkit::Client.new(
@@ -55,7 +54,8 @@ module Badgerkit
55
54
  # @option attributes [String, Integer, Float] :value
56
55
  # @option attributes [String] :commit_sha1
57
56
  # @option attributes [String] :branch
58
- #
57
+ # @option attributes [File] :archive
58
+ # @return [Hashie::Mash]
59
59
  # @example
60
60
  # client.post('Documentation',
61
61
  # :value => 80,
@@ -1,5 +1,5 @@
1
1
  # @private
2
2
  module Badgerkit
3
- VERSION = "0.0.7"
3
+ VERSION = "0.0.8"
4
4
  end # Badgerkit
5
5
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: badgerkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johan van Zonneveld