simrb 1.0.1 → 1.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/simrb/info.rb +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 36f22bd1fb71a1a1bd51de5854d9022ee7811d89
4
- data.tar.gz: fba4c02831f46d28639d4bed3686d908854c4a7e
3
+ metadata.gz: e8e3b3c595c6b9e6d2ddd993c46eb28f1f5318f4
4
+ data.tar.gz: afb3fd2ec8e508c16185cd6c8212bab098733fe5
5
5
  SHA512:
6
- metadata.gz: 74d0b81bfc05bfc598b111b5b3c5c4488d7b4588e904e44f856b3a7d946f95df54c0609661716aa30664d38e410097d8a7c4c1d4396c6a5008ed7d8538675773
7
- data.tar.gz: cbe16b8764017a453f8b83f51ed836193a5fea6996fc9f067313a99b2bdeba817ca0fc51145a0d6593869ee60c70b38d747f8c3e9f754fa5a58bc716140b3d1a
6
+ metadata.gz: 4dda479227dc92fc8c1c99603dde62c90bca98b3acb1f95c6cfa7be0cb634de198618085eb7945a0076ebd7628cea642b46a30e659b46bb8921f3577b1c3e32f
7
+ data.tar.gz: 33a7b2ad424a2126d3d39a2bb02a477917d87e87fb89991009ce45f950d17828204c846da133051afa6392edcbf762bc07877a59aa2fc026c972b82b806e4c68
data/lib/simrb/info.rb CHANGED
@@ -4,10 +4,10 @@ module Simrb
4
4
  :name => 'simrb',
5
5
  :created => '2014-01-01',
6
6
  :alias_name => '3s',
7
- :version => '1.0.1',
7
+ :version => '1.0.2',
8
8
  :author => 'Linyu Deng',
9
9
  :email => 'coolesting@gmail.com',
10
- :homepage => 'https://github.com/simrb/gem',
10
+ :homepage => 'https://github.com/simrb/simrb-gem',
11
11
  :license => 'MIT',
12
12
  :summary => 'Simrb',
13
13
  :description => 'This is a command helper for simrb'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simrb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Linyu Deng
@@ -21,7 +21,7 @@ files:
21
21
  - lib/simrb.rb
22
22
  - lib/simrb/command.rb
23
23
  - lib/simrb/info.rb
24
- homepage: https://github.com/simrb/gem
24
+ homepage: https://github.com/simrb/simrb-gem
25
25
  licenses:
26
26
  - MIT
27
27
  metadata: {}