emoji-datasource 14.0.3 → 16.0.0

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: 8c938e93a5ac9c2f592d24b6eb42f673349b12619640c1762eb1815f1a25eac6
4
- data.tar.gz: c4747e1a653145edbc63fb88e59f592e94057254199c270715700dfbf065c497
3
+ metadata.gz: ee64aa3b1d6b49cd265e59eac01b190066a43cba3b5c15d551272b1a1574e2ef
4
+ data.tar.gz: 89e7f12f03f133f4ec46d1e5e6546978ff2b4ef57df0755d30f1163f5bb18b12
5
5
  SHA512:
6
- metadata.gz: 591535d915dc73e19b5c1a656faa0dbf08add0ea6446676019f3896d5df2c5d702f32e67f9e018857271c73163ee0fc30578a546139238a80198cba8550b10ad
7
- data.tar.gz: 0f842b1fbc8ec93a89d48076b1900cf4fdc293afcbc3bd0c40d6d908496c89ec5b14ff9a16ea87ed73610ca05125dc4e9e193af69d387e69d59b4c70c37e069f
6
+ metadata.gz: ff1bcf6131ebe78224042972e702daf1b16753cec93ddd6ae7314f77e7f2a6324cffc780a92d19c5637d2ad2037951a24feaab3fd9a080f3d98cd81b1cbb03ff
7
+ data.tar.gz: cc12342f6b9fa6f454cd58203ba748492d84410758843a2d6e22b4a733350ed8173b0b25c66a9d20228119e8644f08ef96234b8a3033b2bcb7c3c5a6cb180b74
@@ -7,13 +7,13 @@ jobs:
7
7
  name: Test
8
8
  strategy:
9
9
  matrix:
10
- ruby: [2.7, '3.0', 3.1, 3.2, 3.3, 3.4, head]
10
+ ruby: [2.7, '3.0', 3.1, 3.2, 3.3, 3.4, '4.0', head]
11
11
 
12
12
  runs-on: ubuntu-latest
13
13
 
14
14
  steps:
15
15
  - name: Checkout
16
- uses: actions/checkout@v4
16
+ uses: actions/checkout@v6
17
17
 
18
18
  - name: Set up Ruby ${{ matrix.ruby }}
19
19
  uses: ruby/setup-ruby@v1
@@ -31,7 +31,7 @@ jobs:
31
31
 
32
32
  steps:
33
33
  - name: Checkout
34
- uses: actions/checkout@v4
34
+ uses: actions/checkout@v6
35
35
 
36
36
  - name: Set up Ruby
37
37
  uses: ruby/setup-ruby@v1
data/Gemfile CHANGED
@@ -6,9 +6,9 @@ source 'https://rubygems.org'
6
6
  gemspec
7
7
 
8
8
  group :development, :test do
9
- gem 'pry', '~> 0.15'
10
- gem 'rake', '~> 13.2'
9
+ gem 'pry', '~> 0.16'
10
+ gem 'rake', '~> 13.3'
11
11
  gem 'rspec', '~> 3.13'
12
- gem 'rubocop', '~> 1.71'
12
+ gem 'rubocop', '~> 1.85'
13
13
  gem 'simplecov', '~> 0.22'
14
14
  end
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2025 Justas Palumickas
3
+ Copyright (c) 2026 Justas Palumickas
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -71,6 +71,7 @@ implementations:
71
71
  * Ruby 3.2.0
72
72
  * Ruby 3.3.0
73
73
  * Ruby 3.4.0
74
+ * Ruby 4.0.0
74
75
 
75
76
  ## License
76
77
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EmojiDatasource
4
- VERSION = '14.0.3'
4
+ VERSION = '16.0.0'
5
5
  end
data/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "private": true,
7
7
  "dependencies": {},
8
8
  "devDependencies": {
9
- "emoji-datasource": "^14.0.0"
9
+ "emoji-datasource": "^16.0.0"
10
10
  },
11
11
  "scripts": {
12
12
  "postinstall": "cp ./node_modules/emoji-datasource/emoji.json ./vendor/emoji-datasource/emoji.json"