caramelize 1.3.0 → 1.3.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: 949bb3270455131310d65fd3e8e7f7dae80c9012aa4497efb479c8d77a0f8be8
4
- data.tar.gz: 3ba47fd373b387b1935e9c56315784f89d00f71a35e34a33816578098e1219eb
3
+ metadata.gz: cd2fe7dd1244e7e337e43668e6a16d53fceb1619d9e375251e88d2cd3bca4bb6
4
+ data.tar.gz: 4ffad0a80ae6d95400ba23665551c9ff9f989f1b677ff47e40ef3c65bb29b664
5
5
  SHA512:
6
- metadata.gz: 36b60fb485ca76922faa32e6c91c8e69f3e639cbcd009abd47eb555bf9f9e3d4a02cfff0f6fd29452321c65231a87e0169b5cea853543489654b44cf8399c888
7
- data.tar.gz: f6bf9599cdff4c248e2393e63e476ce9adbb2a7de9ec9fd07bc180a19e8d4bd64265649c6ada7721902bbd5906c24d4628f8e766efa4006bfa9f5fc8931636ab
6
+ metadata.gz: 2e4d14233b6af0b5e3f4c61426e879c8b980ea087901d0a395572e6e0491a56b0bbb3e19e91b41e485977b57a6cba0c83d8e76a43246b0799f68e60471f44d6a
7
+ data.tar.gz: 9f573dfcead88c791afa589481a60e68acf276902522b825fc0571beb40be735462de7b5c043f7d775582cfba7bfcb6fbfb76d25cc268b403e5b852761d1d7dd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- caramelize (1.3.0)
4
+ caramelize (1.3.1)
5
5
  commander
6
6
  gollum-lib
7
7
  mysql2
@@ -101,7 +101,7 @@ GEM
101
101
  diff-lcs (>= 1.2.0, < 2.0)
102
102
  rspec-support (~> 3.13.0)
103
103
  rspec-support (3.13.1)
104
- rubocop (1.61.0)
104
+ rubocop (1.62.1)
105
105
  json (~> 2.3)
106
106
  language_server-protocol (>= 3.17.0)
107
107
  parallel (~> 1.10)
@@ -109,10 +109,10 @@ GEM
109
109
  rainbow (>= 2.2.2, < 4.0)
110
110
  regexp_parser (>= 1.8, < 3.0)
111
111
  rexml (>= 3.2.5, < 4.0)
112
- rubocop-ast (>= 1.30.0, < 2.0)
112
+ rubocop-ast (>= 1.31.1, < 2.0)
113
113
  ruby-progressbar (~> 1.7)
114
114
  unicode-display_width (>= 2.4.0, < 3.0)
115
- rubocop-ast (1.31.1)
115
+ rubocop-ast (1.31.2)
116
116
  parser (>= 3.3.0.4)
117
117
  rubocop-capybara (2.20.0)
118
118
  rubocop (~> 1.41)
@@ -155,4 +155,4 @@ DEPENDENCIES
155
155
  rubocop-rspec
156
156
 
157
157
  BUNDLED WITH
158
- 2.5.5
158
+ 2.5.7
data/bin/caramelize CHANGED
@@ -22,10 +22,9 @@ command :new do |c|
22
22
  c.example 'Create a fresh config file as "caramel.rb"', 'caramelize create'
23
23
  c.example 'Create a fresh config file as "config.rb"', 'caramelize create --config config.rb'
24
24
  c.action do |_args, options|
25
- target_file || options.config || 'caramel.rb'
26
25
  options.default({ config: 'caramel.rb' })
27
- FileUtils.cp("#{File.dirname(__FILE__)}/../lib/caramelize/#{target_file}",
28
- options.config)
26
+ FileUtils.cp("#{File.dirname(__FILE__)}/../lib/caramelize/caramel.rb",
27
+ options.config)
29
28
  say "Created new configuration file: #{options.config}"
30
29
  end
31
30
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Caramelize
4
- VERSION = '1.3.0'
4
+ VERSION = '1.3.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caramelize
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Senff
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-04 00:00:00.000000000 Z
11
+ date: 2024-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: commander
@@ -164,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  - !ruby/object:Gem::Version
165
165
  version: '0'
166
166
  requirements: []
167
- rubygems_version: 3.5.5
167
+ rubygems_version: 3.5.7
168
168
  signing_key:
169
169
  specification_version: 4
170
170
  summary: Flexible and modular wiki conversion tool