kyanite 0.3.6 → 0.3.7

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.
@@ -35,6 +35,23 @@ end
35
35
 
36
36
 
37
37
 
38
+ # Task :sleep_5
39
+ #
40
+ desc 'Sleep 5 seconds'
41
+ task :sleep_5 do
42
+ puts
43
+ puts
44
+ puts
45
+ if Hoe::WINDOZE
46
+ sh "wait 5"
47
+ else
48
+ sh "sleep 5"
49
+ end
50
+ puts '---------------------------------------------------'
51
+ end
52
+
53
+
54
+
38
55
  # ----------------------------------------------------------------------------------------------
39
56
  # Taskliste versch�nern und als Default Task
40
57
  #
data/lib/kyanite.rb CHANGED
@@ -13,7 +13,7 @@ end
13
13
 
14
14
 
15
15
  module Kyanite
16
- VERSION = '0.3.6'
16
+ VERSION = '0.3.7'
17
17
  end
18
18
 
19
19
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kyanite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bjoern Klippstein