fakeredis 0.1.0 → 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.
@@ -6,9 +6,9 @@ Gem::Specification.new do |s|
6
6
  s.name = "fakeredis"
7
7
  s.version = FakeRedis::VERSION
8
8
  s.platform = Gem::Platform::RUBY
9
- s.authors = ["fakeredis"]
9
+ s.authors = ["Guillermo Iguaran"]
10
10
  s.email = ["guilleiguaran@gmail.com"]
11
- s.homepage = "http://github.com/guilleiguaran/fakeredis"
11
+ s.homepage = "https://github.com/guilleiguaran/fakeredis"
12
12
  s.summary = %q{Fake redis-rb for your tests}
13
13
  s.description = %q{Fake implementation of redis-rb for machines without Redis or test environments}
14
14
 
@@ -1,3 +1,3 @@
1
1
  module FakeRedis
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -2,10 +2,10 @@
2
2
  name: fakeredis
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
- - fakeredis
8
+ - Guillermo Iguaran
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
@@ -62,7 +62,7 @@ files:
62
62
  - spec/spec_helper.rb
63
63
  - spec/strings_spec.rb
64
64
  - spec/transactions_spec.rb
65
- homepage: http://github.com/guilleiguaran/fakeredis
65
+ homepage: https://github.com/guilleiguaran/fakeredis
66
66
  licenses: []
67
67
 
68
68
  post_install_message: