bridgetown_obsidian 0.1.1 → 0.1.2

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: 3212fe7466ef811a1f33bf4a726d5b9060bf352ae4d27054076746456a3d2a66
4
- data.tar.gz: 1f04e9163fe46cf5cf54e10656dd29c8e89104a58a623fd9ff0375e55b60ed34
3
+ metadata.gz: b13b9fa513566679e9a7bc1edaacf7c991a3c5313e540c0f098023c1423ec8a8
4
+ data.tar.gz: fffaf0fbaafe043d4c2cff95d78b84664b09f95ad20e3c7609e88313b7807c93
5
5
  SHA512:
6
- metadata.gz: d3cbd486d9bf213ef81cbb09bb5262b98199a9a51b7bae7027a5f22432d9bcb633a892b68cc33e56734bb221384623ff89ee3fd4c0ef294f1d7b61795718b557
7
- data.tar.gz: 6e2156e62e73be0b12dcb09af1a11ca5a1b9c7d22d66d2c967566ebcd374132717e843f49ddfe71f9d368434d59227cc3259425f129698de5271b75bd2a0727e
6
+ metadata.gz: 3838ca8ecde409dff9552662fac89b431af00d3a131a2fc53c89b080d821aef6636a40f1fc2e2f5c8d475e73a0414593e023440ec18f17289a51d59ffe033f30
7
+ data.tar.gz: 2e16783944c041c9486931517d3a0cf8e727cc869c83de0e4d5b7d42cd7cf9d4341ff0965f6b065da8c0269af3a64b778075138f9b7abac8659d1eaf1509e35f
data/README.md CHANGED
@@ -53,7 +53,7 @@ Check out these other great plugins that helped to inspire this one:
53
53
 
54
54
  ## Contributing
55
55
 
56
- 1. Fork it (https://github.com/username/my-awesome-plugin/fork)
56
+ 1. Fork it (https://github.com/onurozer/bridgetown-obsidian)
57
57
  2. Clone the fork using `git clone` to your local development machine.
58
58
  3. Create your feature branch (`git checkout -b my-new-feature`)
59
59
  4. Commit your changes (`git commit -am 'Add some feature'`)
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.author = "Onur Ozer"
9
9
  spec.email = "onur@simplematters.dev"
10
10
  spec.summary = "Converts Obsidian notes to Bridgetown posts"
11
- spec.homepage = "https://github.com/onurozer/bridgetown_obsidian"
11
+ spec.homepage = "https://github.com/onurozer/bridgetown-obsidian"
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 BridgetownObsidian
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bridgetown_obsidian
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Onur Ozer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-01 00:00:00.000000000 Z
11
+ date: 2023-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bridgetown
@@ -90,7 +90,7 @@ files:
90
90
  - lib/bridgetown_obsidian.rb
91
91
  - lib/bridgetown_obsidian/builder.rb
92
92
  - lib/bridgetown_obsidian/version.rb
93
- homepage: https://github.com/onurozer/bridgetown_obsidian
93
+ homepage: https://github.com/onurozer/bridgetown-obsidian
94
94
  licenses:
95
95
  - MIT
96
96
  metadata: {}