fradium 0.1.4 → 0.1.5

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
  SHA256:
3
- metadata.gz: bc847a2fd50ec41c6b638b9128e0dc1c8eb4ccb101444d8e7cccbb9b37f44645
4
- data.tar.gz: b546a2697ad3e5fb0acccaa3c25b8bb5c29f6138904e15cd55d22c3d3990cb93
3
+ metadata.gz: c36fabfc5d6516d69d54a35bbfa09f8f596da67d2a08e48395bd6ceaec9238b7
4
+ data.tar.gz: 6e7159304a463c9548a6a250b50cb530a31a35f0af5c2a238fad9fb80d2e5add
5
5
  SHA512:
6
- metadata.gz: 63d9d10815e69db4e1083ebfa908a17134cfbf477badd4258575d475b9be1ad49563bd625ce93a8fb67c175e83efaaf2bd09233e3279c03e8cdeefadf6eaaae7
7
- data.tar.gz: c3f8548a02f040b28698c0a03bac5674897f6c171b6f96dede8ae6be913d0d2895ab16858df32c2ea938ceab44e62f8f87aaf68c7a17d2c249b8c7626abb7f02
6
+ metadata.gz: 513d36bdd1bb0362f27e3b96613dc167cae8372144e50519a5208c08648dbfd108ca0fe39c3e4e02242e7aa3eee6f30d33246ba38ef1b770950549af87f2524e
7
+ data.tar.gz: 9766b53664ca5229286fc8c70543281ab56b5904bc3badac85d51a85a9e43ac3f0f5d3b94d9448e0f0b1dafa275421ead5992247691ea91a65bfb8fabfb15139
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fradium (0.1.4)
4
+ fradium (0.1.5)
5
5
  mysql2 (~> 0.5)
6
6
  pg (~> 1.1)
7
7
  sequel (~> 5.23)
data/exe/fradium CHANGED
@@ -82,7 +82,7 @@ case ARGV[0]
82
82
  when 'create'
83
83
  show_help if ARGV[1]&.empty?
84
84
  expiry_date = nil
85
- if ARGV.count >= 2 # when expiry given
85
+ if ARGV.count > 2 # when expiry given
86
86
  begin
87
87
  expiry_date = Time.parse(ARGV[2])
88
88
  rescue
@@ -1,3 +1,3 @@
1
1
  class Fradium
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fradium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Koichiro IWAO
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-11-17 00:00:00.000000000 Z
11
+ date: 2019-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler