inventory-rake 1.6.3 → 1.6.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d32a07601d892b1d58f5c622504d0b1ea89242f7
4
- data.tar.gz: 1e7d291db27ea551a40a24aee1966504de870e2f
3
+ metadata.gz: 4fc8969fd4bf1f1d85ef2f8cd2cb5036de0f0b86
4
+ data.tar.gz: d59b3a29cef4cdc44bcea38b5c102bc917bc5361
5
5
  SHA512:
6
- metadata.gz: a921a481d0e331788f0a3898f3675017fa6068ec641b65f9507f0aecb15ddfdfef1b3f7919dab7dd8805018108711af166efb5b57c1ef00c6ae15925c79a68bd
7
- data.tar.gz: 68768c01d936e53afcafdf27a20d6e3da7308dddfa392157b1dfbccdfce9ff873afb312b2d65ed8929489fead94d432941575d7e012c28a8c07dda156f3c0626
6
+ metadata.gz: ece93966a0bf65ba360b5dca5c476a7b32042b44f990d2de488e289001e66808a03984af2288be5d2b7f8465133b172312ff0d593a97733918420c3984ce9107
7
+ data.tar.gz: 51059d61afeeb8a35de67ad0b2b788e269a66f1ab59e7823024ce1378b1306da3b5b8e8923efadc3684675a32e241790ff6a96f50e1ff7eedb0bb2b0a551da89
@@ -5,7 +5,6 @@ module Inventory::Rake::Tasks
5
5
  @mostlycleanfiles, @cleanfiles, @distcleanfiles = [], [], []
6
6
 
7
7
  class << self
8
- # @param [Inventory] value
9
8
  # @return [Inventory] The default inventory to use for tasks
10
9
  attr_accessor :inventory
11
10
 
@@ -54,11 +54,9 @@ class Inventory::Rake::Tasks::Clean
54
54
  end
55
55
  end
56
56
 
57
- # @param [Symbol] value
58
57
  # @return [Symbol] The name of the task
59
58
  attr_accessor :name
60
59
 
61
- # @param [Array<String>] value
62
60
  # @return [Array<String>] The files to delete
63
61
  attr_accessor :files
64
62
  end
@@ -3,7 +3,7 @@
3
3
  require 'inventory-1.0'
4
4
 
5
5
  module Inventory::Rake
6
- Version = Inventory.new(1, 6, 3){
6
+ Version = Inventory.new(1, 6, 4){
7
7
  authors{
8
8
  author 'Nikolai Weibull', 'now@disu.se'
9
9
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inventory-rake
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.3
4
+ version: 1.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nikolai Weibull