hanamimastery-cli 0.2.0 → 0.2.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: 0a6ef215794101a805fd2c02baa42bf1e4dc4d650bf79ab2ff37d51684b29d2f
4
- data.tar.gz: 4f5b2dbfc130bfc0594c76b727dc6555d256f41d58deac6356895b36609fcc4f
3
+ metadata.gz: 36c410a4c1317266697eba1d58732b9b1e018a2ddc51b0a8cfafbe0c8780317d
4
+ data.tar.gz: e6b2466740c7500812cc6b515dcd67331a555c0c6cb6414b6a0f33f10fd0c7e7
5
5
  SHA512:
6
- metadata.gz: 2224bcd98c1e61a7ca7e92e1f89da9183c326861c84eb1e22420ddd364b0873623d932b52e5ecf90d77099ff735dd9993764b385f8f762274d691de7df47a741
7
- data.tar.gz: 1d151f4f96507f5c8450eb43d4e250b229ce1737da965977fc577beb591fa599e55c76873347a3555f3296e550b4b50e94a6092a69be48361d49e412b5161d33
6
+ metadata.gz: d33b85682cc980154071ee7091e4450f0c5c41a68c1e877b10b8175c599a7845e13befcaa0a0bdb492e35f3f2c5b47c41c38f47c3e77059dec2bab967e8c69ca
7
+ data.tar.gz: b36792d64bf0871c77aeec43209ba043dfc6befb73e0a3b46fc1a1a731278ddd83b9c75329484fd6c7ef698d84b5291bcdb0f6cfc7efbc46670c1c91c47bd2db
data/CHANGELOG.md CHANGED
@@ -14,3 +14,14 @@ Removes shot marks from a given article (i.e. ""[🎬 01] ")
14
14
 
15
15
  **Touch**
16
16
  Updates the modifiedAt with the current date
17
+
18
+ ## [0.2.0] - 2023-01-19
19
+
20
+ - PRO command
21
+
22
+ Added new command to render HTML version of premium episodes.
23
+
24
+ ### Features
25
+
26
+ **PRO**
27
+ Transformes episode's markdown into HTML ready to be used in Podia editor.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hanamimastery-cli (0.2.0)
4
+ hanamimastery-cli (0.2.1)
5
5
  commonmarker (~> 1.0.0.pre6)
6
6
  dry-cli (<= 1.0)
7
7
  dry-configurable (~> 1.0)
@@ -10,7 +10,7 @@ module Hanamimastery
10
10
 
11
11
  include Deps[
12
12
  repository: 'repositories.episodes',
13
- transformation: 'hanamimasterytransformations.unshot'
13
+ transformation: 'transformations.unshot'
14
14
  ]
15
15
 
16
16
  attr_reader :transformation, :repository
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Hanamimastery
4
4
  module CLI
5
- VERSION = "0.2.0"
5
+ VERSION = "0.2.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hanamimastery-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Wilgosz
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-01-19 00:00:00.000000000 Z
11
+ date: 2023-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-cli