neo4j_spatial 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7a687ac06828a905b6a3e9926da78eaae8a4368a
4
- data.tar.gz: 014ffcdf022ccbfd30ab4ec1219ceec6ca44b44c
3
+ metadata.gz: 52bd171d225b947de996b9b76b9822a141ee0721
4
+ data.tar.gz: 1347d65e88c09e6d0b0579e0ba648c1c55deb4a4
5
5
  SHA512:
6
- metadata.gz: 7bae28beb99a84f1f14bca2f26a0b3282c04622ad0077437ce98ac25846ead0c8116a4d3da2549a76fc619caed7df51514ea15065b7cca934e7345628658185c
7
- data.tar.gz: 698ebbc6b4517acd10e08b9d750781cc1a555457168ffdf359714f2e6c81ff1a480d00fbf4fc2cc991fe78abd27cd0df27f52ace022a00ba2cb9da2efbedc8bd
6
+ metadata.gz: c208e05596198d2c288f778c80d0b75556acb4aece3c274875eafe2d5d267ba5cdec65957fe15856ae809984c6dba08e1f17218b51ce39e3e0aad4d24e36b021
7
+ data.tar.gz: ca0e9235a71ec7d06a41c7e504f570508c930904887f25290c2800f627d50562b7a0fe345f6bc332bca31aa79d52607583e6753bc3fa243ed29fccc6fb7ea837
data/README.rdoc CHANGED
@@ -1,6 +1,8 @@
1
1
  = neo4j_spatial
2
2
 
3
- Description goes here.
3
+ A simple wrapper for the neo4j-spatial plugin REST API.
4
+
5
+ == Install
4
6
 
5
7
  == Contributing to neo4j_spatial
6
8
 
data/Rakefile CHANGED
@@ -20,7 +20,7 @@ Jeweler::Tasks.new do |gem|
20
20
  gem.summary = "Neo4j-Spatial Plugin"
21
21
  gem.description = "A simple wrapper for the neo4j-spatial plugin REST API"
22
22
  gem.email = "kl@bangwithfriends.com"
23
- gem.authors = ["Kyle Lucas"]
23
+ gem.authors = ["Kyle Lucas", "Bang With Friends"]
24
24
  # dependencies defined in Gemfile
25
25
  end
26
26
  Jeweler::RubygemsDotOrgTasks.new
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
@@ -5,10 +5,10 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "neo4j_spatial"
8
- s.version = "0.0.1"
8
+ s.version = "0.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Kyle Lucas"]
11
+ s.authors = ["Kyle Lucas", "Bang With Friends"]
12
12
  s.date = "2013-08-10"
13
13
  s.description = "A simple wrapper for the neo4j-spatial plugin REST API"
14
14
  s.email = "kl@bangwithfriends.com"
metadata CHANGED
@@ -1,10 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neo4j_spatial
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Lucas
8
+ - Bang With Friends
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []