sidekiq-global_id 0.1 → 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 +4 -4
- data/CHANGES.md +3 -0
- data/lib/sidekiq/global_id/rspec.rb +6 -0
- data/sidekiq-global_id.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5e668c0e0597802962b6ac58f31be140de958dd2
|
|
4
|
+
data.tar.gz: 98f5071fb544c42f35fe8c371daba9590780b083
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a93a1e067772ae1332043f621f30763ed832113716bb14bac7f6d2af342a0cc89e0a3cf74375838d84b18009665246232726324548c4a8c89d7f59dcc5391300
|
|
7
|
+
data.tar.gz: a9fd2272f1bb0483abc840be63e96f073504bf31aaee10961e94fb1eaf4f701b7880cdfaff884663e9f228a509312b7e3a1e26ad4e0c89935840620a47a1d12d
|
data/CHANGES.md
ADDED
|
@@ -15,4 +15,10 @@ class RSpec::Sidekiq::Matchers::HaveEnqueuedJob # rubocop:disable Style/ClassAnd
|
|
|
15
15
|
ActiveJob::Arguments.deserialize(args)
|
|
16
16
|
end
|
|
17
17
|
end
|
|
18
|
+
|
|
19
|
+
# No need to normalize symbol keys, since we're able to
|
|
20
|
+
# handle them properly.
|
|
21
|
+
def normalize_arguments(args)
|
|
22
|
+
args
|
|
23
|
+
end
|
|
18
24
|
end
|
data/sidekiq-global_id.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sidekiq-global_id
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tema Bolshakov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-09-
|
|
11
|
+
date: 2016-09-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sidekiq
|
|
@@ -161,6 +161,7 @@ files:
|
|
|
161
161
|
- ".rspec"
|
|
162
162
|
- ".rubocop.yml"
|
|
163
163
|
- ".travis.yml"
|
|
164
|
+
- CHANGES.md
|
|
164
165
|
- Gemfile
|
|
165
166
|
- LICENSE.txt
|
|
166
167
|
- README.md
|