bourdain 1.2.18 → 1.2.19

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: 90ee4ec040f15dff545fbd012838a528468d39a2
4
- data.tar.gz: bc0b8e0837b0f8c0fc152c242c82aaf3103056e9
3
+ metadata.gz: 20d3a14bb09edc4daaff159a0c53d1ab25bfa5d8
4
+ data.tar.gz: 2c8eea3cda604cac96d70e478b5f898062eb8cc9
5
5
  SHA512:
6
- metadata.gz: ab15aac9202ad24517341aacad9315626104d2a63bea1d0c8e56fb7981e46299f9bdfaca716d2296dcc7cf0e82469e396a20c84d1fcbbe3511b313aa9163864b
7
- data.tar.gz: 89f45d636628193898cb642f492e51b2438e43d477be0de792e6714168fed043e07c89f971c2d92f9ffc199142fd6ae46b14b1d849b0f4546d511ec2924f8626
6
+ metadata.gz: 215f7867d25885d2d8777ca582842a52ad9ba0004acec801bc87c34c3d28f662803b3b4179fc51f8da601a1403d993512251d49f34908f91def6073c5454fbbb
7
+ data.tar.gz: a2a49e8984547761f959a20df3e95cbc11d151bf9f77bf99c23535587e427a5018771293f63445b3822742ae8218170ddab83d8e7ad6d1d6bbfb3e5b11c8a307
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.18
1
+ 1.2.19
@@ -15,8 +15,8 @@ def apply_template file, opts
15
15
  locals = Bourdain::Helpers::Locals.new(locals).bind unless locals.nil?
16
16
  template_path = gem_path('templates', *template_name)
17
17
  template = ERB.new File.read(template_path)
18
- contents = template.result(locals)
19
- File.open(file, 'w') { |f| f.puts contents }
18
+ contents = template.result(locals).strip
19
+ File.open(file, 'w') { |f| f.write contents }
20
20
  end
21
21
 
22
22
  require_relative 'helpers/config'
@@ -7,4 +7,6 @@ maintainer_email 'USERNAME@bluejeans.com'
7
7
 
8
8
  # depends 'ark'
9
9
 
10
- # suggests 'bjn_ruby'
10
+ # suggests 'bjn_ruby'
11
+
12
+ raise 'Fill out the metadata!'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bourdain
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.18
4
+ version: 1.2.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Clemmer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-01 00:00:00.000000000 Z
11
+ date: 2015-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pmap