rack-simple_user_agent 1.1.1 → 1.2.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: ed510daae5e05b0dd2e9a7d3f923e02451beb396838c5505c198f41a18957cbc
4
- data.tar.gz: 9d1da0026e44def13b62bfd2b73a386dd5610b5e8fe643b08cc68d574c561f95
3
+ metadata.gz: 2e673bdf75b3674e3e910f0b6a5ac7b4bb6fc37dce40e86b1c5731bacfb58ec9
4
+ data.tar.gz: 6fed5774ad907fb57ec9816f344c7f6d16cef66a7a050dc95e58c5c46e05ebdb
5
5
  SHA512:
6
- metadata.gz: 1f4c640c10aa503d1bfe830df47edf2db7bda641add8e4e717a7e5aad1a45179ad039d65243ed95986ac2757d3294a0dc3c209fd652fe53594c4ff0ceb7cd82b
7
- data.tar.gz: a369e065f9823be41ececf3accce15b0d547e67bc90722d3bb754e1149dff4d0616dd94b3efe9176a3d74fd38eb03f61c26cdabf1b2b2da527967c52812d89c7
6
+ metadata.gz: 7613a2825326c139b3e05b1472a6b54bb64b4f3e0788d7f3c899d39a17e4a4ee1b2738b66a49aa97c8b77ba3784a4a20b2fc66c21f63e229471c8715b810d0ba
7
+ data.tar.gz: ddb3d728acb4b57ad82673ba01c06d330e8ee42a83e639a77dd4ec0b77e97970e4a6f75a3453e58cf49bf1a9a4607777afcebd81e977b76819a32ef981040a86
@@ -14,9 +14,9 @@ jobs:
14
14
  - name: Set up Ruby
15
15
  uses: ruby/setup-ruby@v1
16
16
  with:
17
- ruby-version: 3.3
17
+ ruby-version: 3.4
18
18
  bundler-cache: true
19
- - uses: paambaati/codeclimate-action@v8.0.0
19
+ - uses: paambaati/codeclimate-action@v9.0.0
20
20
  env:
21
21
  CC_TEST_REPORTER_ID: 40cc6409f7d531fa06fe880b7d7e4bd81ff89efcaa4dee782e03fb8fb3cdb902
22
22
  with:
@@ -10,6 +10,6 @@ jobs:
10
10
  - name: Set up Ruby
11
11
  uses: ruby/setup-ruby@v1
12
12
  with:
13
- ruby-version: 3.3
13
+ ruby-version: 3.4
14
14
  bundler-cache: true
15
15
  - run: bundle exec rubocop
@@ -10,7 +10,7 @@ jobs:
10
10
  test:
11
11
  strategy:
12
12
  matrix:
13
- ruby: ['2.7', '3.0', '3.1', '3.2', '3.3']
13
+ ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4"]
14
14
  runs-on: ubuntu-latest
15
15
  steps:
16
16
  - uses: actions/checkout@v4
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2016-2024 Toshimaru
3
+ Copyright (c) 2016-2025 Toshimaru
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
@@ -6,7 +6,7 @@
6
6
  [![Test Coverage](https://api.codeclimate.com/v1/badges/576b6f673fc00d07da0d/test_coverage)](https://codeclimate.com/github/toshimaru/rack-simple_user_agent/test_coverage)
7
7
  [![Code Climate](https://codeclimate.com/github/toshimaru/rack-simple_user_agent/badges/gpa.svg)](https://codeclimate.com/github/toshimaru/rack-simple_user_agent)
8
8
 
9
- Rack::SimpleUserAgent is Rack::Request extension which detects user-agent from user-agent string. No complicated logic for the detection, it simply(stupidly) checks if user-agent includes particular string or not.
9
+ `Rack::SimpleUserAgent` is `Rack::Request` extension which detects user-agent from user-agent string. No complicated logic for the detection, it simply(stupidly) checks if user-agent includes particular string or not.
10
10
 
11
11
  ## Installation
12
12
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rack
4
4
  class SimpleUserAgent
5
- VERSION = '1.1.1'
5
+ VERSION = '1.2.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-simple_user_agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - toshimaru
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-07-03 00:00:00.000000000 Z
10
+ date: 2025-03-04 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: Rack::SimpleUserAgent is Rack::Request extension which detects user-agent
14
13
  from user-agent string. No complicated logic for the detection, it simply(stupidly)
@@ -48,7 +47,6 @@ homepage: https://github.com/toshimaru/rack-simple_user_agent
48
47
  licenses:
49
48
  - MIT
50
49
  metadata: {}
51
- post_install_message:
52
50
  rdoc_options: []
53
51
  require_paths:
54
52
  - lib
@@ -63,8 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
63
61
  - !ruby/object:Gem::Version
64
62
  version: '0'
65
63
  requirements: []
66
- rubygems_version: 3.5.11
67
- signing_key:
64
+ rubygems_version: 3.6.2
68
65
  specification_version: 4
69
66
  summary: Rack::SimpleUserAgent is stupidly simple UA detector
70
67
  test_files: []