textfile 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -13
- data/Gemfile.lock +53 -43
- data/README.rdoc +1 -1
- data/Rakefile +3 -1
- data/VERSION +1 -1
- data/textfile.gemspec +4 -4
- metadata +14 -12
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
MTU1NjhiZTljNjEzNGI3ODY1YTAyOTliZGRiZjlmNTM1MGRiNGFhOQ==
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: aa40132df139fe1c6c8527f43a18dd56167e7cc0
|
4
|
+
data.tar.gz: 7402f6c44aa29eafbc8476bad95ad87ddf5adcc8
|
7
5
|
SHA512:
|
8
|
-
metadata.gz:
|
9
|
-
|
10
|
-
YjE2ZmE2YWNkYzFlOGI5Zjc2YzFlM2FmODI3Zjg2YjBhZmJhNDNkNzY0OTU5
|
11
|
-
NDE3MTM5N2UzNzI5ZmRmNzJlNzdiMWQ2MTdjNjcwOGNlMDk3OTI=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
ZTQyY2ZjMWI3MTY3Mzc0MmQ1ODlhMWJhNmVmYTc4MTMzYWIyYTRjZjMwNTFi
|
14
|
-
MGZiN2FlMzg4MDg1NzI1MDlmMjY0NTdhNjU2YTdkOWM0ZGVmOTg4MjU2OWU1
|
15
|
-
ZDM1NzM0ZGE3YmVjZTBlODdjNTY2NDg1YzJlZmYwOWZhN2JhNjA=
|
6
|
+
metadata.gz: 1637eb6669075f053ac139a59834d13e80c0239287a6f9523c499b5a70601ae23c3d460651ae08b1cb695e6a78e62e8722f354b05a34949df6faf23c47364533
|
7
|
+
data.tar.gz: 341a2b7641d6d34ec29b23dbe98327d0cdeb7456ffd6cc40879b6c83c8e887e811450c144230be64beae7aada4f72a1ad1c78bb21840ec6782286e07dc8b5f5c
|
data/Gemfile.lock
CHANGED
@@ -1,37 +1,41 @@
|
|
1
1
|
GEM
|
2
2
|
remote: http://rubygems.org/
|
3
3
|
specs:
|
4
|
-
activesupport (4.
|
5
|
-
i18n (~> 0.
|
4
|
+
activesupport (4.2.2)
|
5
|
+
i18n (~> 0.7)
|
6
6
|
json (~> 1.7, >= 1.7.7)
|
7
7
|
minitest (~> 5.1)
|
8
|
-
thread_safe (~> 0.
|
8
|
+
thread_safe (~> 0.3, >= 0.3.4)
|
9
9
|
tzinfo (~> 1.1)
|
10
|
-
addressable (2.3.
|
10
|
+
addressable (2.3.8)
|
11
11
|
builder (3.2.2)
|
12
|
-
coveralls (0.
|
13
|
-
|
14
|
-
rest-client (
|
15
|
-
simplecov (
|
16
|
-
term-ansicolor (
|
17
|
-
thor (
|
12
|
+
coveralls (0.8.1)
|
13
|
+
json (~> 1.8)
|
14
|
+
rest-client (>= 1.6.8, < 2)
|
15
|
+
simplecov (~> 0.10.0)
|
16
|
+
term-ansicolor (~> 1.3)
|
17
|
+
thor (~> 0.19.1)
|
18
18
|
descendants_tracker (0.0.4)
|
19
19
|
thread_safe (~> 0.3, >= 0.3.1)
|
20
20
|
docile (1.1.5)
|
21
|
-
|
21
|
+
domain_name (0.5.24)
|
22
|
+
unf (>= 0.0.5, < 1.0.0)
|
23
|
+
faraday (0.9.1)
|
22
24
|
multipart-post (>= 1.2, < 3)
|
23
|
-
git (1.2.
|
24
|
-
github_api (0.
|
25
|
+
git (1.2.9.1)
|
26
|
+
github_api (0.12.3)
|
25
27
|
addressable (~> 2.3)
|
26
|
-
descendants_tracker (~> 0.0.
|
28
|
+
descendants_tracker (~> 0.0.4)
|
27
29
|
faraday (~> 0.8, < 0.10)
|
28
|
-
hashie (>=
|
30
|
+
hashie (>= 3.3)
|
29
31
|
multi_json (>= 1.7.5, < 2.0)
|
30
|
-
nokogiri (~> 1.6.
|
32
|
+
nokogiri (~> 1.6.3)
|
31
33
|
oauth2
|
32
|
-
hashie (3.
|
33
|
-
highline (1.
|
34
|
-
|
34
|
+
hashie (3.4.2)
|
35
|
+
highline (1.7.2)
|
36
|
+
http-cookie (1.0.2)
|
37
|
+
domain_name (~> 0.5)
|
38
|
+
i18n (0.7.0)
|
35
39
|
jeweler (2.0.1)
|
36
40
|
builder
|
37
41
|
bundler (>= 1.0)
|
@@ -41,46 +45,52 @@ GEM
|
|
41
45
|
nokogiri (>= 1.5.10)
|
42
46
|
rake
|
43
47
|
rdoc
|
44
|
-
json (1.8.
|
45
|
-
jwt (1.
|
46
|
-
mime-types (2.
|
47
|
-
mini_portile (0.6.
|
48
|
-
minitest (5.
|
49
|
-
multi_json (1.
|
48
|
+
json (1.8.3)
|
49
|
+
jwt (1.5.0)
|
50
|
+
mime-types (2.6.1)
|
51
|
+
mini_portile (0.6.2)
|
52
|
+
minitest (5.7.0)
|
53
|
+
multi_json (1.11.1)
|
50
54
|
multi_xml (0.5.5)
|
51
55
|
multipart-post (2.0.0)
|
52
|
-
|
53
|
-
|
54
|
-
|
56
|
+
netrc (0.10.3)
|
57
|
+
nokogiri (1.6.6.2)
|
58
|
+
mini_portile (~> 0.6.0)
|
59
|
+
oauth2 (1.0.0)
|
55
60
|
faraday (>= 0.8, < 0.10)
|
56
61
|
jwt (~> 1.0)
|
57
62
|
multi_json (~> 1.3)
|
58
63
|
multi_xml (~> 0.5)
|
59
64
|
rack (~> 1.2)
|
60
|
-
rack (1.
|
61
|
-
rake (10.
|
65
|
+
rack (1.6.2)
|
66
|
+
rake (10.4.2)
|
62
67
|
rdoc (3.12.2)
|
63
68
|
json (~> 1.4)
|
64
|
-
rest-client (1.
|
65
|
-
|
69
|
+
rest-client (1.8.0)
|
70
|
+
http-cookie (>= 1.0.2, < 2.0)
|
71
|
+
mime-types (>= 1.16, < 3.0)
|
72
|
+
netrc (~> 0.7)
|
66
73
|
shoulda (3.5.0)
|
67
74
|
shoulda-context (~> 1.0, >= 1.0.1)
|
68
75
|
shoulda-matchers (>= 1.4.1, < 3.0)
|
69
76
|
shoulda-context (1.2.1)
|
70
|
-
shoulda-matchers (2.
|
77
|
+
shoulda-matchers (2.8.0)
|
71
78
|
activesupport (>= 3.0.0)
|
72
|
-
simplecov (0.
|
79
|
+
simplecov (0.10.0)
|
73
80
|
docile (~> 1.1.0)
|
74
|
-
|
75
|
-
simplecov-html (~> 0.
|
76
|
-
simplecov-html (0.
|
77
|
-
term-ansicolor (1.
|
78
|
-
tins (~> 0
|
79
|
-
thor (0.
|
80
|
-
thread_safe (0.3.
|
81
|
-
tins (
|
82
|
-
tzinfo (1.2.
|
81
|
+
json (~> 1.8)
|
82
|
+
simplecov-html (~> 0.10.0)
|
83
|
+
simplecov-html (0.10.0)
|
84
|
+
term-ansicolor (1.3.1)
|
85
|
+
tins (~> 1.0)
|
86
|
+
thor (0.19.1)
|
87
|
+
thread_safe (0.3.5)
|
88
|
+
tins (1.5.2)
|
89
|
+
tzinfo (1.2.2)
|
83
90
|
thread_safe (~> 0.1)
|
91
|
+
unf (0.1.4)
|
92
|
+
unf_ext
|
93
|
+
unf_ext (0.0.7.1)
|
84
94
|
|
85
95
|
PLATFORMS
|
86
96
|
ruby
|
data/README.rdoc
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
{<img src="https://badge.fury.io/rb/textfile.svg" alt="Gem Version" />}[http://badge.fury.io/rb/textfile]
|
4
4
|
{<img src="https://travis-ci.org/varyonic/textfile.svg" />}[https://travis-ci.org/varyonic/textfile]
|
5
|
-
{<img src="https://coveralls.io/repos/varyonic/textfile/badge.png" />}[https://coveralls.io/r/varyonic/textfile]
|
5
|
+
{<img src="https://coveralls.io/repos/varyonic/textfile/badge.png?branch=master" alt="Coverage Status" />}[https://coveralls.io/r/varyonic/textfile?branch=master]
|
6
6
|
{<img src="https://gemnasium.com/varyonic/textfile.svg" alt="Dependency Status" />}[https://gemnasium.com/varyonic/textfile]
|
7
7
|
{<img src="https://codeclimate.com/github/varyonic/textfile/badges/gpa.svg" />}[https://codeclimate.com/github/varyonic/textfile]
|
8
8
|
|
data/Rakefile
CHANGED
@@ -18,7 +18,9 @@ Jeweler::Tasks.new do |gem|
|
|
18
18
|
gem.homepage = "http://github.com/varyonic/textfile"
|
19
19
|
gem.license = "MIT"
|
20
20
|
gem.summary = %Q{Set-like wrapper around GNU comm and related textfile utilities.}
|
21
|
-
gem.description = %Q{
|
21
|
+
gem.description = %Q{Set-like wrapper around GNU comm and related textfile utilities.
|
22
|
+
|
23
|
+
A common use case is to identify differences between exported datasets where the datasets may exceed 100K rows and each row may exceed 4K characters.}
|
22
24
|
gem.email = "piers@varyonic.com"
|
23
25
|
gem.authors = ["Piers Chambers"]
|
24
26
|
# dependencies defined in Gemfile
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.2
|
data/textfile.gemspec
CHANGED
@@ -2,17 +2,17 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: textfile 1.0.
|
5
|
+
# stub: textfile 1.0.2 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "textfile"
|
9
|
-
s.version = "1.0.
|
9
|
+
s.version = "1.0.2"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib"]
|
13
13
|
s.authors = ["Piers Chambers"]
|
14
|
-
s.date = "
|
15
|
-
s.description = "
|
14
|
+
s.date = "2015-06-18"
|
15
|
+
s.description = "Set-like wrapper around GNU comm and related textfile utilities.\n\nA common use case is to identify differences between exported datasets where the datasets may exceed 100K rows and each row may exceed 4K characters."
|
16
16
|
s.email = "piers@varyonic.com"
|
17
17
|
s.extra_rdoc_files = [
|
18
18
|
"LICENSE.txt",
|
metadata
CHANGED
@@ -1,27 +1,27 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: textfile
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Piers Chambers
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-06-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: shoulda
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - '>='
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '0'
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - '>='
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
@@ -70,32 +70,34 @@ dependencies:
|
|
70
70
|
name: coveralls
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
|
-
- -
|
73
|
+
- - '>='
|
74
74
|
- !ruby/object:Gem::Version
|
75
75
|
version: '0'
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
|
-
- -
|
80
|
+
- - '>='
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: simplecov
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
|
-
- -
|
87
|
+
- - '>='
|
88
88
|
- !ruby/object:Gem::Version
|
89
89
|
version: '0'
|
90
90
|
type: :development
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
|
-
- -
|
94
|
+
- - '>='
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
|
-
description:
|
98
|
-
|
97
|
+
description: |-
|
98
|
+
Set-like wrapper around GNU comm and related textfile utilities.
|
99
|
+
|
100
|
+
A common use case is to identify differences between exported datasets where the datasets may exceed 100K rows and each row may exceed 4K characters.
|
99
101
|
email: piers@varyonic.com
|
100
102
|
executables: []
|
101
103
|
extensions: []
|
@@ -125,12 +127,12 @@ require_paths:
|
|
125
127
|
- lib
|
126
128
|
required_ruby_version: !ruby/object:Gem::Requirement
|
127
129
|
requirements:
|
128
|
-
- -
|
130
|
+
- - '>='
|
129
131
|
- !ruby/object:Gem::Version
|
130
132
|
version: '0'
|
131
133
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
132
134
|
requirements:
|
133
|
-
- -
|
135
|
+
- - '>='
|
134
136
|
- !ruby/object:Gem::Version
|
135
137
|
version: '0'
|
136
138
|
requirements: []
|