google-pubsub-enhancer 0.6.0 → 0.6.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
  SHA1:
3
- metadata.gz: 2067bce55a4418d118d8e65ee1495d21daadda81
4
- data.tar.gz: a95da52e25d952377ecf48e555fa67d082c55964
3
+ metadata.gz: 00e3295df528289d10c77f8531437cd661aeddef
4
+ data.tar.gz: e6ad9888725df658fb02f5e6e74c568bc0aef509
5
5
  SHA512:
6
- metadata.gz: efd4e7229adb6b022c55fb4d6bea92570eb59b7a9d264a7b2fe5293f9a0ede150e06929a34c26bb77a6ed1198a181ec85b4607ae5cd9174ac8618e551bae8bad
7
- data.tar.gz: 3fa5ab956a2becf7800e5c6d665dbaafd48c92b167fe4e95ae7a14bdf4bc5ca18896cd89eeecd4e2b6b4b1302cbb142cd71d5ec3f825665ae98de4a927e1fb91
6
+ metadata.gz: 25138aa3e76005c5664904f30a5bae9cd099f48d86c31857a30364182a1598d1c0d101667e74cab4fe86ab237e6f0b0ade00c2719ab4621582f3460cdbad4d6f
7
+ data.tar.gz: 82a8673d11d3815a7f58708e5bc89e8054b019a2897f48b532b0ef0e7cb3bd50e73a6877c0fff081b71fa1592a928ae1b14f6b9ff1cefe0f5eb721a5c9c02c07
data/README.md CHANGED
@@ -76,8 +76,8 @@ describe YourApplication do
76
76
  end
77
77
 
78
78
  # the only expectation you need
79
- publish_called_with({"foo" => 1})
80
- publish_called_with({"bar" => 2})
79
+ expect_publish_called_with({"foo" => 1})
80
+ expect_publish_called_with({"bar" => 2})
81
81
 
82
82
  app.run 'subscription_short_name'
83
83
  end
@@ -25,7 +25,7 @@ module GooglePubsubEnhancer::Spec
25
25
  end
26
26
 
27
27
  module PublisherTester
28
- def publish_called_with(msg)
28
+ def expect_publish_called_with(msg)
29
29
  expect(publisher).to receive(:publish).with(msg, {recordId: "a1s2d3f4g5"}).ordered
30
30
  end
31
31
  end
@@ -1,3 +1,3 @@
1
1
  class GooglePubsubEnhancer
2
- VERSION = "0.6.0"
2
+ VERSION = "0.6.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-pubsub-enhancer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - bejczib