clusterpoint 0.2.0 → 0.2.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/clusterpoint.gemspec +1 -0
- data/lib/cluster_point/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a8327ceb32e21c6fdcc5a4def1ba7f7527a9cb15
|
4
|
+
data.tar.gz: 774383bd2bac80b517faa3453ecbf5c76571dbd6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68787fdb1c189618df624299f6b17b055ecce38b0bb51f9a4a2ec77281cdeec7bce2e9df104f1bbf051a8f6c6ee8d50e354a802cd6b0600c918d362cb616f2a5
|
7
|
+
data.tar.gz: c62d642218278992bc75f3e4c94c24034220919c5e544f8284630c9848dc560912d9ef89d570559e27556f13d13112c2d209214ce34633d3c6d86d8a8a32edc9
|
data/clusterpoint.gemspec
CHANGED
@@ -8,6 +8,7 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = ClusterPoint::VERSION
|
9
9
|
spec.authors = ["Janis Baiza"]
|
10
10
|
spec.email = ["jbaiza@gmail.com"]
|
11
|
+
spec.license = 'GPL'
|
11
12
|
|
12
13
|
spec.summary = 'Clusterpoint NoSQL database framework'
|
13
14
|
spec.description = 'Framework for Clusterpoint NoSQL DB, written in Ruby'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: clusterpoint
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Janis Baiza
|
@@ -167,7 +167,8 @@ files:
|
|
167
167
|
- lib/cluster_point/version.rb
|
168
168
|
- lib/clusterpoint.rb
|
169
169
|
homepage: https://github.com/jbaiza/clusterpoint
|
170
|
-
licenses:
|
170
|
+
licenses:
|
171
|
+
- GPL
|
171
172
|
metadata: {}
|
172
173
|
post_install_message:
|
173
174
|
rdoc_options: []
|