bridgetown_obsidian 0.1.0 → 0.1.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: '028ac3f5309759bc586703cf604625546143e23100c377dc20f6434ab0d3df00'
4
- data.tar.gz: a3e2c3d44f5c5450a730cc4cbcd9efa5f89c8d4e3baf17c11d657d712c7c3d71
3
+ metadata.gz: b13b9fa513566679e9a7bc1edaacf7c991a3c5313e540c0f098023c1423ec8a8
4
+ data.tar.gz: fffaf0fbaafe043d4c2cff95d78b84664b09f95ad20e3c7609e88313b7807c93
5
5
  SHA512:
6
- metadata.gz: 1b1416069c4deb82230388cf3a05605adabdca7146424624e801074b38519f8285d82babbd6baf9ddba6b322e3aa51be1ba7a176479715418da271f4127b07c5
7
- data.tar.gz: 212fe62a78ac8d002d65967011a42cd373ea522ce92effa1db4652c3e5a7f20886730d5a624d2e1f1043ef9c1373c781b90b31ba9d6d7c82780f562d8dbd908f
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)/}) }
@@ -20,5 +20,5 @@ Gem::Specification.new do |spec|
20
20
 
21
21
  spec.add_development_dependency "bundler"
22
22
  spec.add_development_dependency "rake", ">= 13.0"
23
- spec.add_development_dependency "rubocop-bridgetown", "~> 0.3"
23
+ spec.add_development_dependency "standard"
24
24
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BridgetownObsidian
4
- VERSION = "0.1.0"
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.0
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
@@ -59,19 +59,19 @@ dependencies:
59
59
  - !ruby/object:Gem::Version
60
60
  version: '13.0'
61
61
  - !ruby/object:Gem::Dependency
62
- name: rubocop-bridgetown
62
+ name: standard
63
63
  requirement: !ruby/object:Gem::Requirement
64
64
  requirements:
65
- - - "~>"
65
+ - - ">="
66
66
  - !ruby/object:Gem::Version
67
- version: '0.3'
67
+ version: '0'
68
68
  type: :development
69
69
  prerelease: false
70
70
  version_requirements: !ruby/object:Gem::Requirement
71
71
  requirements:
72
- - - "~>"
72
+ - - ">="
73
73
  - !ruby/object:Gem::Version
74
- version: '0.3'
74
+ version: '0'
75
75
  description:
76
76
  email: onur@simplematters.dev
77
77
  executables: []
@@ -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: {}