example_gem_ruby 0.0.2 → 0.0.3

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: f32a4262faae7b2c6bcb1ea9b10f6a5236180382
4
- data.tar.gz: 3d28fbd84ec74abd778c58650ca11fc1b2dc714a
3
+ metadata.gz: 16543c3a6f2c8cabf5b2dd6c57480ac8f3da1ec0
4
+ data.tar.gz: 6f20f6b5aa6119e53f3215cb903aadb29b8f4492
5
5
  SHA512:
6
- metadata.gz: dd8f84cdb9ab673a5252b086eca24f32bae60727e16b8c0a6edc6652056ee95ed1588e97a7b3d6a280b93bd24c11d545c413a468d644ce005c7f366caf3ad5c6
7
- data.tar.gz: ca0b2d8def98f5f916f786011918e9ef21e05f698f6f75e307f02391cf646dc0282b0c04d828501f0bb1c5da073bf9411c36256c0b699320660ce9a81bc9b8d3
6
+ metadata.gz: 61a476ed2b565557d445f7afddc9c27e0bd68159920141a97323e14faedbab3068b5800274c596d85ed7d0df5d311aa6102a4c96715d36328a71f6b5624c31fb
7
+ data.tar.gz: 3842e605c905c377918899bf69154c66590505f2c82a2f19052de49a2af0d1accbee55d99ed5c26d530f3183f9c8a2523f16dce8f0eb15250d496f425bf20b7f
data/example_gem.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["liukgg"]
10
10
  spec.email = ["liuk1991@sina.com"]
11
11
  spec.summary = %q{An example for creating a gem.}
12
- spec.description = %q{An example for creating a gem.To show how to create a gem from start and how to share it.}
12
+ spec.description = %q{An example for creating a ruby 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"
14
14
  spec.license = "MIT"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module ExampleGem
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: example_gem_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - liukgg
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description: An example for creating a gem.To show how to create a gem from start
55
+ description: An example for creating a ruby gem.To show how to create a gem from start
56
56
  and how to share it.
57
57
  email:
58
58
  - liuk1991@sina.com