bridgetown-haml 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0957f6fb3f196bc23f9f5c410dd0edc4e83df710f40ec5b0f7e747c090452a87'
4
- data.tar.gz: 18085ee2efc363646a5cb720516da34d8b8454981f9502068c8d62f834630062
3
+ metadata.gz: 68e33f536f756f7f046415ab01facc23f0f52269edbc595df153aef9f6965a89
4
+ data.tar.gz: 6467d9e52524c4c6b294fb4297dd68f1bbbb660a7e607f2ac44dc27395151467
5
5
  SHA512:
6
- metadata.gz: 1247cb315505354a88963a90373d25cc9109294d0691f4b464668ccefddefd54914b623ecefac01d22dbf6ac7d3b371bc811343f1744737d0478e07a12c72d08
7
- data.tar.gz: 14d67d55230105b5980a65c5da51fea3e7aed88e799c3884ce5c8c00a19a46b0df6e0171d2d738cdef17e14f65b28eb4d13b41d8033c7ef01dfba17a2ddaf940
6
+ metadata.gz: ac17100cf9be3a0c7f2a9e70371dc35530f6a60266fd116611284a8a1aa1918762d90522a4924783b5187ccc47c9e9841e400926a9b7b36aa2561f5956e2b37b
7
+ data.tar.gz: 1121845ac52fa87eccfcaf501588427c204829d1b12461536c8657fb007b48bc3c7846527a611bd0a5d6d28f1ad4803aa501814b4a97fbddebccf3ad6cdf80f7
@@ -1,5 +1,9 @@
1
1
  # main
2
2
 
3
- # 1.0.0 / 2020-07-21
3
+ # 1.0.1 / 2020-07-24
4
+
5
+ * Fix broken link to GitHub repo
6
+
7
+ # 1.0.0 / 2020-07-24
4
8
 
5
9
  * First release of the bridgetown-haml plugin
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # bridgetown-haml
2
2
 
3
- A Bridgetown plugin to provide support for [Haml templates](http://slim-lang.com).
3
+ A Bridgetown plugin to provide support for [Haml templates](http://haml.info/).
4
4
 
5
5
  _Requires Bridgetown 0.16 or greater._
6
6
 
@@ -23,7 +23,7 @@ Simply name your page, layout, or partial with a `.haml` extension. The availabl
23
23
 
24
24
  ## Contributing
25
25
 
26
- 1. Fork it (https://github.com/bridgetown/bridgetown-haml/fork)
26
+ 1. Fork it (https://github.com/bridgetownrb/bridgetown-haml/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 Haml templates."
11
- spec.homepage = "https://github.com/bridgetown/bridgetown-haml"
11
+ spec.homepage = "https://github.com/bridgetownrb/bridgetown-haml"
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 BridgetownHaml
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bridgetown-haml
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bridgetown Team
@@ -132,7 +132,7 @@ files:
132
132
  - lib/bridgetown-haml.rb
133
133
  - lib/bridgetown-haml/haml_templates.rb
134
134
  - lib/bridgetown-haml/version.rb
135
- homepage: https://github.com/bridgetown/bridgetown-haml
135
+ homepage: https://github.com/bridgetownrb/bridgetown-haml
136
136
  licenses:
137
137
  - MIT
138
138
  metadata: {}