cog-rb 0.4.1 → 0.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5744ebdbff62117795615423fdf91979144923e0
4
- data.tar.gz: 08b1acf07b9b2ac2c11caf3058564f0958a28366
3
+ metadata.gz: 41fed73a4f6510de01c226ad714a3afe1b3b2f73
4
+ data.tar.gz: 5580a4092062d77dd7ff2189028d0e82481e2c8f
5
5
  SHA512:
6
- metadata.gz: ee86e1b20780e65b553bdd6c5d4dd5169253778ab43895936ab18eca19f6b1a3cf6852cc6d451d91b62b1fb2a4018166a51e6d0c96c447ccf804eb6630628391
7
- data.tar.gz: 1bed07fff46d61ba59291ec66f03626c7a3d496c8d6a144d4da2bab23e8c41b313fc9e1dbd9fdc85c136b035588cbd5212979225f435895f84e1a54593dd1a27
6
+ metadata.gz: 0e0c5023f585c5f23cf7acf5993c31c33b909b0fd6973d09cdcb351cf4fcb65c76abe8ef064c3ca5f4b7b882c5802f57a3a3eb81a42bcab9b292ce4d7cfb0d7f
7
+ data.tar.gz: 97105e0ef638bc9100eac9ad9b93c519a2465c940f221733bf68b0c120571d3a1615959a91906254d5732c6176ab01149d227a44d4573632321d0dd72d5ab8fb
@@ -1,3 +1,6 @@
1
+ ## 0.4.2
2
+
3
+ * Minor change to `cogrb template:update` to remove line wrapping of values.
1
4
 
2
5
  ## 0.4.1
3
6
 
@@ -38,7 +38,7 @@ class Cog
38
38
  def save
39
39
  return unless self.stale?
40
40
 
41
- contents = YAML.dump(@data)
41
+ contents = YAML.dump(@data, { :line_width => -1})
42
42
  File.open(@config_file, 'w') do |out|
43
43
  out.write(contents)
44
44
  end
@@ -1,3 +1,3 @@
1
1
  class Cog
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cog-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Imbriaco
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-29 00:00:00.000000000 Z
11
+ date: 2016-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake