oxidized 0.16.0 → 0.16.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: ebfd90e4c9c182e28f85e2563cd28af4dd952477
4
- data.tar.gz: 4d37d169505e9f479e6a27431bc6d7de017e14a1
3
+ metadata.gz: cd0aa2eb1ed58d49ab6ad1f409aefb87691d0ee6
4
+ data.tar.gz: 553607efc37c0e835380030dcd9315702b6f4118
5
5
  SHA512:
6
- metadata.gz: 54da4be2a0fba2af711a0d81ba1696c99618efa4363ee0f586e2fcd0bb309786ef8ae67b38e8ca6353d354b7720d3220a63756bf346ec78aa2ea7c436679ffb8
7
- data.tar.gz: 65d882b2bf026b7fea33e674413afda46ebd247e0d7cf2e1b48e874986c68839db94a0695438aabd65f2b204b58e1a155b6e9559afe994c5d84558c464d67c55
6
+ metadata.gz: dca0115c8e4253c639af19413b177288ebd10be9072cecc595fcfd84693ccaeed548dcfc4b402afceab265758714f519bcbcd988b3ce3f106fd2ff429019f714
7
+ data.tar.gz: 1be518575f7bb56835e1af80e2f41e262444d4c775b7036ac8d2c40913a97ec4931d6c79ff0ff05394c28a0a1f0fbe3a34a2bbf8820c7b9f6a9436d89db1e5ce
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # 0.16.1
2
+ - BUGFIX: unnecessary puts statement removed from git.rb
3
+
1
4
  # 0.16.0
2
5
  - FEATURE: support Gaia OS devices (by @totosh)
3
6
  - BUGFIX: #fetch, #version fixes in nodes.rb (by @danilopopeye)
@@ -41,7 +41,7 @@ class Git < Output
41
41
 
42
42
  outputs.types.each do |type|
43
43
  type_cfg = ''
44
- puts type_repo = File.join(File.dirname(repo), type + '.git')
44
+ type_repo = File.join(File.dirname(repo), type + '.git')
45
45
  outputs.type(type).each do |output|
46
46
  (type_cfg << output; next) if not output.name
47
47
  type_file = file + '--' + output.name
@@ -1,3 +1,3 @@
1
1
  module Oxidized
2
- VERSION = '0.16.0'
2
+ VERSION = '0.16.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oxidized
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.16.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Saku Ytti