alice-bulma 0.1.0 → 1.1.0

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: 124cf307944d9b647eb9c99012a0d452ea6418895de1f243783e74ad3b635908
4
- data.tar.gz: 614ac8cc580c9d9ddf28970ccaf7091d425391f4e6e8120d3b3be731ed4d0719
3
+ metadata.gz: 2e8b48e7b9811cd2d040bdded0bd18404f38ce0f0d54ca1c6640e2b175ca791c
4
+ data.tar.gz: abaf874ff283f1d83af372d658902c68a4b8cd59e2d5d536cd70ae865104eccc
5
5
  SHA512:
6
- metadata.gz: e354f134fd8c5dff07b28dbb5f31700a94f5d83fb8daaf8823851474cda875ace0bb3fa3f05bcabcfd6d5085a23a43f945e8d03e3e3921720f8a010c08aea3be
7
- data.tar.gz: 27ff7529089e67603b5d1a87f9ba63e3c12c9eb47c93178ada33ad3da3bbd88c3a55e8ad709b2bf988585985b6ff6aa73c786c4a629f68b63b9bd65a8c2ee040
6
+ metadata.gz: 310ace085aceb547244817783fecb41551b14707a7f7f22ccc82c5012ee8323836c029323f5db24248fab7b6d4aef6c5a80a0caf15ce6ba124d035864a3c7eb8
7
+ data.tar.gz: a130d9666e196bd8bb953e0540b6238c61b5a421a7a6573b9484c7d717194dbbdce609628065795fa71597436092159f3b67e5d2ef08d98e337b0aa48fbad0b3
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- alice-bulma (0.1.0)
4
+ alice-bulma (1.1.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2020 なと
3
+ Copyright (c) 2020 尾川フミノリ
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -3,17 +3,17 @@ require_relative 'lib/alice/bulma/version'
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "alice-bulma"
5
5
  spec.version = Alice::Bulma::VERSION
6
- spec.authors = ["なと"]
6
+ spec.authors = ["尾川フミノリ"]
7
7
  spec.email = ["info@gentoo.app"]
8
8
 
9
- spec.summary = %q{The best bulma gem template}
10
- spec.description = %q{The best bulma gem template}
11
- spec.homepage = "https://www.gentoo.app"
9
+ spec.summary = %q{The best template for docs with Bulma}
10
+ spec.description = %q{The best template for docs with Bulma}
11
+ spec.homepage = "https://github.com/mizphses/alice-bulma-template"
12
12
  spec.license = "MIT"
13
13
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
14
14
 
15
15
  spec.metadata["homepage_uri"] = spec.homepage
16
- spec.metadata["source_code_uri"] = "https://github.com/mizphses/alice-doc-template.git"
16
+ spec.metadata["source_code_uri"] = "https://github.com/mizphses/alice-bulma-template"
17
17
 
18
18
  # Specify which files should be added to the gem when it is released.
19
19
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -1,5 +1,5 @@
1
1
  module Alice
2
2
  module Bulma
3
- VERSION = "0.1.0"
3
+ VERSION = "1.1.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alice-bulma
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
- - なと
7
+ - 尾川フミノリ
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: The best bulma gem template
13
+ description: The best template for docs with Bulma
14
14
  email:
15
15
  - info@gentoo.app
16
16
  executables: []
@@ -31,12 +31,12 @@ files:
31
31
  - bin/setup
32
32
  - lib/alice/bulma.rb
33
33
  - lib/alice/bulma/version.rb
34
- homepage: https://www.gentoo.app
34
+ homepage: https://github.com/mizphses/alice-bulma-template
35
35
  licenses:
36
36
  - MIT
37
37
  metadata:
38
- homepage_uri: https://www.gentoo.app
39
- source_code_uri: https://github.com/mizphses/alice-doc-template.git
38
+ homepage_uri: https://github.com/mizphses/alice-bulma-template
39
+ source_code_uri: https://github.com/mizphses/alice-bulma-template
40
40
  post_install_message:
41
41
  rdoc_options: []
42
42
  require_paths:
@@ -52,8 +52,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
52
52
  - !ruby/object:Gem::Version
53
53
  version: '0'
54
54
  requirements: []
55
- rubygems_version: 3.0.8
55
+ rubygems_version: 3.0.3
56
56
  signing_key:
57
57
  specification_version: 4
58
- summary: The best bulma gem template
58
+ summary: The best template for docs with Bulma
59
59
  test_files: []