bridgetown-core 1.0.0.alpha7 → 1.0.0.alpha8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bridgetown-core/plugin_manager.rb +2 -2
- data/lib/bridgetown-core/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b0d6ef82d9ee9b28132bda459264d887de83f704a67277a0c9d4046a755e2508
|
4
|
+
data.tar.gz: d39e9bb5399b5d5d7167cc20a81d3ce89fff1626c7ec13847cc5042b48a802e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff214944686584ddbc3ec0f853e60d233af3cc2d34a580141fe3771d76822770c6040429266b967133356588a01aec468b54fcd40d87cdffe844b1b307f48e85
|
7
|
+
data.tar.gz: d6028a5f062ae873bac66ff929315e884844aae412999180484316d774c5480849c854ea731f993419552693058ada6aeb2abef74c5176e98802acb6d1c5a274
|
@@ -18,8 +18,8 @@ module Bridgetown
|
|
18
18
|
@source_manifests << source_manifest
|
19
19
|
end
|
20
20
|
|
21
|
-
def self.new_source_manifest(*args)
|
22
|
-
add_source_manifest(Bridgetown::Plugin::SourceManifest.new(*args))
|
21
|
+
def self.new_source_manifest(*args, **kwargs)
|
22
|
+
add_source_manifest(Bridgetown::Plugin::SourceManifest.new(*args, **kwargs))
|
23
23
|
end
|
24
24
|
|
25
25
|
def self.add_registered_plugin(gem_or_plugin_file)
|