em-synchrony-couchdb 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: de5aace765f991aa7d41bb6ffed9734ce9076537
4
- data.tar.gz: db944981a01b282da7c3c5f5cd6faf0387e5f4d7
3
+ metadata.gz: 7068364f78291edf9eb3291b3237fdff3c5094a1
4
+ data.tar.gz: a8f4204368cd73dafbe0ed043b79962a55ace1ab
5
5
  SHA512:
6
- metadata.gz: a969309722fced2b0fbd5aeb33bcc09db02c2e1b5cbcffcee6c73a37fb446ef0cdaaa17d55e119678bc8002a8ed231707bab9be1bb8c6ca708d3dcce3c129eb7
7
- data.tar.gz: d1c71b3babe8cee75925c1a8a5f30fed915b732606c37b74ee6f550016ae525ed0ed9422e2385fda5ea7b6d1978ff0c7940c44d36c69c806eabfaf58ce6afca7
6
+ metadata.gz: a2572b39e10de3d664079c994a7e883d090c50a0facda8a8deb74a6e0143cf4188b69dfe508d11a294ae0a5e2f58fc4a2c3703224d362e5654c514388466d90e
7
+ data.tar.gz: b10984324e44b28169422b6f7ac4229d4f186f031064c8c1aeb5463b907edbbd8ebd8bc7bc7166193060935dd8090d46ce245a1f2cd22206324508ce081806d4
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: em-synchrony-couchdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
- - tinomen (Jake Mallory)
7
+ - Jake Mallory, Scott Nielsen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -85,9 +85,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  requirements:
86
86
  - CouchDB 0.8.0 and upwards
87
87
  rubyforge_project:
88
- rubygems_version: 2.0.3
88
+ rubygems_version: 2.0.5
89
89
  signing_key:
90
90
  specification_version: 4
91
- summary: A non-blocking client protocol for CouchDB using em-synchrony
91
+ summary: A non-blocking client for CouchDB using em-synchrony
92
92
  test_files:
93
93
  - test/couchdb_test.rb