ashikawa-core 0.2 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 = "https://github.com/triAGENS/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."
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
 
@@ -1,6 +1,6 @@
1
1
  module Ashikawa
2
2
  module Core
3
3
  # Current version of Ashikawa::Core
4
- VERSION = "0.2"
4
+ VERSION = "0.2.1"
5
5
  end
6
6
  end
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: '0.2'
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-29 00:00:00.000000000 Z
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 Wrapper around the ArangoDB Rest API. It provides
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: https://github.com/triAGENS/ashikawa-core
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 Wrapper around the ArangoDB Rest API
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