example_gem_ruby 0.0.1 → 0.0.2

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: 006528dc56298d8df60d18995405bd20b52e4b88
4
- data.tar.gz: f812b95baeb314d39b2e955c371ac4524ae5a938
3
+ metadata.gz: f32a4262faae7b2c6bcb1ea9b10f6a5236180382
4
+ data.tar.gz: 3d28fbd84ec74abd778c58650ca11fc1b2dc714a
5
5
  SHA512:
6
- metadata.gz: a9aed5c9048dc7d2401a2295212ef35d28bc69572e6e4e7fbf6756e015637a8b6fe373eb563a67e962215a6e7eeb0831d60997419a9ca1cc80a56b31828b607d
7
- data.tar.gz: bb5e14557deb724f189f5a3bd6a0357faf5144f1953ddf47d45bba0d5e2b41dfea831ea7eca76641c0718061e88989d0ee17b3e59dd7d5399520faf2d696f19f
6
+ metadata.gz: dd8f84cdb9ab673a5252b086eca24f32bae60727e16b8c0a6edc6652056ee95ed1588e97a7b3d6a280b93bd24c11d545c413a468d644ce005c7f366caf3ad5c6
7
+ data.tar.gz: ca0b2d8def98f5f916f786011918e9ef21e05f698f6f75e307f02391cf646dc0282b0c04d828501f0bb1c5da073bf9411c36256c0b699320660ce9a81bc9b8d3
@@ -6,8 +6,8 @@ require 'example_gem/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "example_gem_ruby"
8
8
  spec.version = ExampleGem::VERSION
9
- spec.authors = ["liukun"]
10
- spec.email = ["liukun@rd.tuan800.com"]
9
+ spec.authors = ["liukgg"]
10
+ spec.email = ["liuk1991@sina.com"]
11
11
  spec.summary = %q{An example for creating a gem.}
12
12
  spec.description = %q{An example for creating a gem.To show how to create a gem from start and how to share it.}
13
13
  spec.homepage = "https://github.com/liukgg/example_gem"
@@ -1,3 +1,3 @@
1
1
  module ExampleGem
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: example_gem_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - liukun
7
+ - liukgg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -55,7 +55,7 @@ dependencies:
55
55
  description: An example for creating a gem.To show how to create a gem from start
56
56
  and how to share it.
57
57
  email:
58
- - liukun@rd.tuan800.com
58
+ - liuk1991@sina.com
59
59
  executables: []
60
60
  extensions: []
61
61
  extra_rdoc_files: []