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 +4 -4
- data/lib/bake/options/showDoc.rb +1 -1
- data/lib/blocks/blockBase.rb +1 -1
- data/lib/common/version.rb +1 -1
- data/license.txt +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bfea269a26f1a031d8989b6a6b3c7269b80688c9
|
4
|
+
data.tar.gz: b698df76c1e8b3e0adc412dd1af4ef173ecfff2d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 617855c1ced2e17db2c493282330e3509550c505f868fdd2463ef8c25785d453f0b1c143f2255a4ab55abcb2197b8f673bbc6cdf51bf68cb58285aa5ef12615a
|
7
|
+
data.tar.gz: 4ff657d135abcb6aff827dbd60d547730aadd9af9a213f2a2fed3ab18d9b5f8db0d8cff708ccf40bb6bc31c1755258ae1d02092dbce8e4082064bada47bdd950
|
data/lib/bake/options/showDoc.rb
CHANGED
@@ -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__)+"/../../../
|
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/
|
data/lib/blocks/blockBase.rb
CHANGED
data/lib/common/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2015-09-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rtext
|