infinispan-ruby-client 0.0.1 → 0.0.2
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.
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: infinispan-ruby-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Lance Ball
|
|
@@ -19,7 +19,7 @@ date: 2011-06-08 00:00:00 -04:00
|
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
22
|
-
type: :
|
|
22
|
+
type: :development
|
|
23
23
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
24
24
|
none: false
|
|
25
25
|
requirements:
|
|
@@ -75,7 +75,7 @@ dependencies:
|
|
|
75
75
|
name: rspec
|
|
76
76
|
version_requirements: *id004
|
|
77
77
|
prerelease: false
|
|
78
|
-
description: infinispan-hotrod-client provides native ruby access to the Infinispan
|
|
78
|
+
description: infinispan-hotrod-client provides native ruby access to the Infinispan Hot Rod API
|
|
79
79
|
email: lball@redhat.com
|
|
80
80
|
executables: []
|
|
81
81
|
|
|
@@ -92,7 +92,7 @@ files:
|
|
|
92
92
|
- lib/infinispan-ruby-client/remotecache.rb
|
|
93
93
|
- lib/infinispan-ruby-client/unsigned.rb
|
|
94
94
|
has_rdoc: true
|
|
95
|
-
homepage: https://github.com/
|
|
95
|
+
homepage: https://github.com/torquebox/infinispan-ruby-client
|
|
96
96
|
licenses:
|
|
97
97
|
- MIT
|
|
98
98
|
post_install_message:
|
|
@@ -124,6 +124,6 @@ rubyforge_project:
|
|
|
124
124
|
rubygems_version: 1.6.2
|
|
125
125
|
signing_key:
|
|
126
126
|
specification_version: 3
|
|
127
|
-
summary: Infinispan
|
|
127
|
+
summary: Infinispan Hot Rod Client
|
|
128
128
|
test_files: []
|
|
129
129
|
|