dapr-ruby 0.4.4 → 0.4.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '01098df34c04109617a1800f150de03625e2d8aa89a8adebdda2990532a4d01b'
4
- data.tar.gz: c935b97aef96168e7bd2cf87c592574ba45fdb867b6798fd8d1f8e69614f1969
3
+ metadata.gz: d699dd2ea32aaad39ca5227a608c49ef88f148eef439c0ef3da5c39a6f1d3279
4
+ data.tar.gz: ccfc97e591511c6b39acc3b773107032ec6eebb0dc094a6b3965585daa16c440
5
5
  SHA512:
6
- metadata.gz: a8821931ded640a679bb308b39acfdda8ff61329cb3c4f14d92b006838a9862ac0246f896d22ee357281320bb29984787365cab0d2720d6cbcef0f5abdaf3c77
7
- data.tar.gz: 930eaa2d87677f20867e83c88666e73728105da1d61ce30ce829b63223b286fa59bee6b30c0caa4fe9f275ca3c0c633e18f96104dd8147e5ec5245ed9ea28640
6
+ metadata.gz: db484aaf5f5c9a76d3316e268c577ae73e6015058c5dfa62af8189f81f8c4c99b08554f5cab2f9a104b0b3e61799c8f62ea4f758b7b86184422e1afe83f6f25a
7
+ data.tar.gz: 34576720437a63ee080040642cb4d253af8b231bce196b36d6770abad33407214b4d9fa078fbf9ba078b5cf10a81a8bd7528a36b54cfb3a6cfba8dca7000cf46
data/.gitignore CHANGED
@@ -7,6 +7,8 @@
7
7
  /spec/reports/
8
8
  /tmp/
9
9
  /components/
10
+ Gemfile.lock
10
11
 
12
+ Gemfile.lock
11
13
  # rspec failure tracking
12
14
  .rspec_status
data/Rakefile CHANGED
@@ -5,4 +5,8 @@ require 'rspec/core/rake_task'
5
5
 
6
6
  RSpec::Core::RakeTask.new(:spec)
7
7
 
8
- task default: :spec
8
+ task :wipelock do
9
+ system 'rm -f Gemfile.lock'
10
+ end
11
+
12
+ task default: %i[spec wipelock]
data/lib/dapr/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dapr
4
- VERSION = '0.4.4'
4
+ VERSION = '0.4.5'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dapr-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - tjwp
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2024-04-15 00:00:00.000000000 Z
12
+ date: 2024-05-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: google-protobuf
@@ -54,7 +54,6 @@ files:
54
54
  - ".travis.yml"
55
55
  - CHANGELOG.md
56
56
  - Gemfile
57
- - Gemfile.lock
58
57
  - LICENSE.txt
59
58
  - README.md
60
59
  - Rakefile
data/Gemfile.lock DELETED
@@ -1,69 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- dapr-ruby (0.4.3)
5
- google-protobuf
6
- grpc
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- diff-lcs (1.5.1)
12
- google-protobuf (3.25.3)
13
- google-protobuf (3.25.3-aarch64-linux)
14
- google-protobuf (3.25.3-arm64-darwin)
15
- google-protobuf (3.25.3-x86-linux)
16
- google-protobuf (3.25.3-x86_64-darwin)
17
- google-protobuf (3.25.3-x86_64-linux)
18
- googleapis-common-protos-types (1.14.0)
19
- google-protobuf (~> 3.18)
20
- grpc (1.62.0)
21
- google-protobuf (~> 3.25)
22
- googleapis-common-protos-types (~> 1.0)
23
- grpc (1.62.0-aarch64-linux)
24
- google-protobuf (~> 3.25)
25
- googleapis-common-protos-types (~> 1.0)
26
- grpc (1.62.0-arm64-darwin)
27
- google-protobuf (~> 3.25)
28
- googleapis-common-protos-types (~> 1.0)
29
- grpc (1.62.0-x86-linux)
30
- google-protobuf (~> 3.25)
31
- googleapis-common-protos-types (~> 1.0)
32
- grpc (1.62.0-x86_64-darwin)
33
- google-protobuf (~> 3.25)
34
- googleapis-common-protos-types (~> 1.0)
35
- grpc (1.62.0-x86_64-linux)
36
- google-protobuf (~> 3.25)
37
- googleapis-common-protos-types (~> 1.0)
38
- grpc-tools (1.62.0)
39
- rake (13.2.1)
40
- rspec (3.13.0)
41
- rspec-core (~> 3.13.0)
42
- rspec-expectations (~> 3.13.0)
43
- rspec-mocks (~> 3.13.0)
44
- rspec-core (3.13.0)
45
- rspec-support (~> 3.13.0)
46
- rspec-expectations (3.13.0)
47
- diff-lcs (>= 1.2.0, < 2.0)
48
- rspec-support (~> 3.13.0)
49
- rspec-mocks (3.13.0)
50
- diff-lcs (>= 1.2.0, < 2.0)
51
- rspec-support (~> 3.13.0)
52
- rspec-support (3.13.1)
53
-
54
- PLATFORMS
55
- aarch64-linux
56
- arm64-darwin
57
- ruby
58
- x86-linux
59
- x86_64-darwin
60
- x86_64-linux
61
-
62
- DEPENDENCIES
63
- dapr-ruby!
64
- grpc-tools
65
- rake
66
- rspec
67
-
68
- BUNDLED WITH
69
- 2.5.9