simple_annotation 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 25158c07a27196aeecc5db4f08c8af0129f2485f5dab1184b14338a956f3284a
4
- data.tar.gz: d412eb711e99836174a3d5c82b3ae44f4a1c9d02c1483f1c0836130ff67c3baf
3
+ metadata.gz: e1b512220a33cf1ab0cfc28847a9dcd42c7c92532ae508785a40cc3b4ed974c6
4
+ data.tar.gz: 917b4fe1fc8cae733e56da46938e1eb33d5bb30038ba9d3de07721a67a1aae8d
5
5
  SHA512:
6
- metadata.gz: cac55700c541f2b9270181480c0eec12b80135da7b20d379a895469ac596d98ded201355fc8576cb405f43eb9565add697098fb24cab9067ec14f177d7f511c0
7
- data.tar.gz: e0d53db327d871e5e264f0eb511c7fc63218d48d12163ac2f670c386feb6d5b20af2ab7e7c03709c3ef1eb2886b4a3cf95411a1d98ecf99697176f4485aeb7a2
6
+ metadata.gz: 2b6326d11c5e4ed1485c6af509a02d43cb2f055eef3900b8ee81aef4d98f85e8bd5320cb0110c9d63f138bcbd5a555f1026607742b682af25334295c140531cb
7
+ data.tar.gz: 791773af1dbfb27bc86cb5405b804f368f481cf6c71cee1c9b4eaf58b92ead7d5c684c39b0e935e54a9a95fec57a5b93082463385f90777d1699cdea6a0244cd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.1] - 2021-06-12
4
+
5
+ - Fix typo
3
6
  ## [0.1.0] - 2021-06-12
4
7
 
5
8
  - Initial release
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SimpleAnnotation
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ['tomohiro68@gmail.com']
10
10
 
11
11
  spec.summary = 'Annotate method with anything.'
12
- spec.description = 'Annotate method with anything. Symbol, String and so on'
13
- spec.homepage = 'https://githuc.com/Sixeight/simple_annotation'
12
+ spec.description = 'Annotate method with anything. symbol, string and so on.'
13
+ spec.homepage = 'https://github.com/Sixeight/simple_annotation'
14
14
  spec.license = 'MIT'
15
15
  spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0')
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_annotation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomohiro Nishimura
@@ -10,7 +10,7 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2021-06-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Annotate method with anything. Symbol, String and so on
13
+ description: Annotate method with anything. symbol, string and so on.
14
14
  email:
15
15
  - tomohiro68@gmail.com
16
16
  executables: []
@@ -32,13 +32,13 @@ files:
32
32
  - lib/simple_annotation/annotatable.rb
33
33
  - lib/simple_annotation/version.rb
34
34
  - simple_annotation.gemspec
35
- homepage: https://githuc.com/Sixeight/simple_annotation
35
+ homepage: https://github.com/Sixeight/simple_annotation
36
36
  licenses:
37
37
  - MIT
38
38
  metadata:
39
- homepage_uri: https://githuc.com/Sixeight/simple_annotation
40
- source_code_uri: https://githuc.com/Sixeight/simple_annotation
41
- changelog_uri: https://githuc.com/Sixeight/simple_annotation/blob/master/CHANGELOG.md
39
+ homepage_uri: https://github.com/Sixeight/simple_annotation
40
+ source_code_uri: https://github.com/Sixeight/simple_annotation
41
+ changelog_uri: https://github.com/Sixeight/simple_annotation/blob/master/CHANGELOG.md
42
42
  post_install_message:
43
43
  rdoc_options: []
44
44
  require_paths: