roronoa 1.0.3 → 1.0.4

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: 2b2f4cd88b80e19ab5912a54ee320992ed30f8eb
4
- data.tar.gz: ff8e48318ef9616a256ea3a9366a781cea59b8fe
3
+ metadata.gz: 64386d82823c47fd5997a9a18b5c9449b5b040c2
4
+ data.tar.gz: 74c602fb0f5d4ea9bcdbd445f22a14521771bd72
5
5
  SHA512:
6
- metadata.gz: bcce3a0101745e81471e8bf4515ee17be32cc692d909822747f93197702b47d75e8b9146441584571a9dfa1be6b6cd6c16d4693ab6320564f98a587cd7969607
7
- data.tar.gz: 0f7ab59d089870b2e7fcd23745003f504a51560521067bb8452c9faf7005fd4b6833b2f4ce3d9b19753f19aab233eeee767bad9770e117343c13e5ca35383ba5
6
+ metadata.gz: 506c129b99f6a7c7e2dda40f8f079ae4f2af23c2a3f47c83aaa9c697a191e71265f507d63bcf6bcf2d5bfc77a208238ebf919bc0bd82d8d009b0bd1f69a110d2
7
+ data.tar.gz: a0108fc2ae3cd81e6475da932e6518fe0b03aa0f19c43cb99e143aeaa4cff26039f6d966c5e1a5bea680b7baf032d4502cd9e2751a91d90c1aff59957d804877
data/lib/roronoa.rb CHANGED
@@ -7,7 +7,7 @@ module Roronoa
7
7
  str_time = date.strftime('%H:%M').gsub(/^0/, '')
8
8
  result = ''
9
9
  0.upto(23) do |count|
10
- result = str_time.match(/^[#{count}]+:[#{count}]+$/).nil? ? nil : str_time.to_s
10
+ result = str_time.match(/^#{count}+:#{count}+$/).nil? ? nil : str_time.to_s
11
11
  break unless result.nil?
12
12
  end
13
13
  result
@@ -1,3 +1,3 @@
1
1
  module Roronoa
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roronoa
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - funnythingz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-24 00:00:00.000000000 Z
11
+ date: 2014-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler