nippocf 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: bfad14c7dbb7b771f6c53a0598746c21ac14f2fc
4
- data.tar.gz: b3c9d7c8e93a7f27be279b228f59018838084077
3
+ metadata.gz: bb5d0b039099b783e0417b1b8fba3ea68d57b983
4
+ data.tar.gz: 9fc6b90ac5ef55707a6e97305b82bb2d20adf9d3
5
5
  SHA512:
6
- metadata.gz: 6b1bf23829335b686ed45f2443e64ac5f8a39597ae6bb3a4594668be0f17803b650f220223ef2b190093aee02150830808e428467777da5272e6dbb83b1b7cb0
7
- data.tar.gz: 24c7f0fbc5920422785030d8f0801a6e00f4aeb7c39998bc959e261477bd1acca6b0a528bcad6fa35bd8e1d3f6b2eca968a09562f6fce0084356e4f10aa5a2f3
6
+ metadata.gz: 653a2820521579eb76aba8b401f00d1500cb136c2c1673080ccbcc95fb8784aab501eddbf41fea6c554546d55e18d7e50568c2be698bf5276943b48a884a5b38
7
+ data.tar.gz: 8632d17b6dba93d5a45375f14644c846166e12c6280f6467e05a3ba8585a9e38bf3c6eb0f5725245caad20aa2293dd3086892763cb566d869a08baf573361655
@@ -1,3 +1,3 @@
1
1
  module Nippocf
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/nippocf.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "nippocf"
8
8
  spec.version = Nippocf::VERSION
9
9
  spec.authors = ["Ryota Arai"]
10
- spec.email = ["ryota.arai@gmail.net"]
10
+ spec.email = ["ryota.arai@gmail.com"]
11
11
  spec.summary = "Write nippo (daily report in Japanese) on Atlassian Confluence in Markdown"
12
12
  spec.homepage = "https://github.com/ryotarai/nippocf"
13
13
  spec.license = "MIT"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nippocf
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
  - Ryota Arai
@@ -96,7 +96,7 @@ dependencies:
96
96
  version: '0'
97
97
  description:
98
98
  email:
99
- - ryota.arai@gmail.net
99
+ - ryota.arai@gmail.com
100
100
  executables:
101
101
  - nippocf
102
102
  extensions: []