resyma 0.1.1 → 0.1.2

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: a35548e2490ecbac6589eb648bbb37f8c548afca7864a080d2974e6bdcd5b36a
4
- data.tar.gz: cbbaad36705d35a42bc99c14054ddfc3037ecec7d13086c66614f913ed456229
3
+ metadata.gz: ab56ed93393169f21b3c0fe2930d080698b836fa079467b5d95fd14f35ebfb85
4
+ data.tar.gz: 3c4282c24a2323e65b71d021f8e911fbef67e19ac9fc96ed9ed270b3e6e3b3c5
5
5
  SHA512:
6
- metadata.gz: 379995f0ba9babf7c8b2d0c7f38811a3f1142b56bd12a7c8d6c6a672af373fe8f6fa88a5164f4cf78d64dcdef5abe84bc881193bbe375c7875e68ed65b8ea836
7
- data.tar.gz: ad0c94b7ff4a4fe5bdaa7c07b3db2ab92b32cf6a13d87befb002b589811383538f32966c2912df31648e123bf0527dd5d9f66abffa81a959e8b3bb36d7135493
6
+ metadata.gz: a1cbe1ca200130570b749dec0b92a48ecbddb84d2fa7a4618206f05988434a9c3c9dd5ebc1a1dd6a5c466697bd0c0455258fdbd7dcca3cf4dd86d20d5cc15cce
7
+ data.tar.gz: 7f857eca7b1971921765ef66e8de505c12f570060ab2b91804bfe5fc06bbd7f783349f97952005ec639b9486b7ed44b9d9a2eb487427992f2bcc29546d47bc55
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- resyma (0.1.0)
4
+ resyma (0.1.1)
5
5
  parser (~> 3.0)
6
6
  ruby-graphviz (~> 1.2)
7
7
  unparser (~> 0.6)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Resyma
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
data/resyma.gemspec CHANGED
@@ -9,13 +9,13 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ["dzangfan.li@gmail.com"]
10
10
 
11
11
  spec.summary = "A regular syntax matcher"
12
- spec.description = "A regular syntax matcher facilitate DSL's construction"
12
+ spec.description = "A regular syntax matcher facilitating DSL's construction"
13
13
  spec.homepage = "https://github.com/dzangfan/resyma"
14
14
  spec.required_ruby_version = ">= 2.6.0"
15
+ spec.license = "GPL-3.0-only"
15
16
 
16
17
  spec.metadata["homepage_uri"] = spec.homepage
17
18
  spec.metadata["source_code_uri"] = spec.homepage
18
- spec.metadata["changelog_uri"] = "#{spec.homepage}/CHANGELOG.md"
19
19
 
20
20
  # Specify which files should be added to the gem when it is released.
21
21
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resyma
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Li Dzangfan
@@ -108,7 +108,7 @@ dependencies:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
110
  version: 0.9.26
111
- description: A regular syntax matcher facilitate DSL's construction
111
+ description: A regular syntax matcher facilitating DSL's construction
112
112
  email:
113
113
  - dzangfan.li@gmail.com
114
114
  executables: []
@@ -157,11 +157,11 @@ files:
157
157
  - resyma.gemspec
158
158
  - sig/resyma.rbs
159
159
  homepage: https://github.com/dzangfan/resyma
160
- licenses: []
160
+ licenses:
161
+ - GPL-3.0-only
161
162
  metadata:
162
163
  homepage_uri: https://github.com/dzangfan/resyma
163
164
  source_code_uri: https://github.com/dzangfan/resyma
164
- changelog_uri: https://github.com/dzangfan/resyma/CHANGELOG.md
165
165
  post_install_message:
166
166
  rdoc_options: []
167
167
  require_paths: