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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bb98106952642309ea385576b4e0abfcef2061fb
4
- data.tar.gz: 61d8a52421280426ca4afba77d4fb8871ef14171
3
+ metadata.gz: 72afa4ea70ad0b5f91c8576a45e9db415345ca70
4
+ data.tar.gz: 9af4a2d596c340ebe51bcf675e5f6300c2176d74
5
5
  SHA512:
6
- metadata.gz: 7305a5df964a48596fae4be089aa016e84aa8259155a4eb2c09aa862dc53a24f57aa0b01d3cb4fd5ba44009085afaee1b69887309ac1b574236fcd4e9b376095
7
- data.tar.gz: 8cc13a35928d6d45dc8640e018c58d793eef3462fe1a0757af80b3bd318e1006bbf38322ef4f8dba8372affec42e3e1d975e9152a26767bee83e3c6991cb603f
6
+ metadata.gz: 7bf25e50c69d1dbb2dca8d4a0e03c8b5d204844d64a587ee65fdd9ce87f994de881ac10f626eb84c2c5b148af7b876271f907418b61fc372f534adb20e1d93b6
7
+ data.tar.gz: 23afca8f553c818abfa4620bf77428b66b47f938b8dcaadd0f025a35a915d557c385cd78ce27a8b359397dda93318c7b5f681c538c9848ffa47e4e7ec9a54ee6
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 2.2.3
data/.travis.yml CHANGED
@@ -3,3 +3,6 @@ language: ruby
3
3
  rvm:
4
4
  - 2.2.3
5
5
  before_install: gem install bundler -v 1.13.0
6
+ addons:
7
+ code_climate:
8
+ repo_token: 0bf2857ba4ab84aeeb6f569411cc185e9845644b14b15b26ff7f49a44de2711f
data/Gemfile CHANGED
@@ -2,3 +2,5 @@ source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in file_manipulator.gemspec
4
4
  gemspec
5
+
6
+ gem 'codeclimate-test-reporter', group: :test, require: nil
data/Gemfile.lock CHANGED
@@ -1,14 +1,18 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- file_manipulator (0.0.3)
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
+ [![Build Status](https://travis-ci.org/gipcompany/file_manipulator.svg?branch=master_issue_3)](https://travis-ci.org/gipcompany/file_manipulator)
7
+ [![Gem Version](https://badge.fury.io/rb/file_manipulator.svg)](https://badge.fury.io/rb/file_manipulator)
8
+ [![Dependency Status](https://gemnasium.com/badges/github.com/gipcompany/file_manipulator.svg)](https://gemnasium.com/github.com/gipcompany/file_manipulator)
9
+ [![Code Climate](https://codeclimate.com/github/gipcompany/file_manipulator/badges/gpa.svg)](https://codeclimate.com/github/gipcompany/file_manipulator)
10
+ [![Test Coverage](https://codeclimate.com/github/gipcompany/file_manipulator/badges/coverage.svg)](https://codeclimate.com/github/gipcompany/file_manipulator/coverage)
11
+ [![LICENSE](https://img.shields.io/badge/license-mit-blue.svg)](LICENSE.txt)
4
12
 
5
13
  ## Installation
6
14
 
@@ -1,3 +1,3 @@
1
1
  module FileManipulator
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
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.3
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-14 00:00:00.000000000 Z
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