synvert 0.18.1 → 0.18.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: 6b88f72e6317a08babbaa9770e563ba1828efb17524c400dbfa3ea9cdbfdf5aa
4
- data.tar.gz: f6cec7f9e9188698145bf3ff79b7eaaa4ef79ff4752248d51380cf0838504639
3
+ metadata.gz: ae02af3473efd275bf61585a71f0cde8285693f4ed15014a3afab3a7498b8c8f
4
+ data.tar.gz: 73b85f14f2c3570738497d7ac510783a0ab36f0cdae1759018686c2322e9f514
5
5
  SHA512:
6
- metadata.gz: 04b9d963283fa2617efd4d0efe0c793efa2fe392d5c1a797e7aa2919d309790052b600a6ffc7471d08a027fe6e7e30f63f54345d5eeca527a713de13c509bea7
7
- data.tar.gz: cde9dab396fad919547a47a050bf22d714941b657f6260dd0125035f59f5d8ecb003ecaff260072d2cbf1f13d350c73e09723d34032b4a11cb4979178277db28
6
+ metadata.gz: f324a07a94f4ad0bc6c1d88cd371da740e2946e78341271d6ecafde027df38129c74c7cba34e0196004978595c95c26edc5eaea932f6624c8e606b073a7dcdfb
7
+ data.tar.gz: 47b0279a18f02bced81b8381dd74e9b8f58d56c55ba3a9eab205ffa310f56791bafe9d9ca65cd2ab87a8874c0651d7d1af2512c478c1e61d6b22eab23b99ce88
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.18.2 (2021-08-12)
4
+
5
+ * Require `fileutils`
6
+
3
7
  ## 0.18.1 (2021-07-23)
4
8
 
5
9
  * Fix `affected_files` is Set
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Synvert
2
2
 
3
+ <img src="https://xinminlabs.github.io/synvert/img/logo_96.png" alt="logo" width="32" height="32" />
4
+
3
5
  ![Main workflow](https://github.com/xinminlabs/synvert/actions/workflows/main.yml/badge.svg)
4
6
  [![Coverage Status](https://coveralls.io/repos/xinminlabs/synvert/badge.svg?branch=master)](https://coveralls.io/r/xinminlabs/synvert)
5
7
  [![Gem Version](https://badge.fury.io/rb/synvert.svg)](http://badge.fury.io/rb/synvert)
@@ -63,7 +65,7 @@ $ docker run -v <your project path>:/app xinminlabs/awesomecode-synvert synvert
63
65
 
64
66
  ## Documentation
65
67
 
66
- [http://xinminlabs.github.io/synvert/][3]
68
+ [https://xinminlabs.github.io/synvert/][3]
67
69
 
68
70
  ## Contributing
69
71
 
@@ -75,4 +77,4 @@ $ docker run -v <your project path>:/app xinminlabs/awesomecode-synvert synvert
75
77
 
76
78
  [1]: https://github.com/xinminlabs/synvert-core/
77
79
  [2]: https://github.com/xinminlabs/synvert-snippets/
78
- [3]: http://xinminlabs.github.io/synvert/
80
+ [3]: https://xinminlabs.github.io/synvert/
@@ -2,6 +2,7 @@
2
2
 
3
3
  require 'open-uri'
4
4
  require 'json'
5
+ require 'fileutils'
5
6
 
6
7
  module Synvert
7
8
  # Manage synvert snippets.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Synvert
4
- VERSION = '0.18.1'
4
+ VERSION = '0.18.2'
5
5
  end
data/synvert.gemspec CHANGED
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
20
  spec.require_paths = ['lib']
21
21
  spec.post_install_message = 'Please run `synvert --sync` first to sync snippets remotely.'
22
22
 
23
- spec.add_runtime_dependency 'synvert-core', '>= 0.42.1'
23
+ spec.add_runtime_dependency 'synvert-core', '>= 0.51.0'
24
24
 
25
25
  spec.add_development_dependency 'bundler'
26
26
  spec.add_development_dependency 'rake'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: synvert
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.1
4
+ version: 0.18.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Huang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-23 00:00:00.000000000 Z
11
+ date: 2021-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: synvert-core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.42.1
19
+ version: 0.51.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 0.42.1
26
+ version: 0.51.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
125
  requirements: []
126
- rubygems_version: 3.1.6
126
+ rubygems_version: 3.2.22
127
127
  signing_key:
128
128
  specification_version: 4
129
129
  summary: synvert = syntax + convert.