fulmar-plugin-mariadb 0.2.0 → 0.3.0

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: 8e7b3dd0c3c2da8c79a9155f10a2babe8091bb30
4
- data.tar.gz: 0630e38e31fa451a440597c4413ce8219eb2236e
3
+ metadata.gz: 52fb4640ddc591006497d27cdf183625eee6fe16
4
+ data.tar.gz: 2d316d204f5b4b089b592011881dcee4a3426f17
5
5
  SHA512:
6
- metadata.gz: 1f57085d8d7274ee60f03d12a00d794a555f260acc85b84fce9de52c4cf60817938ee717b6e699ad390f0330862095dc090887736b1df0339e5354b5d8ec8401
7
- data.tar.gz: 3d6dd720b9f91609c03c3210a5c68853c65c03fb236c138bd64d2dbdbe8d78c16069ed122eccf64351fb97c942f0dcaa5747615cd97870d82b2e5e2d1c949dc2
6
+ metadata.gz: c0a73ae756bce4a10852f913a6663e0794d808a59a539b75c43d946720138cca6a54b805d13a1067037bd55b0bf979a2f8bcfd9e6ddb33098bdd30ef3061481d
7
+ data.tar.gz: 480b0633c6792dcb587f28fba05f6c0da13534b9438f9f328dd766de0a2693b81dd3d282eab832d4d80885b63fc894401b63c1281020ad994157607ef77edf61
File without changes
@@ -10,6 +10,10 @@ module Fulmar
10
10
  @config = config
11
11
  end
12
12
 
13
+ def test_files
14
+ ["#{File.dirname(__FILE__)}/config_tests/mariadb.rb"]
15
+ end
16
+
13
17
  def rake_files
14
18
  Dir.glob(File.dirname(__FILE__)+'/rake/*.rake')
15
19
  end
@@ -1,7 +1,7 @@
1
1
  module Fulmar
2
2
  module Plugin
3
3
  module MariaDB
4
- VERSION = '0.2.0'
4
+ VERSION = '0.3.0'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fulmar-plugin-mariadb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerrit Visscher
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-24 00:00:00.000000000 Z
11
+ date: 2017-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fulmar
@@ -68,6 +68,7 @@ files:
68
68
  - README.md
69
69
  - Rakefile
70
70
  - fulmar-plugin-mariadb.gemspec
71
+ - lib/fulmar/plugin/mariadb/config_tests/mariadb.rb
71
72
  - lib/fulmar/plugin/mariadb/configuration.rb
72
73
  - lib/fulmar/plugin/mariadb/database.rb
73
74
  - lib/fulmar/plugin/mariadb/dsl_helper.rb