activejob-google_cloud_tasks-http 0.1.2 → 0.1.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 06b5da976d41cd61619702524da58f0dea6226b3f6b5510455d5556afb5a5910
|
4
|
+
data.tar.gz: 567bdda0e0b4e4f6e279c3bfce9508ba795035366c279d9e45cde6b9d638e47d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9c65beebd8426e212fae8b5266f5ae911c1ff28f343be83d4e8003af23e7690a0a7c20c4c1cf16ebfbdee52c88436dacee3fb4db00d17a45e1de50549757b6a
|
7
|
+
data.tar.gz: ea19d25710b97c8b38afbb258da990e338457f38c88da277ef3dd1bcf41ff1931eca60d158c90378d2ac2178a9886af11e95dcbb8e4f4268754a8034f7dfd797
|
@@ -12,6 +12,7 @@ Gem::Specification.new do |spec|
|
|
12
12
|
spec.summary = %q{ActiveJob adapter for Google Cloud Tasks HTTP targets.}
|
13
13
|
spec.description = %q{ActiveJob adapter for Google Cloud Tasks HTTP targets.}
|
14
14
|
spec.homepage = "https://github.com/esminc/activejob-google_cloud_tasks-http"
|
15
|
+
spec.license = "MIT"
|
15
16
|
|
16
17
|
# Specify which files should be added to the gem when it is released.
|
17
18
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
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.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- hibariya
|
@@ -118,7 +118,8 @@ files:
|
|
118
118
|
- lib/active_job/google_cloud_tasks/http/version.rb
|
119
119
|
- lib/activejob-google_cloud_tasks-http.rb
|
120
120
|
homepage: https://github.com/esminc/activejob-google_cloud_tasks-http
|
121
|
-
licenses:
|
121
|
+
licenses:
|
122
|
+
- MIT
|
122
123
|
metadata: {}
|
123
124
|
post_install_message:
|
124
125
|
rdoc_options: []
|