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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 18d3594a1f100547ec183c81a7bd4e4d21ab50ac
4
- data.tar.gz: 08165d7fac2f497d66185bc765412f7aa7a06445
3
+ metadata.gz: fc612bf6c5376ba0f107f682ab52c20c09cb9d01
4
+ data.tar.gz: 357ddb2ac1c2ebccdaf289d52d68c4dfcff43a52
5
5
  SHA512:
6
- metadata.gz: 92a271bd97160704267651f3735146433bc6f09e00d3ec665d49e56b73cd44e980bd38a0d0bcd7df3cba004c57f514594fd5afab7e483326e2309cf2907222e2
7
- data.tar.gz: 2053ad6c27728eb69b95bf42cbf8ece6e7a76465ce53e5e2459e57a3742296b7f8c8ba9c0dad47b5e71a14526223558bb0ce75fa5f77142a7734138920b58c9c
6
+ metadata.gz: 65c71872d1a0c1c9c730cb33a9da098964b93c7d1b51aebe036501c7b3d9efcbacd971f18afb34b8a2f30080913707b2a5e2900b7d3abc9e45b4bc83c524a4db
7
+ data.tar.gz: 3979e4ff6f545c9eb51c16a2cb53535316dcf264548691139aac5302e32ce7ebbeada9cb8c256a9d1f1e1925e3e140eb144ea2c06b35ebe7a577d25aa701a935
@@ -1,3 +1,3 @@
1
1
  module Wareki
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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 supports string parsing, formatting, and bi-directional convertion
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