activecypher 0.14.1 → 0.14.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
  SHA256:
3
- metadata.gz: bfba386d94660c96cf6078ac0a7d370d2dd5670e9316a3de2ee917f409f227ab
4
- data.tar.gz: e2e70d29dc99279b51f810363d50749e470556481e80c8c8276fc80ba612b7d4
3
+ metadata.gz: 4c164d949a4eedae68ef59d998e8957201ac57e7710ebfc5a599e82254506262
4
+ data.tar.gz: 6e318063e49efaad59dcee182e1be1f2f6992a296144f0b3c96fd296b6d2a6a5
5
5
  SHA512:
6
- metadata.gz: 1fbe83583d2cdb4a7ea898e8ce5876cfd6907af332ffd7b77643473026ac5fd0d3714bcf037876d2c8ebd8722594a9e5635ae0b3c816c4a98ed9f49dad99e523
7
- data.tar.gz: bc13b5392ce91d0247bd4166310e8967676763b9d11f3156206f7a8e3b004f3158b5341dfbadfec82677fc887ef6aedfc8fe51081ea722d847cce60eb155f1d0
6
+ metadata.gz: 560dfa5c4ead5c8d9e8ac6a14925859bd684bc13ec7b1e9e5d42e010240d23dee11985b8aeecbc419fdcca9911671f08d939486a641b0e1ff8cd2517b5192750
7
+ data.tar.gz: 33c472bdab0d4b5011c82431a12fe263002043b7337550fe89babb1f09388ca9afb772a4ff7a1eeb2081000d1b2a8dcb61faa80fb3fda4720574bde006071bc0
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveCypher
4
- VERSION = '0.14.1'
4
+ VERSION = '0.14.2'
5
5
 
6
6
  def self.gem_version
7
7
  Gem::Version.new VERSION
@@ -8,11 +8,13 @@ namespace :graphdb do
8
8
  puts 'GraphDB migrations complete'
9
9
  end
10
10
 
11
- # bin/rails graphdb:status
12
- desc 'Show graph database migration status'
13
- task status: :environment do
14
- ActiveCypher::Migrator.new.status.each do |m|
15
- puts format('%-4<status>s %<version>s %<name>s', m)
11
+ namespace :migrate do
12
+ # bin/rails graphdb:migrate:status
13
+ desc 'Show graph database migration status'
14
+ task status: :environment do
15
+ ActiveCypher::Migrator.new.status.each do |m|
16
+ puts format('%-4<status>s %<version>s %<name>s', m)
17
+ end
16
18
  end
17
19
  end
18
20
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activecypher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.1
4
+ version: 0.14.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Abdelkader Boudih