carrierwave-neo4j 0.0.2-java → 1.0.0-java

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.
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.platform = "java"
9
9
  s.authors = ["Rodrigo Navarro"]
10
10
  s.email = ["navarro@manapot.com.br"]
11
- s.homepage = ""
11
+ s.homepage = "https://github.com/reu/carrierwave-neo4j"
12
12
  s.summary = %q{Neo4j support for Carrierwave}
13
13
  s.description = %q{Neo4j support for Carrierwave}
14
14
 
@@ -1,5 +1,5 @@
1
1
  module CarrierWave
2
2
  module Neo4j
3
- VERSION = "0.0.2"
3
+ VERSION = "1.0.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: carrierwave-neo4j
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 1.0.0
6
6
  platform: java
7
7
  authors:
8
8
  - Rodrigo Navarro
@@ -67,7 +67,7 @@ files:
67
67
  - spec/neo4j_spec.rb
68
68
  - spec/spec_helper.rb
69
69
  has_rdoc: true
70
- homepage: ""
70
+ homepage: https://github.com/reu/carrierwave-neo4j
71
71
  licenses: []
72
72
 
73
73
  post_install_message: