drumherum 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/Manifest.txt +1 -0
- data/Rakefile.rb +3 -1
- data/lib/drumherum.rb +1 -4
- data/version.rb +9 -0
- metadata +2 -1
data/Manifest.txt
CHANGED
data/Rakefile.rb
CHANGED
@@ -9,8 +9,10 @@ end
|
|
9
9
|
puts "Hallo"
|
10
10
|
|
11
11
|
require 'kyanite/smart_load_path'
|
12
|
-
|
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
data/version.rb
ADDED
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.
|
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
|