bake-toolkit 2.11.1 → 2.11.2

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: 76cc99e0d0d4999bfce2f435dc9835936cd7480d
4
- data.tar.gz: cb6f257a4bebb0fa9fe570b48205a5217280c0ef
3
+ metadata.gz: bfea269a26f1a031d8989b6a6b3c7269b80688c9
4
+ data.tar.gz: b698df76c1e8b3e0adc412dd1af4ef173ecfff2d
5
5
  SHA512:
6
- metadata.gz: cb2283b044e92a620409e61a4bbe515b3a63e3caba694983a5efb98d94a867285c46fd3b5f26c3305b79a4f87be376ecc4a4978cf8991a1c881d661518b41cb1
7
- data.tar.gz: 12c1b7372ab246c72589c41b6adc96e13a3158c50a143a947758fb8cde640fc8a4b89be35b5514b8fc680b422acc76c7dd873ac730a619e7e904ce1b73214339
6
+ metadata.gz: 617855c1ced2e17db2c493282330e3509550c505f868fdd2463ef8c25785d453f0b1c143f2255a4ab55abcb2197b8f673bbc6cdf51bf68cb58285aa5ef12615a
7
+ data.tar.gz: 4ff657d135abcb6aff827dbd60d547730aadd9af9a213f2a2fed3ab18d9b5f8db0d8cff708ccf40bb6bc31c1755258ae1d02092dbce8e4082064bada47bdd950
@@ -2,7 +2,7 @@ module Bake
2
2
  class Doc
3
3
  def self.show
4
4
 
5
- link = File.expand_path(File.dirname(__FILE__)+"/../../../doc/index.html")
5
+ link = File.expand_path(File.dirname(__FILE__)+"/../../../documentation/_build/html/index.html")
6
6
  if RUBY_PLATFORM =~ /mswin|mingw|cygwin/
7
7
  system "start #{link}"
8
8
  elsif RUBY_PLATFORM =~ /darwin/
@@ -79,7 +79,7 @@ module Bake
79
79
 
80
80
  def self.writeCmdLineFile(cmd, cmdLineFile)
81
81
  begin
82
- File.write(cmdLineFile, cmd.join(" "))
82
+ File.open(cmdLineFile, 'w') { |f| f.write(cmd.join(" ")) }
83
83
  rescue Exception => e
84
84
  if Bake.options.debug
85
85
  puts e.message
@@ -1,7 +1,7 @@
1
1
  module Bake
2
2
  class Version
3
3
  def self.number
4
- "2.11.1"
4
+ "2.11.2"
5
5
  end
6
6
  end
7
7
 
data/license.txt CHANGED
@@ -70,6 +70,7 @@ Copyright (c) 2010, All rights reserved.
70
70
 
71
71
  Redistribution and use in source and binary forms, with or without
72
72
  modification, are permitted provided that the following conditions are met:
73
+
73
74
  * Redistributions of source code must retain the above copyright
74
75
  notice, this list of conditions and the following disclaimer.
75
76
  * Redistributions in binary form must reproduce the above copyright
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bake-toolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.1
4
+ version: 2.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Schaal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-04 00:00:00.000000000 Z
11
+ date: 2015-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rtext