file_manipulator 0.0.3 → 0.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 +4 -4
- data/.ruby-version +1 -0
- data/.travis.yml +3 -0
- data/Gemfile +2 -0
- data/Gemfile.lock +11 -1
- data/README.md +9 -1
- data/lib/file_manipulator/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 72afa4ea70ad0b5f91c8576a45e9db415345ca70
|
|
4
|
+
data.tar.gz: 9af4a2d596c340ebe51bcf675e5f6300c2176d74
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7bf25e50c69d1dbb2dca8d4a0e03c8b5d204844d64a587ee65fdd9ce87f994de881ac10f626eb84c2c5b148af7b876271f907418b61fc372f534adb20e1d93b6
|
|
7
|
+
data.tar.gz: 23afca8f553c818abfa4620bf77428b66b47f938b8dcaadd0f025a35a915d557c385cd78ce27a8b359397dda93318c7b5f681c538c9848ffa47e4e7ec9a54ee6
|
data/.ruby-version
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2.2.3
|
data/.travis.yml
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
file_manipulator (0.0.
|
|
4
|
+
file_manipulator (0.0.4)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
8
8
|
specs:
|
|
9
9
|
byebug (9.0.5)
|
|
10
|
+
codeclimate-test-reporter (0.6.0)
|
|
11
|
+
simplecov (>= 0.7.1, < 1.0.0)
|
|
10
12
|
coderay (1.1.1)
|
|
11
13
|
diff-lcs (1.2.5)
|
|
14
|
+
docile (1.1.5)
|
|
15
|
+
json (2.0.2)
|
|
12
16
|
method_source (0.8.2)
|
|
13
17
|
pry (0.10.4)
|
|
14
18
|
coderay (~> 1.1.0)
|
|
@@ -31,6 +35,11 @@ GEM
|
|
|
31
35
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
32
36
|
rspec-support (~> 3.5.0)
|
|
33
37
|
rspec-support (3.5.0)
|
|
38
|
+
simplecov (0.12.0)
|
|
39
|
+
docile (~> 1.1.0)
|
|
40
|
+
json (>= 1.8, < 3)
|
|
41
|
+
simplecov-html (~> 0.10.0)
|
|
42
|
+
simplecov-html (0.10.0)
|
|
34
43
|
slop (3.6.0)
|
|
35
44
|
|
|
36
45
|
PLATFORMS
|
|
@@ -38,6 +47,7 @@ PLATFORMS
|
|
|
38
47
|
|
|
39
48
|
DEPENDENCIES
|
|
40
49
|
bundler (~> 1.13)
|
|
50
|
+
codeclimate-test-reporter
|
|
41
51
|
file_manipulator!
|
|
42
52
|
pry (~> 0.10.4)
|
|
43
53
|
pry-byebug (~> 3.4.0)
|
data/README.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
# FileManipulator
|
|
2
2
|
|
|
3
|
-
`FileManipulator` can split a text formatted file and merge them to one file (merge is TODO now).
|
|
3
|
+
`FileManipulator` can split a text formatted file and merge them to one file (merge is TODO (#4) now).
|
|
4
|
+
|
|
5
|
+
<!-- http://shields.io/ -->
|
|
6
|
+
[](https://travis-ci.org/gipcompany/file_manipulator)
|
|
7
|
+
[](https://badge.fury.io/rb/file_manipulator)
|
|
8
|
+
[](https://gemnasium.com/github.com/gipcompany/file_manipulator)
|
|
9
|
+
[](https://codeclimate.com/github/gipcompany/file_manipulator)
|
|
10
|
+
[](https://codeclimate.com/github/gipcompany/file_manipulator/coverage)
|
|
11
|
+
[](LICENSE.txt)
|
|
4
12
|
|
|
5
13
|
## Installation
|
|
6
14
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: file_manipulator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Atsushi Ishida
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-09-
|
|
11
|
+
date: 2016-09-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -90,6 +90,7 @@ extra_rdoc_files: []
|
|
|
90
90
|
files:
|
|
91
91
|
- ".gitignore"
|
|
92
92
|
- ".rspec"
|
|
93
|
+
- ".ruby-version"
|
|
93
94
|
- ".travis.yml"
|
|
94
95
|
- Gemfile
|
|
95
96
|
- Gemfile.lock
|