bun_bo 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/exe/bun_bo +6 -2
- data/lib/bun_bo/file_not_found.rb +7 -0
- data/lib/bun_bo/version.rb +1 -1
- data/lib/bun_bo.rb +2 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce919d50ea888137cb8a19f22c046b2494ad631195316ec929fe4b728263ed8d
|
4
|
+
data.tar.gz: 23fd7e27dadf7d54ce16dbe803abb613332feeeb8703421fdb2ddfd22831b227
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 311e703e4e68f6f7b37c6bf2ed57adb9d2068745251d65bbcda85da5acee2e6302a6e730f7a8d09867b35bcb2f47a5fd9eb85806f18c5e247c9b26b0ce139927
|
7
|
+
data.tar.gz: 69b0cb30793c1752acfbbb9b5ec3ee9d784f241adcb3fd809b32a619d4c664ad6971ab50671ad9a9cbe919c620591d39d1225565ccf3e7f998760262d02ccd4e
|
data/README.md
CHANGED
data/exe/bun_bo
CHANGED
data/lib/bun_bo/version.rb
CHANGED
data/lib/bun_bo.rb
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
require "bun_bo/version"
|
2
|
+
require "bun_bo/file_not_found"
|
2
3
|
require 'fileutils'
|
3
4
|
|
4
5
|
class BunBo
|
@@ -16,7 +17,7 @@ class BunBo
|
|
16
17
|
FileUtils.mkdir_p(test_folder)
|
17
18
|
test_path.write('')
|
18
19
|
else
|
19
|
-
|
20
|
+
raise FileNotFound
|
20
21
|
end
|
21
22
|
end
|
22
23
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bun_bo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hieu Nguyen
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-10-
|
11
|
+
date: 2018-10-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -72,6 +72,7 @@ files:
|
|
72
72
|
- bun_bo.gemspec
|
73
73
|
- exe/bun_bo
|
74
74
|
- lib/bun_bo.rb
|
75
|
+
- lib/bun_bo/file_not_found.rb
|
75
76
|
- lib/bun_bo/version.rb
|
76
77
|
homepage: https://github.com/hieuk09/bun_bo
|
77
78
|
licenses:
|