blazing 0.0.15 → 0.0.16
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/Gemfile.lock +1 -1
- data/lib/blazing/recipe.rb +1 -1
- data/lib/blazing/version.rb +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/lib/blazing/recipe.rb
CHANGED
|
@@ -39,6 +39,7 @@ module Blazing
|
|
|
39
39
|
|
|
40
40
|
def new_recipe_by_name(name, options = {})
|
|
41
41
|
load_builtin_recipes
|
|
42
|
+
load_gem_recipes
|
|
42
43
|
new(name, options).recipe_class.new(name, options)
|
|
43
44
|
end
|
|
44
45
|
|
|
@@ -55,7 +56,6 @@ module Blazing
|
|
|
55
56
|
gem_lib_path = $:.find { |p| p.include? gem }
|
|
56
57
|
recipes_path = File.join(gem_lib_path, gem, 'recipes')
|
|
57
58
|
recipes = Dir.entries(recipes_path).delete_if { |r| r == '.' || r == '..' }
|
|
58
|
-
debugger
|
|
59
59
|
recipes.each { |recipe| require File.join(gem, 'recipes', recipe) }
|
|
60
60
|
end
|
|
61
61
|
end
|
data/lib/blazing/version.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: blazing
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.16
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Felipe Kaufmann
|
|
@@ -123,7 +123,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
123
123
|
requirements:
|
|
124
124
|
- - ">="
|
|
125
125
|
- !ruby/object:Gem::Version
|
|
126
|
-
hash:
|
|
126
|
+
hash: -1078522514926116231
|
|
127
127
|
segments:
|
|
128
128
|
- 0
|
|
129
129
|
version: "0"
|
|
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
132
132
|
requirements:
|
|
133
133
|
- - ">="
|
|
134
134
|
- !ruby/object:Gem::Version
|
|
135
|
-
hash:
|
|
135
|
+
hash: -1078522514926116231
|
|
136
136
|
segments:
|
|
137
137
|
- 0
|
|
138
138
|
version: "0"
|