drumherum 0.1.3 → 0.1.4

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.
data/Manifest.txt CHANGED
@@ -5,6 +5,7 @@ License.txt
5
5
  Manifest.txt
6
6
  Rakefile.rb
7
7
  README.txt
8
+ version.rb
8
9
  lib/drumherum.rb
9
10
  lib/drumherum/call_tracker.rb
10
11
  lib/drumherum/rake.rb
data/Rakefile.rb CHANGED
@@ -9,8 +9,10 @@ end
9
9
  puts "Hallo"
10
10
 
11
11
  require 'kyanite/smart_load_path'
12
- smart_load_path
12
+
13
13
  require 'drumherum'
14
+ smart_init
15
+ require 'version'
14
16
 
15
17
 
16
18
  Drumherum.project_name = File.dirname(__FILE__).split("/")[-1].strip # Name des Projekt-Stammverzeichnisses
data/lib/drumherum.rb CHANGED
@@ -25,10 +25,7 @@ end
25
25
 
26
26
 
27
27
  module Drumherum
28
-
29
-
30
- VERSION = '0.1.3' # Drumherum
31
-
28
+
32
29
 
33
30
  class << self
34
31
 
data/version.rb ADDED
@@ -0,0 +1,9 @@
1
+
2
+ module Drumherum
3
+
4
+ #unless defined? VERSION
5
+ VERSION = '0.1.4' # Drumherum-Version
6
+ puts "VERSION=#{VERSION}"
7
+ #end
8
+
9
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: drumherum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -61,6 +61,7 @@ files:
61
61
  - Manifest.txt
62
62
  - Rakefile.rb
63
63
  - README.txt
64
+ - version.rb
64
65
  - lib/drumherum.rb
65
66
  - lib/drumherum/call_tracker.rb
66
67
  - lib/drumherum/rake.rb