formatic 0.1.0 → 0.1.1
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -1
- data/lib/formatic/engine.rb +0 -4
- data/lib/formatic/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: 2cb0967a248fa972d16d45fe977f429bce1785261e127e3cb06a0d51357d36da
|
4
|
+
data.tar.gz: 6d21defa054f21e21c1d2243b5c45bfb355f5c4dafb620bb801b8652069e69fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8239316a8b0082da2fc542e6128eb221741f2a5d61deb7073ee43cb1965e547c73856bd3631d8ec6f73da77eb910607e66881828bb98714ecbe34d81dade27cf
|
7
|
+
data.tar.gz: 5a66b42920bc1a30ca9b606464e67f504727e08134574a7af3af00df1906e80452dc7e23f0ace1934c4d0ec0734d12e067e51f6a4988ac7f5b3aa41a9de4e75e
|
data/CHANGELOG.md
CHANGED
data/lib/formatic/engine.rb
CHANGED
@@ -9,10 +9,6 @@ module Formatic
|
|
9
9
|
isolate_namespace Formatic
|
10
10
|
|
11
11
|
config.to_prepare do
|
12
|
-
require_formatic_components
|
13
|
-
end
|
14
|
-
|
15
|
-
def self.require_formatic_components
|
16
12
|
# Our Formatic components are subclasses of `ViewComponent::Base`.
|
17
13
|
# When `ViewComponent::Base` is subclassed, two things happen:
|
18
14
|
#
|
data/lib/formatic/version.rb
CHANGED