ashikawa-core 0.2 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/ashikawa-core.gemspec +4 -4
- data/lib/ashikawa-core/version.rb +1 -1
- metadata +6 -6
data/ashikawa-core.gemspec
CHANGED
@@ -7,12 +7,12 @@ Gem::Specification.new do |gem|
|
|
7
7
|
gem.version = Ashikawa::Core::VERSION
|
8
8
|
gem.authors = ["moonglum", "EinLama"]
|
9
9
|
gem.email = ["me@moonglum.net", "tobias.eilert@me.com"]
|
10
|
-
gem.homepage = "
|
11
|
-
gem.summary = "Ashikawa Core is a
|
12
|
-
gem.description = "Ashikawa Core is a
|
10
|
+
gem.homepage = "http://triagens.github.com/ashikawa-core"
|
11
|
+
gem.summary = "Ashikawa Core is a wrapper around the ArangoDB REST API"
|
12
|
+
gem.description = "Ashikawa Core is a wrapper around the ArangoDB REST API. It provides low level access and will be used in different ArangoDB ODMs."
|
13
13
|
|
14
14
|
gem.required_ruby_version = '>= 1.9.2'
|
15
|
-
gem.requirements << "ArangoDB"
|
15
|
+
gem.requirements << "ArangoDB, v1.0 alpha or greater"
|
16
16
|
|
17
17
|
gem.rubyforge_project = "ashikawa-core"
|
18
18
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ashikawa-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.2.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2012-08-
|
13
|
+
date: 2012-08-30 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rest-client
|
@@ -172,7 +172,7 @@ dependencies:
|
|
172
172
|
- - ~>
|
173
173
|
- !ruby/object:Gem::Version
|
174
174
|
version: 2.0.0
|
175
|
-
description: Ashikawa Core is a
|
175
|
+
description: Ashikawa Core is a wrapper around the ArangoDB REST API. It provides
|
176
176
|
low level access and will be used in different ArangoDB ODMs.
|
177
177
|
email:
|
178
178
|
- me@moonglum.net
|
@@ -230,7 +230,7 @@ files:
|
|
230
230
|
- spec/unit/document_spec.rb
|
231
231
|
- spec/unit/index_spec.rb
|
232
232
|
- spec/unit/spec_helper.rb
|
233
|
-
homepage:
|
233
|
+
homepage: http://triagens.github.com/ashikawa-core
|
234
234
|
licenses: []
|
235
235
|
post_install_message:
|
236
236
|
rdoc_options: []
|
@@ -249,12 +249,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
249
249
|
- !ruby/object:Gem::Version
|
250
250
|
version: '0'
|
251
251
|
requirements:
|
252
|
-
- ArangoDB
|
252
|
+
- ArangoDB, v1.0 alpha or greater
|
253
253
|
rubyforge_project: ashikawa-core
|
254
254
|
rubygems_version: 1.8.24
|
255
255
|
signing_key:
|
256
256
|
specification_version: 3
|
257
|
-
summary: Ashikawa Core is a
|
257
|
+
summary: Ashikawa Core is a wrapper around the ArangoDB REST API
|
258
258
|
test_files:
|
259
259
|
- spec/fixtures/collections/4588.json
|
260
260
|
- spec/fixtures/collections/4590-properties.json
|