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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +2 -0
- data/{bin → exe}/gamma +0 -0
- data/lib/gamma/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 73a1e88c3328cd9c50e72f826721caaf4a606a75
|
|
4
|
+
data.tar.gz: 8f472209ae8b17ec955760604bbe03e3458ae784
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a05fb9ab423e965e7c8b60dbdc95058d27a1a33c330a975cc8571ebd350a6819a4bfa6cd8e0ab1ac93a085cc8bad01a76011f2934f4aa1645235ec60a20a56da
|
|
7
|
+
data.tar.gz: 86a44f04eb3ab5cd95c1f8de6b4edacf4c0c5330acd9257e218ac0df9ec7345340c7e282662206e65beeec076319c080eb695fbd96a8203cff2c2dde01407eda
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
data/{bin → exe}/gamma
RENAMED
|
File without changes
|
data/lib/gamma/version.rb
CHANGED
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.
|
|
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
|