activejob-google_cloud_tasks-http 0.1.0 → 0.1.1

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: 4694c9ea8efd4f67ea12ae5011035fe264b532f8bb0e99a82d8137b5d584ba49
4
- data.tar.gz: 4e2c1e6eeba5dcffdc2bc0b4fcad1823c144dbb252ccf4c0a7aca71ac8528671
3
+ metadata.gz: 9925cee44e88094403cd73f2e54d9f25ef84edc32104bf5a4da1bfcab5c87662
4
+ data.tar.gz: 360f7e826e67a271db629a233d167aee0c5b4a15383a5ad14cbc10d25de6a9e8
5
5
  SHA512:
6
- metadata.gz: aab00a20ed4211c65c9c2882b8c9a50dba29d1cf085da1881491e7ff91e5aa37767a266dcb8ad79c63dc3492e0d916844b41e1c24a6693cce493ac68b786cd40
7
- data.tar.gz: 8a06da299780bbf8601f3cf7c6a708ea1ce52f0a6e3ac4a5966a20d42ca5d49b5c378c05b4365874d9d4aa7efab43f13d541c840bb5d038193f03b4b5999ced9
6
+ metadata.gz: 778defd873ce91a1a0614f5d07ae05c9f2646df97e0980598cdf6bf2dcb256728980114420d85aa9c75eb37a5d7cd22d95d4daa8d68ccc97f0cf25ad4ef8166e
7
+ data.tar.gz: 43a5739de523766669a8d292c431c3b2c1402b06ddf65b40199d189c3930643c10703bfc4bda5b3209793ca22793ef34fbcf75323fe261f4413bd9ec67ed0b33
@@ -1,7 +1,7 @@
1
1
  module ActiveJob
2
2
  module GoogleCloudTasks
3
3
  module HTTP
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
6
6
  end
7
7
  end
@@ -0,0 +1 @@
1
+ require 'active_job/google_cloud_tasks/http'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activejob-google_cloud_tasks-http
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - hibariya
@@ -114,6 +114,7 @@ files:
114
114
  - lib/active_job/google_cloud_tasks/http/inline.rb
115
115
  - lib/active_job/google_cloud_tasks/http/rack.rb
116
116
  - lib/active_job/google_cloud_tasks/http/version.rb
117
+ - lib/activejob-google_cloud_tasks-http.rb
117
118
  homepage: https://github.com/esminc/activejob-google_cloud_tasks-http
118
119
  licenses: []
119
120
  metadata: {}