wareki 0.1.0 → 0.1.1
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/wareki/version.rb +1 -1
- data/wareki.gemspec +2 -2
- 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: fc612bf6c5376ba0f107f682ab52c20c09cb9d01
|
|
4
|
+
data.tar.gz: 357ddb2ac1c2ebccdaf289d52d68c4dfcff43a52
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 65c71872d1a0c1c9c730cb33a9da098964b93c7d1b51aebe036501c7b3d9efcbacd971f18afb34b8a2f30080913707b2a5e2900b7d3abc9e45b4bc83c524a4db
|
|
7
|
+
data.tar.gz: 3979e4ff6f545c9eb51c16a2cb53535316dcf264548691139aac5302e32ce7ebbeada9cb8c256a9d1f1e1925e3e140eb144ea2c06b35ebe7a577d25aa701a935
|
data/lib/wareki/version.rb
CHANGED
data/wareki.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.email = ["sugi@nemui.org"]
|
|
10
10
|
|
|
11
11
|
spec.summary = %q{Pure ruby library of Wareki (Japanese calendar date)}
|
|
12
|
-
spec.description = %q{Wareki supports string parsing, formatting, and bi-directional convertion with standard Date class.}
|
|
12
|
+
spec.description = %q{Pure ruby library of Wareki (Japanese calendar date) that supports string parsing, formatting, and bi-directional convertion with standard Date class.}
|
|
13
13
|
spec.homepage = "https://github.com/sugi/wareki"
|
|
14
14
|
spec.license = "BSD"
|
|
15
15
|
|
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|
|
18
18
|
#spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
19
19
|
spec.require_paths = ["lib"]
|
|
20
20
|
|
|
21
|
-
spec.required_ruby_version = "2.0.0"
|
|
21
|
+
spec.required_ruby_version = ">= 2.0.0"
|
|
22
22
|
spec.add_development_dependency "bundler", "~> 1.9"
|
|
23
23
|
spec.add_development_dependency "rake", "~> 10.0"
|
|
24
24
|
spec.add_development_dependency "rspec"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wareki
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tatsuki Sugiura
|
|
@@ -52,8 +52,8 @@ dependencies:
|
|
|
52
52
|
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
|
-
description: Wareki
|
|
56
|
-
with standard Date class.
|
|
55
|
+
description: Pure ruby library of Wareki (Japanese calendar date) that supports string
|
|
56
|
+
parsing, formatting, and bi-directional convertion with standard Date class.
|
|
57
57
|
email:
|
|
58
58
|
- sugi@nemui.org
|
|
59
59
|
executables: []
|
|
@@ -84,7 +84,7 @@ require_paths:
|
|
|
84
84
|
- lib
|
|
85
85
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements:
|
|
87
|
-
- -
|
|
87
|
+
- - ">="
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
89
|
version: 2.0.0
|
|
90
90
|
required_rubygems_version: !ruby/object:Gem::Requirement
|