nippocf 0.0.1 → 0.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.
- checksums.yaml +4 -4
- data/lib/nippocf/version.rb +1 -1
- data/nippocf.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bfad14c7dbb7b771f6c53a0598746c21ac14f2fc
|
|
4
|
+
data.tar.gz: b3c9d7c8e93a7f27be279b228f59018838084077
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b1bf23829335b686ed45f2443e64ac5f8a39597ae6bb3a4594668be0f17803b650f220223ef2b190093aee02150830808e428467777da5272e6dbb83b1b7cb0
|
|
7
|
+
data.tar.gz: 24c7f0fbc5920422785030d8f0801a6e00f4aeb7c39998bc959e261477bd1acca6b0a528bcad6fa35bd8e1d3f6b2eca968a09562f6fce0084356e4f10aa5a2f3
|
data/lib/nippocf/version.rb
CHANGED
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@
|
|
10
|
+
spec.email = ["ryota.arai@gmail.net"]
|
|
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,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nippocf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryota Arai
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-02-
|
|
11
|
+
date: 2014-02-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: redcarpet
|
|
@@ -96,7 +96,7 @@ dependencies:
|
|
|
96
96
|
version: '0'
|
|
97
97
|
description:
|
|
98
98
|
email:
|
|
99
|
-
- ryota.arai@
|
|
99
|
+
- ryota.arai@gmail.net
|
|
100
100
|
executables:
|
|
101
101
|
- nippocf
|
|
102
102
|
extensions: []
|
|
@@ -138,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
138
138
|
version: '0'
|
|
139
139
|
requirements: []
|
|
140
140
|
rubyforge_project:
|
|
141
|
-
rubygems_version: 2.2.
|
|
141
|
+
rubygems_version: 2.2.1
|
|
142
142
|
signing_key:
|
|
143
143
|
specification_version: 4
|
|
144
144
|
summary: Write nippo (daily report in Japanese) on Atlassian Confluence in Markdown
|