mongo-graph 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module MongoGraph
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = %w(venelin@bapplz.com)
7
7
  gem.description = %q{Undirected graph implementation for Mongoid}
8
8
  gem.summary = %q{Check who is connected to who, all withing the Mongoid context}
9
- gem.homepage = ""
9
+ gem.homepage = "http://github.com/bapplz/mongo-graph"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongo-graph
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -207,7 +207,7 @@ files:
207
207
  - spec/spec_helper.rb
208
208
  - spec/specs/mongo_graph_spec.rb
209
209
  - spec/support/node.rb
210
- homepage: ''
210
+ homepage: http://github.com/bapplz/mongo-graph
211
211
  licenses: []
212
212
  post_install_message:
213
213
  rdoc_options: []