inventory-rake-tasks-yard 1.4.0 → 1.4.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: 9eff38c37f01df944f504d56c7ef0bac6a243755
4
- data.tar.gz: 18fdb199c8b966ba78389ed33aca66ed19f938db
3
+ metadata.gz: 45355bd19e24156b40c338c99705c7c996cf2da7
4
+ data.tar.gz: 0ecb4e595637d35351e72b6b0e4a102ea5977a62
5
5
  SHA512:
6
- metadata.gz: 56b3c2508dd34a30d81bce884f0fea3d76c32f44dc4dacc0861e5d3f886427328ee4b669179db8c5c72f6dcaeb02b26fe6cfb393afdd20afe59c643f30159729
7
- data.tar.gz: 8a1a6ca036adb1d69039d613c398fb4b64039d6bffddf51f3dd2340502af9ed5bb4a30a1b724380defdacdb741e968c1f816dc3c3c05f23f0878b85dd7928097
6
+ metadata.gz: 56225cb115e470a46bc5f5111a332a929445c0218f342c194f51b85ebfa6b39cdbe9c38e605b3df8cfa7c830940b53848ca83a7dd64519e0403ac1917a5edfcf
7
+ data.tar.gz: 3a20cf4c0be9010b4f1dcbd19cc7b1f1e66b7ac41ba83632aa6ac4e934170364267c88a252017895964c0c5bd772908f775f23e00091afb74b2b0dfb6810f41a
data/README CHANGED
@@ -75,3 +75,13 @@
75
75
 
76
76
  Nikolai Weibull wrote the code, the tests, the manual pages, and this
77
77
  README.
78
+
79
+ § Licensing
80
+
81
+ Inventory-Rake-Tasks-YARD is free software: you may redistribute it and/or
82
+ modify it under the terms of the {GNU Lesser General Public License,
83
+ version 3}¹ or later², as published by the {Free Software Foundation}³.
84
+
85
+ ¹ See http://disu.se/licenses/lgpl-3.0/
86
+ ² See http://gnu.org/licenses/
87
+ ³ See http://fsf.org/
@@ -3,7 +3,7 @@
3
3
  require 'inventory-1.0'
4
4
 
5
5
  class Inventory::Rake::Tasks::YARD
6
- Version = Inventory.new(1, 4, 0){
6
+ Version = Inventory.new(1, 4, 1){
7
7
  authors{
8
8
  author 'Nikolai Weibull', 'now@disu.se'
9
9
  }
@@ -19,7 +19,7 @@ class Inventory::Rake::Tasks::YARD
19
19
  def dependencies
20
20
  super + Inventory::Dependencies.new{
21
21
  development 'lookout', 3, 0, 0
22
- development 'lookout-rake', 3, 0, 0
22
+ development 'lookout-rake', 3, 1, 0
23
23
  development 'yard-heuristics', 1, 1, 0
24
24
  runtime 'inventory-rake', 1, 6, 0
25
25
  runtime 'rake', 10, 0, 0, :feature => 'rake'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inventory-rake-tasks-yard
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nikolai Weibull
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - ~>
46
46
  - !ruby/object:Gem::Version
47
- version: '3.0'
47
+ version: '3.1'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ~>
53
53
  - !ruby/object:Gem::Version
54
- version: '3.0'
54
+ version: '3.1'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: yard-heuristics
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -186,6 +186,16 @@ description: |2
186
186
 
187
187
  Nikolai Weibull wrote the code, the tests, the manual pages, and this
188
188
  README.
189
+
190
+ § Licensing
191
+
192
+ Inventory-Rake-Tasks-YARD is free software: you may redistribute it and/or
193
+ modify it under the terms of the {GNU Lesser General Public License,
194
+ version 3}┬╣ or later┬▓, as published by the {Free Software Foundation}┬│.
195
+
196
+ ┬╣ See http://disu.se/licenses/lgpl-3.0/
197
+ ┬▓ See http://gnu.org/licenses/
198
+ ┬│ See http://fsf.org/
189
199
  email:
190
200
  - now@disu.se
191
201
  executables: []