dgr 0.0.3 → 0.0.3.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/dgr.gemspec +2 -2
  3. data/lib/dgr/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a30a7af710a33bfde45fca6466c98c9b7bf43990
4
- data.tar.gz: 26f0035a84334264c74584c76f10427fb0ec04f7
3
+ metadata.gz: 16ac11051a3b79be0455aa7607bfb57dcbb309e8
4
+ data.tar.gz: 40927ffacc2366145d5f03b9e80740c278dba640
5
5
  SHA512:
6
- metadata.gz: 791a750d49e38db3afaac95db8d1c61c3e246ed8ad116922464c16546b8cd86f54da31c959ac3be7d5709a9b7dbec5c070d159d782a691198daa3701eab32361
7
- data.tar.gz: cdac1015b7616719a857e294b512e534ac8c62157cebacf6479c0e3f673b0a54d9f71f7b2990bd4992f87f57b5071a9bc98b08da896e76e34ad59c912060e17b
6
+ metadata.gz: 5e6d8d2ad6f00d79558be82d08a617509ded65f2d30c9c507f48023d805494815bbdea7507dd15947b91730d5ef3bc7b86c42e0139d67045bfe96185bc57fa61
7
+ data.tar.gz: 60f6ed31352201163d56c371f0ad1b7a125ac180eccb354ac2eb3a336b519b0baf267458dc57ae2641c73b3f88519c02a925163df9b4e595a83f8d7de41e539d
@@ -6,8 +6,8 @@ require 'dgr/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "dgr"
8
8
  spec.version = Dgr::VERSION
9
- spec.authors = ["zxlai"]
10
- spec.email = ["garylai1990@gmail.com"]
9
+ spec.authors = ["zxlai, ctxhou"]
10
+ spec.email = ["garylai1990@gmail.com, vjack070707@gmail.com"]
11
11
  spec.summary = "Data Garage Ruby tool."
12
12
  spec.description = "Data Garage Ruby tool."
13
13
  spec.homepage = ""
@@ -1,3 +1,3 @@
1
1
  module Dgr
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.3.1"
3
3
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dgr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.3.1
5
5
  platform: ruby
6
6
  authors:
7
- - zxlai
7
+ - zxlai, ctxhou
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -54,7 +54,7 @@ dependencies:
54
54
  version: '0'
55
55
  description: Data Garage Ruby tool.
56
56
  email:
57
- - garylai1990@gmail.com
57
+ - garylai1990@gmail.com, vjack070707@gmail.com
58
58
  executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []