rubydmmd 1.0.0 → 2.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: 6059c282bdc95f627a2b78de4a1efeddad50d7490b766995881680f6ec660095
4
- data.tar.gz: 78ef0f6ef29b9fb254a6f078527ae6db5f83b21617eb8124d6a0db3e2fb23466
3
+ metadata.gz: 7a4ff223264504311cea02723ebfae03afda8f37197933233e1a38e3e48e2ea7
4
+ data.tar.gz: 95d7b7ddb43c964dfdc24e8c510f2aa653d55747c02074c7e89c58e3691b5258
5
5
  SHA512:
6
- metadata.gz: 4728c278902fa037b3c408f12106020e234ac68d99d0d11a736a1f110c1a3480206f66037b88e96e4c13d7d8a05675997401643abdade0644ddc1f76c8e80dbb
7
- data.tar.gz: 91fba64c9c59aedcd55b84402b97184f36a7de9c2679adbb6a62680dbe99a5d672d875135b95457bf1584399b6af9047d1c41610e1117623e559a38628124b04
6
+ metadata.gz: 1970c6e4513debd614453d14de234ad39dab1ad993be43e793ac83fd0ddb2839d1aae14211167000173bcd4a2821ab51b099f29737273c36172d03450f758fad
7
+ data.tar.gz: 595624e05ca9566b4b9d3f20d425b16015d7be9f9ed2d2862ae7dede799d0b4c926629d1fd676069607da22682f24fd3a09319f0b56b0ff1d4dfa62078cc385a
@@ -25,7 +25,7 @@ module Rubydmmd
25
25
  c.request :json
26
26
  c.response :json, content_type: /\bjson$/
27
27
  c.adapter Faraday.default_adapter
28
- c.headers['User-Agent'] = "rubydmmd Ruby Gem #{VERSION} (#{RUBY_ENGINE}#{RUBY_VERSION})"
28
+ c.headers['User-Agent'] = 'rubydmmd Ruby Gem'
29
29
  end
30
30
  end
31
31
 
@@ -1,3 +1,3 @@
1
1
  module Rubydmmd
2
- VERSION = "1.0.0"
2
+ VERSION = "2.0.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubydmmd
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - shohei.takahashi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-08-19 00:00:00.000000000 Z
11
+ date: 2023-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler