mysqlman 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f1ffe62bdd3498e4363295323ead2cfa3de380ae
4
- data.tar.gz: 4a661762abc2a84051d75e1a63bcc9cbd0dbca1f
3
+ metadata.gz: c530bd97ed439b4969f83e4bd9e764cf2c4a7e1c
4
+ data.tar.gz: c51bb2f7fd114b809fc18d1e9a2ec207e619b15e
5
5
  SHA512:
6
- metadata.gz: 6eef9e1a8a3c873d1d1762d403792c4da4cd422be35574ea16c800ebd2280f94effebb9ab1abc4724fe579cc4e851c5283973a0c0b0d104aaad0b713541ad7b0
7
- data.tar.gz: d32c5d397b2e5ddf293e04606ba024e3b18f74c1f3683fc81f3595c018d9e01c2a46a73e628079489cbef53d859cb54dd01643fba0ae1a46e4bb035f48166a0a
6
+ metadata.gz: 31f4a2f96aa09e14b70030bf1ba3c42cb9c536f30685ec2f7881aeba963e732a944f18401e35e0861df20a936e2d7ee03771307275ce2109eccaa721e6d88a31
7
+ data.tar.gz: 2a59d304e6570a5249538070c5e74cc308c043a556f2609fd4ef7ab136df777082af7aea661716d8f1ce74a09eb0ca51abdb584e3a7c84c9813361fea2bc7da1
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mysqlman (0.1.0)
4
+ mysqlman (0.1.1)
5
5
  mysql2
6
6
  thor
7
7
 
data/README.md CHANGED
@@ -1,4 +1,10 @@
1
1
  # Mysqlman
2
+
3
+ [![Gem Version](https://badge.fury.io/rb/mysqlman.svg)](https://badge.fury.io/rb/mysqlman)
4
+ [![CircleCI](https://circleci.com/gh/onunu/mysqlman/tree/master.svg?style=svg)](https://circleci.com/gh/onunu/mysqlman/tree/master)
5
+ [![Maintainability](https://api.codeclimate.com/v1/badges/f3c9e8075c6482919d25/maintainability)](https://codeclimate.com/github/onunu/mysqlman/maintainability)
6
+ [![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)
7
+
2
8
  Mysqlman is a tool manage users for MySQL.
3
9
  You can start management with writing some yaml files and executing some commands.
4
10
  And mysqlman provide feature to manage privileges(global, schema, table, but column)
File without changes
@@ -1,3 +1,3 @@
1
1
  module Mysqlman
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.1.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mysqlman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - onunu
@@ -85,7 +85,8 @@ description: Management your mysql users. You can do that by simple settings wri
85
85
  email:
86
86
  - riku.onuma@livesense.co.jp
87
87
  - onunu@zeals.co.jp
88
- executables: []
88
+ executables:
89
+ - mysqlman
89
90
  extensions: []
90
91
  extra_rdoc_files: []
91
92
  files:
@@ -98,7 +99,7 @@ files:
98
99
  - LICENSE.txt
99
100
  - README.md
100
101
  - Rakefile
101
- - bin/mysqlman
102
+ - exe/mysqlman
102
103
  - lib/mysqlman.rb
103
104
  - lib/mysqlman/all_privileges.yml
104
105
  - lib/mysqlman/cli.rb