Skip to content

Commit 9f3753b

Browse files
authored
Merge pull request #7 from truffleruby/ak/update-link-to-github-repo
Update link to GitHub repo and change account to truffleruby
2 parents 0d2f9d6 + 49c6ae9 commit 9f3753b

File tree

3 files changed

+45
-37
lines changed

3 files changed

+45
-37
lines changed

Gemfile.lock

Lines changed: 40 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -7,52 +7,60 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
ast (2.4.2)
10+
ast (2.4.3)
1111
coderay (1.1.3)
12-
diff-lcs (1.5.0)
13-
json (2.6.3)
14-
method_source (1.0.0)
15-
parallel (1.22.1)
16-
parser (3.2.2.0)
12+
diff-lcs (1.6.2)
13+
json (2.16.0)
14+
language_server-protocol (3.17.0.5)
15+
lint_roller (1.1.0)
16+
method_source (1.1.0)
17+
parallel (1.27.0)
18+
parser (3.3.10.0)
1719
ast (~> 2.4.1)
18-
pry (0.14.2)
20+
racc
21+
prism (1.6.0)
22+
pry (0.15.2)
1923
coderay (~> 1.1)
2024
method_source (~> 1.0)
25+
racc (1.8.1)
2126
rainbow (3.1.1)
22-
rake (13.0.6)
23-
regexp_parser (2.7.0)
24-
rexml (3.2.5)
25-
rspec (3.12.0)
26-
rspec-core (~> 3.12.0)
27-
rspec-expectations (~> 3.12.0)
28-
rspec-mocks (~> 3.12.0)
29-
rspec-core (3.12.1)
30-
rspec-support (~> 3.12.0)
31-
rspec-expectations (3.12.2)
27+
rake (13.3.1)
28+
regexp_parser (2.11.3)
29+
rspec (3.13.2)
30+
rspec-core (~> 3.13.0)
31+
rspec-expectations (~> 3.13.0)
32+
rspec-mocks (~> 3.13.0)
33+
rspec-core (3.13.6)
34+
rspec-support (~> 3.13.0)
35+
rspec-expectations (3.13.5)
3236
diff-lcs (>= 1.2.0, < 2.0)
33-
rspec-support (~> 3.12.0)
34-
rspec-mocks (3.12.5)
37+
rspec-support (~> 3.13.0)
38+
rspec-mocks (3.13.7)
3539
diff-lcs (>= 1.2.0, < 2.0)
36-
rspec-support (~> 3.12.0)
37-
rspec-support (3.12.0)
38-
rubocop (1.49.0)
40+
rspec-support (~> 3.13.0)
41+
rspec-support (3.13.6)
42+
rubocop (1.81.7)
3943
json (~> 2.3)
44+
language_server-protocol (~> 3.17.0.2)
45+
lint_roller (~> 1.1.0)
4046
parallel (~> 1.10)
41-
parser (>= 3.2.0.0)
47+
parser (>= 3.3.0.2)
4248
rainbow (>= 2.2.2, < 4.0)
43-
regexp_parser (>= 1.8, < 3.0)
44-
rexml (>= 3.2.5, < 4.0)
45-
rubocop-ast (>= 1.28.0, < 2.0)
49+
regexp_parser (>= 2.9.3, < 3.0)
50+
rubocop-ast (>= 1.47.1, < 2.0)
4651
ruby-progressbar (~> 1.7)
47-
unicode-display_width (>= 2.4.0, < 3.0)
48-
rubocop-ast (1.28.0)
49-
parser (>= 3.2.1.0)
52+
unicode-display_width (>= 2.4.0, < 4.0)
53+
rubocop-ast (1.48.0)
54+
parser (>= 3.3.7.2)
55+
prism (~> 1.4)
5056
ruby-progressbar (1.13.0)
51-
unicode-display_width (2.4.2)
57+
unicode-display_width (3.2.0)
58+
unicode-emoji (~> 4.1)
59+
unicode-emoji (4.1.0)
5260

5361
PLATFORMS
5462
ruby
55-
x86_64-darwin-21
63+
x86_64-darwin
5664

5765
DEPENDENCIES
5866
pry
@@ -62,4 +70,4 @@ DEPENDENCIES
6270
rubocop-truffleruby!
6371

6472
BUNDLED WITH
65-
2.3.26
73+
2.5.22

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
3131

3232
## Contributing
3333

34-
Bug reports and pull requests are welcome on GitHub at https://github.com/andrykonchin/rubocop-truffleruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/andrykonchin/rubocop-truffleruby/blob/master/CODE_OF_CONDUCT.md).
34+
Bug reports and pull requests are welcome on GitHub at https://github.com/truffleruby/rubocop-truffleruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/truffleruby/rubocop-truffleruby/blob/master/CODE_OF_CONDUCT.md).
3535

3636
## License
3737

3838
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
3939

4040
## Code of Conduct
4141

42-
Everyone interacting in the Rubocop::TruffleRuby project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/andrykonchin/rubocop-truffleruby/blob/master/CODE_OF_CONDUCT.md).
42+
Everyone interacting in the Rubocop::TruffleRuby project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/truffleruby/rubocop-truffleruby/blob/master/CODE_OF_CONDUCT.md).

rubocop-truffleruby.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Gem::Specification.new do |spec|
1010

1111
spec.summary = 'Code style checking for TruffleRuby source code.'
1212
spec.description = 'RuboCop extension to enforce TruffleRuby specific linting rules.'
13-
spec.homepage = 'https://github.com/andrykonchin/rubocop-truffleruby'
13+
spec.homepage = 'https://github.com/truffleruby/rubocop-truffleruby'
1414
spec.license = 'MIT'
1515
spec.required_ruby_version = '>= 3.0.0'
1616

1717
spec.metadata['homepage_uri'] = spec.homepage
18-
spec.metadata['source_code_uri'] = 'https://github.com/andrykonchin/rubocop-truffleruby'
18+
spec.metadata['source_code_uri'] = 'https://github.com/truffleruby/rubocop-truffleruby'
1919
spec.metadata['rubygems_mfa_required'] = 'true'
2020

2121
# Specify which files should be added to the gem when it is released.
@@ -35,5 +35,5 @@ Gem::Specification.new do |spec|
3535
# For more information and examples about making a new gem, check out our
3636
# guide at: https://bundler.io/guides/creating_gem.html
3737

38-
spec.add_runtime_dependency 'rubocop'
38+
spec.add_dependency 'rubocop'
3939
end

0 commit comments

Comments
 (0)