holistic-ruby 0.1.0 → 0.1.1

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: aca9fe7ec2638ae0f1b641f4a0ea62befe91fb6c77820112cf4d8def6287c9d1
4
- data.tar.gz: f2a89f2821815944c584307994e671d0203dd097f2301bccc652385f68100eb7
3
+ metadata.gz: 601bd799099f6615186f5d70dafab227a2f5d59e556aedec607784fc289b9f23
4
+ data.tar.gz: 8684f179e1cf58b47d4cac81c75c10113c46f5578a9ab1ecd74eddcad2e20259
5
5
  SHA512:
6
- metadata.gz: 5a8d65f2ed3816391a706015588856ca5c4a92c3bf6490b505328135765530b68243fec0231c5fea38fbfc97c494255fd23865bddde59db52d7d47a910d4d887
7
- data.tar.gz: a1bc0c055c364692c1ae6de33bb1a270234af95c99e6be708dac6ac069b58b29ca24802f419de1328a9aabb133417c750592a7375b144d349bbfe86fe4dcbf41
6
+ metadata.gz: 6cc033aaddc4b86f6b733c17c7cea974fabcc68132b7f7776dcbe9bdf4f6222ed52d6e58694e9988d624b693eab3d6abcf28389d5208b41221fee511e33c486e
7
+ data.tar.gz: 54ebf824ec6771d1b58146a6c958a9271e229daa5c2d0c3a23830a873be8ffc523065f06a0240d821256712dd2c31c7136a7bf6e38fb7552eab4124bec24b5c8
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Luiz Vasconcellos"]
9
9
  spec.email = ["luizpvasc@gmail.com"]
10
10
 
11
- spec.summary = "Static analysis for Ruby"
12
- spec.description = "Static analysis for Ruby"
11
+ spec.summary = "holistic-ruby is a toy language server for the Ruby programming language"
12
+ spec.description = "holistic-ruby is a toy language server for the Ruby programming language"
13
13
  spec.homepage = "https://github.com/luizpvas/holistic-ruby"
14
14
  spec.license = "MIT"
15
15
  spec.required_ruby_version = ">= 3.2.0"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Holistic
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: holistic-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luiz Vasconcellos
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '7.0'
55
- description: Static analysis for Ruby
55
+ description: holistic-ruby is a toy language server for the Ruby programming language
56
56
  email:
57
57
  - luizpvasc@gmail.com
58
58
  executables:
@@ -154,5 +154,5 @@ requirements: []
154
154
  rubygems_version: 3.4.10
155
155
  signing_key:
156
156
  specification_version: 4
157
- summary: Static analysis for Ruby
157
+ summary: holistic-ruby is a toy language server for the Ruby programming language
158
158
  test_files: []