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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3640470ceec686502b296b31c119d2f42b6e6bede656aab835753158ad25bc86
4
- data.tar.gz: 558be551b00833b04d8eaa72b5b3e03117b39466b2d7ea1cff683e57a478aaaf
3
+ metadata.gz: 288dc685a9e1cb6069a9808080da0dd7b7b40899026667d486b4a3e710895912
4
+ data.tar.gz: a2260e65f1f528a2a1fa8e8fd7e22fbecad06215fa782ba77a45585463dc7049
5
5
  SHA512:
6
- metadata.gz: c62d96f6762a8467c91579e4dbee5a833c79324b944a1a1c1f7212b82d0a72dcb6cc9258eef6676354b118059f961c19db5879d9f4b045c1556120c7a16acf28
7
- data.tar.gz: 65f1d46b433c2b4b4f0ea3ee5d3744cd3cb828c2c304d11e5db899179e5956692b4b2d02a096a7c198b319f18523c4d62f2d47acc9837e1f94c4c5f88da54e22
6
+ metadata.gz: d2ced0cad1628f17f6bf16ad3ca66c8f0f98105e723a7df32f4fa1df3feed174a155d62dc07b91c9150ea020b1070ac367f2bfd45a014291c5177bf625885143
7
+ data.tar.gz: 5002cc3ff4838387017ae4967be0cc2bbe36ddc2354c8f16bdf49eb77c440100e232dc689b7e391e3fc87c33a5663b8c31ee839e754c1352cdb2defff34baeb6
@@ -1,5 +1,9 @@
1
1
  # main
2
2
 
3
+ # 1.0.2 / 2020-07-24
4
+
5
+ * Fix broken link to GitHub repo
6
+
3
7
  # 1.0.1 / 2020-07-24
4
8
 
5
9
  * Use filename to help with error stacktraces
data/Gemfile CHANGED
@@ -3,5 +3,4 @@
3
3
  source "https://rubygems.org"
4
4
  gemspec
5
5
 
6
- gem "bridgetown-core", path: "../bridgetown/bridgetown-core"
7
6
  gem "bridgetown", ENV["BRIDGETOWN_VERSION"] if ENV["BRIDGETOWN_VERSION"]
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/bridgetown/bridgetown-slim/fork)
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'`)
@@ -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/bridgetown/bridgetown-slim"
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)/!) }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BridgetownSlim
4
- VERSION = "1.0.1"
4
+ VERSION = "1.0.2"
5
5
  end
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.1
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/bridgetown/bridgetown-slim
135
+ homepage: https://github.com/bridgetownrb/bridgetown-slim
136
136
  licenses:
137
137
  - MIT
138
138
  metadata: {}