neo4j-rake_tasks 0.7.4 → 0.7.5

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: 53739ba80360d70b457977e4dfb746a63dfe6ca3
4
- data.tar.gz: 7094cc1202f69817aa0a6b50ab8632eae3cc77b4
3
+ metadata.gz: d5bda2f5d51d237cee89f0e34f3944b8b238958b
4
+ data.tar.gz: a3cd5e266764e279c13eb04db793a1a386819283
5
5
  SHA512:
6
- metadata.gz: 34b9c3a09b75c40c09ee35e782a8a6963032d9bffad62f18a2741dd1b50883e032dfc9728e4151f212c211bda42aecdf952f246a6778c0a72a21b63bbe4945f2
7
- data.tar.gz: 2ca9e76cd0c3d5f921126e9f6cb207e8f03ccd16c1d1ea0f93651dc3d7637b014953037a3e967658dd669181c5f9c64cc2c83950b87cf2f437762939a9e368e8
6
+ metadata.gz: 110484cff290b21b525f601a92a6a579958663034fed1a6790718ffe2ec97e45427e472182314f8775dd83d68646324a3f6cc7934ec64eca7a21291688be6b32
7
+ data.tar.gz: 2bb8e0f0e80f40f59de6191297b76d2ffbbf1d6d97ab87958e9705a93200721732c6bf971493a86b25db21435dddfe1bf00a271780f740c28407ae6c37104455
@@ -237,7 +237,7 @@ module Neo4j
237
237
 
238
238
  def version_from_edition(edition_string)
239
239
  edition_string.downcase.gsub(/-([a-z\-]+)$/) do
240
- v = $1.upcase
240
+ v = $1
241
241
  puts "Retrieving #{v} version..."
242
242
 
243
243
  version = neo4j_versions[v]
@@ -248,6 +248,8 @@ module Neo4j
248
248
  puts "#{v.capitalize} version is: #{version}"
249
249
 
250
250
  "-#{version}"
251
+ end.gsub(/-([a-z\-\.0-9])$/i) do
252
+ $1.upcase
251
253
  end
252
254
  end
253
255
 
@@ -1,5 +1,5 @@
1
1
  module Neo4j
2
2
  module RakeTasks
3
- VERSION = '0.7.4'
3
+ VERSION = '0.7.5'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neo4j-rake_tasks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.4
4
+ version: 0.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Underwood