bridgetown-slim 1.0.1 → 1.0.2
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 +4 -0
- data/Gemfile +0 -1
- data/README.md +1 -1
- data/bridgetown-slim.gemspec +1 -1
- data/lib/bridgetown-slim/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 288dc685a9e1cb6069a9808080da0dd7b7b40899026667d486b4a3e710895912
|
|
4
|
+
data.tar.gz: a2260e65f1f528a2a1fa8e8fd7e22fbecad06215fa782ba77a45585463dc7049
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d2ced0cad1628f17f6bf16ad3ca66c8f0f98105e723a7df32f4fa1df3feed174a155d62dc07b91c9150ea020b1070ac367f2bfd45a014291c5177bf625885143
|
|
7
|
+
data.tar.gz: 5002cc3ff4838387017ae4967be0cc2bbe36ddc2354c8f16bdf49eb77c440100e232dc689b7e391e3fc87c33a5663b8c31ee839e754c1352cdb2defff34baeb6
|
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
data/README.md
CHANGED
|
@@ -23,7 +23,7 @@ Simply name your page, layout, or partial with a `.slim` extension. The availabl
|
|
|
23
23
|
|
|
24
24
|
## Contributing
|
|
25
25
|
|
|
26
|
-
1. Fork it (https://github.com/
|
|
26
|
+
1. Fork it (https://github.com/bridgetownrb/bridgetown-slim/fork)
|
|
27
27
|
2. Clone the fork using `git clone` to your local development machine.
|
|
28
28
|
3. Create your feature branch (`git checkout -b my-new-feature`)
|
|
29
29
|
4. Commit your changes (`git commit -am 'Add some feature'`)
|
data/bridgetown-slim.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.author = "Bridgetown Team"
|
|
9
9
|
spec.email = "maintainers@bridgetownrb.com"
|
|
10
10
|
spec.summary = "A Bridgetown plugin which provides support for Slim templates."
|
|
11
|
-
spec.homepage = "https://github.com/
|
|
11
|
+
spec.homepage = "https://github.com/bridgetownrb/bridgetown-slim"
|
|
12
12
|
spec.license = "MIT"
|
|
13
13
|
|
|
14
14
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r!^(test|script|spec|features|frontend)/!) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bridgetown-slim
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bridgetown Team
|
|
@@ -132,7 +132,7 @@ files:
|
|
|
132
132
|
- lib/bridgetown-slim.rb
|
|
133
133
|
- lib/bridgetown-slim/slim_templates.rb
|
|
134
134
|
- lib/bridgetown-slim/version.rb
|
|
135
|
-
homepage: https://github.com/
|
|
135
|
+
homepage: https://github.com/bridgetownrb/bridgetown-slim
|
|
136
136
|
licenses:
|
|
137
137
|
- MIT
|
|
138
138
|
metadata: {}
|