inkblot 0.2.0 → 0.2.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.
data/package.json ADDED
@@ -0,0 +1,10 @@
1
+ {
2
+ "dependencies": {
3
+ "ninja-keys": "^1.2.2"
4
+ },
5
+ "devDependencies": {
6
+ "@tailwindcss/cli": "^4.1.18",
7
+ "@tailwindcss/typography": "^0.5.19",
8
+ "tailwindcss": "^4.1.18"
9
+ }
10
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inkblot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aleks Rutins
@@ -116,7 +116,6 @@ extra_rdoc_files: []
116
116
  files:
117
117
  - ".build.yml"
118
118
  - ".rspec"
119
- - ".rspec_status"
120
119
  - ".rubocop.yml"
121
120
  - LICENSE.txt
122
121
  - README.md
@@ -127,16 +126,20 @@ files:
127
126
  - docs/pages/docs/install.md
128
127
  - docs/pages/docs/tailwind.md
129
128
  - docs/pages/index.md
130
- - docs/pages/test.md
131
- - docs/pages/test2.md
132
129
  - exe/inkblot
130
+ - js-src/main.ts
131
+ - js-src/search.ts
132
+ - lib/assets/main.js
133
133
  - lib/inkblot.min.css
134
134
  - lib/inkblot.rb
135
135
  - lib/inkblot/cli.rb
136
136
  - lib/inkblot/layout.rb
137
137
  - lib/inkblot/markdown_page.rb
138
138
  - lib/inkblot/pages.rb
139
+ - lib/inkblot/search.rb
139
140
  - lib/inkblot/version.rb
141
+ - package-lock.json
142
+ - package.json
140
143
  - sig/inkblot.rbs
141
144
  - tailwind.css
142
145
  homepage: https://inkblot.farthergate.com
data/.rspec_status DELETED
@@ -1,3 +0,0 @@
1
- example_id | status | run_time |
2
- --------------------------- | ------ | --------------- |
3
- ./spec/inkblot_spec.rb[1:1] | passed | 0.00037 seconds |
data/docs/pages/test.md DELETED
@@ -1,4 +0,0 @@
1
- ---
2
- title: Test
3
- section: Hello World
4
- ---
data/docs/pages/test2.md DELETED
@@ -1,4 +0,0 @@
1
- ---
2
- title: Test 2
3
- section: Hello World
4
- ---