drumherum 0.1.9 → 0.1.10

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.
Files changed (3) hide show
  1. data/lib/drumherum/smart_init.rb +10 -0
  2. data/version.rb +1 -1
  3. metadata +1 -1
@@ -55,6 +55,16 @@ module Drumherum
55
55
  def directory_main
56
56
  @directory_main || []
57
57
  end
58
+
59
+
60
+ def loaded!
61
+ @loaded = true
62
+ end
63
+
64
+ def loaded?
65
+ @loaded
66
+ end
67
+
58
68
 
59
69
  end # moduldefinitionen
60
70
 
data/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  module Drumherum
3
3
 
4
- VERSION = '0.1.9' # Drumherum-Version
4
+ VERSION = '0.1.10' # Drumherum-Version
5
5
 
6
6
 
7
7
  # puts "VERSION=#{VERSION}"
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.9
4
+ version: 0.1.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: