redis-objects 0.9.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redis-objects
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nate Wiger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-26 00:00:00.000000000 Z
11
+ date: 2014-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redis
@@ -109,7 +109,6 @@ files:
109
109
  - LICENSE
110
110
  - README.md
111
111
  - Rakefile
112
- - VERSION
113
112
  - lib/redis-objects.rb
114
113
  - lib/redis/base_object.rb
115
114
  - lib/redis/counter.rb
@@ -157,7 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
157
156
  version: '0'
158
157
  requirements: []
159
158
  rubyforge_project:
160
- rubygems_version: 2.2.0
159
+ rubygems_version: 2.2.2
161
160
  signing_key:
162
161
  specification_version: 4
163
162
  summary: Map Redis types directly to Ruby objects
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 0.7.0