rusty_redic 0.2.0 → 0.2.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Cargo.toml +1 -1
  3. data/rusty_redic.gemspec +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dc86989c5716583f7009fc180288d3d7968634a2
4
- data.tar.gz: eec8c481510b5603f9d969831010c8c1d3c46184
3
+ metadata.gz: beef84ad2a5e6a2a9048e4b5e7b7f756e84b69d3
4
+ data.tar.gz: caea0547490a117fcf2bf17800bf39d3db3d36f1
5
5
  SHA512:
6
- metadata.gz: 8d1267d475534ff066f775370167fbbdeb28e6374a10bf29716b4fd91f0f82e9791a775eecce70970e2d4b39c3590e03bee40b59bae7691831caa9622c7cc59f
7
- data.tar.gz: bc7dcb5a9713272616db3798a703268e95acedbb1e399bdbaa88a7ca0b71a052f6e84399645da9338f2d2a1aa3f416b0dd26b4b127c6c2bd3bf6cc16bb05cf18
6
+ metadata.gz: '081267467a0b2056fc937bb3a9e2774cb1ecbab3b3893113295ad43baf28ac4893abc84a736162956abb5f00c07b233f9b04c6b4b6ff350c9ad02a9eb691ac3e'
7
+ data.tar.gz: e10d0f17624a6942d14dd02ae037d00135ea68eed763ee8e46a87d01996c5949b08e97a043199d773a4e311dad687fc46c8eb3bf03ffc4a9bb768f525757a32c
data/Cargo.toml CHANGED
@@ -1,5 +1,5 @@
1
1
  [package]
2
- name = "rusty-redic"
2
+ name = "rusty_redic"
3
3
  version = "0.2.0"
4
4
  authors = ["Jan-Erik Rediger <janerik@fnordig.de>"]
5
5
  repository = "https://github.com/badboy/rusty_redic"
@@ -3,7 +3,7 @@ require 'English'
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'rusty_redic'
6
- s.version = '0.2.0'
6
+ s.version = '0.2.1'
7
7
  s.summary = 'Lightweight Redis Client, in Rust'
8
8
  s.description = 'A lightweight Redis Client, written in Rust, as minimal as Redic'
9
9
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rusty_redic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan-Erik Rediger