gamma 0.1.0 → 0.1.1

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: 257847b37232eb4878c3a62a96994213ea5d8fa6
4
- data.tar.gz: 8d856eac239f3646c212473b5b1dd57349c3c2b8
3
+ metadata.gz: 73a1e88c3328cd9c50e72f826721caaf4a606a75
4
+ data.tar.gz: 8f472209ae8b17ec955760604bbe03e3458ae784
5
5
  SHA512:
6
- metadata.gz: e624da76ffada8e2b46d724d33fb778ec7d55adb25afeb491c15dd3c8fa22aca140faa6819d3678097eb5c23c5f9c562dce99599600eeb4722318e804bd8cf14
7
- data.tar.gz: 55aa8bc74a6fdca5c17095fb5ad5435ccf732fbc18b38b871df2b8a34ebd26396e3630d8e4df7c6f06015d6c234c6627ab7022d5d7ec6782bac3468838fee3c8
6
+ metadata.gz: a05fb9ab423e965e7c8b60dbdc95058d27a1a33c330a975cc8571ebd350a6819a4bfa6cd8e0ab1ac93a085cc8bad01a76011f2934f4aa1645235ec60a20a56da
7
+ data.tar.gz: 86a44f04eb3ab5cd95c1f8de6b4edacf4c0c5330acd9257e218ac0df9ec7345340c7e282662206e65beeec076319c080eb695fbd96a8203cff2c2dde01407eda
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gamma (0.1.0)
4
+ gamma (0.1.1)
5
5
  activesupport
6
6
  colorize (~> 0.8.1)
7
7
  mysql2
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Database Synchronizer. Transfer data from one database to another easily.
4
4
 
5
+ [![Gem Version](https://badge.fury.io/rb/gamma.svg)](https://badge.fury.io/rb/gamma)
6
+
5
7
  ## Installation
6
8
 
7
9
  Add this line to your application's Gemfile:
File without changes
@@ -1,3 +1,3 @@
1
1
  module Gamma
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gamma
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
  - Shinsuke Nishio
@@ -125,7 +125,8 @@ dependencies:
125
125
  description: DBSync
126
126
  email:
127
127
  - nishio@densan-labs.net
128
- executables: []
128
+ executables:
129
+ - gamma
129
130
  extensions: []
130
131
  extra_rdoc_files: []
131
132
  files:
@@ -138,8 +139,8 @@ files:
138
139
  - README.md
139
140
  - Rakefile
140
141
  - bin/console
141
- - bin/gamma
142
142
  - bin/setup
143
+ - exe/gamma
143
144
  - gamma.gemspec
144
145
  - lib/gamma.rb
145
146
  - lib/gamma/command.rb