redsquare 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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/redsquare.rb +1 -1
- data/lib/redsquare/version.rb +1 -1
- data/redsquare.gemspec +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc07fa366a49f1dc506c8078020e0d7da7e7a3e2
|
|
4
|
+
data.tar.gz: 0404e815331961ca9f05214d9be04807f13cb7cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 65a4a504a285af978f94477ebd4af1d4dcf4d6694820ebf1962eaa22ef4911d6aff10c521ca8eb710916ff99a780fc42a69283f84b6991cce23961223c730850
|
|
7
|
+
data.tar.gz: 5f32e3b97a3ccff344cc669aa6a750555e927e16aa8e51c39bba84482d86c815fb1ff7d69c0d97be25f1c411de774dcb788395a3eb690e6088e2363858dc58da
|
data/README.md
CHANGED
data/lib/redsquare.rb
CHANGED
data/lib/redsquare/version.rb
CHANGED
data/redsquare.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.version = Redsquare::VERSION
|
|
10
10
|
spec.authors = ["JC Grubbs"]
|
|
11
11
|
spec.email = ["jc@devmynd.com"]
|
|
12
|
-
spec.description = %q{A mountable/standalone
|
|
13
|
-
spec.summary = %q{A mountable/standalone
|
|
12
|
+
spec.description = %q{A mountable/standalone HTTP interface to Redis.}
|
|
13
|
+
spec.summary = %q{A mountable/standalone HTTP interface to Redis.}
|
|
14
14
|
spec.homepage = "http://github.com/thegrubbsian/redsquare"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: redsquare
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- JC Grubbs
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-08-
|
|
11
|
+
date: 2013-08-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: redis
|
|
@@ -136,7 +136,7 @@ dependencies:
|
|
|
136
136
|
- - '>='
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
138
|
version: '0'
|
|
139
|
-
description: A mountable/standalone
|
|
139
|
+
description: A mountable/standalone HTTP interface to Redis.
|
|
140
140
|
email:
|
|
141
141
|
- jc@devmynd.com
|
|
142
142
|
executables:
|
|
@@ -180,7 +180,7 @@ rubyforge_project:
|
|
|
180
180
|
rubygems_version: 2.0.2
|
|
181
181
|
signing_key:
|
|
182
182
|
specification_version: 4
|
|
183
|
-
summary: A mountable/standalone
|
|
183
|
+
summary: A mountable/standalone HTTP interface to Redis.
|
|
184
184
|
test_files:
|
|
185
185
|
- spec/app_spec.rb
|
|
186
186
|
- spec/spec_helper.rb
|