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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dbc88f827c0b6a085537558c2a5ad96084fe1999
4
- data.tar.gz: 92409c95a47bd14731bbf08aaaf5f7de4c70289c
3
+ metadata.gz: bc07fa366a49f1dc506c8078020e0d7da7e7a3e2
4
+ data.tar.gz: 0404e815331961ca9f05214d9be04807f13cb7cf
5
5
  SHA512:
6
- metadata.gz: 03465cef0c7afead904f05e843824e1f412905ef3e3f8667a3743506e86b3b041c01b8eed37232833929f7b0182f5687df035c85e81661dcb8f7b832ea8bf870
7
- data.tar.gz: 792e2aca3fcb850ddb611dab6eca700a07eb9077c4189d6d19b09a23bb4cde4ce7c1f55868c402e9ba3a2253b7747e6b95731754df67810678038025be161d79
6
+ metadata.gz: 65a4a504a285af978f94477ebd4af1d4dcf4d6694820ebf1962eaa22ef4911d6aff10c521ca8eb710916ff99a780fc42a69283f84b6991cce23961223c730850
7
+ data.tar.gz: 5f32e3b97a3ccff344cc669aa6a750555e927e16aa8e51c39bba84482d86c815fb1ff7d69c0d97be25f1c411de774dcb788395a3eb690e6088e2363858dc58da
data/README.md CHANGED
@@ -43,9 +43,9 @@ end
43
43
  Simply run Redsquare from the command line.
44
44
 
45
45
  ```
46
- redsquare
46
+ ~> redsquare
47
47
 
48
- redsquare ~/some/path/to/redsquare_config.rb
48
+ ~> redsquare ~/some/path/to/redsquare_config.rb
49
49
  ```
50
50
 
51
51
  ### Mounting Within a Rails App
@@ -8,7 +8,7 @@ require "redsquare/app"
8
8
 
9
9
  module Redsquare
10
10
 
11
- def config
11
+ def configure
12
12
  Config
13
13
  end
14
14
 
@@ -1,3 +1,3 @@
1
1
  module Redsquare
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -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 JSON interface to Redis.}
13
- spec.summary = %q{A mountable/standalone JSON interface to Redis.}
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.0
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-04 00:00:00.000000000 Z
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 JSON interface to Redis.
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 JSON interface to Redis.
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