unified 1.0.1 → 1.0.2
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.
- data/README.md +1 -1
- data/lib/unified/version.rb +1 -1
- data/spec/chunk_spec.rb +1 -1
- metadata +2 -3
data/README.md
CHANGED
data/lib/unified/version.rb
CHANGED
data/spec/chunk_spec.rb
CHANGED
@@ -97,7 +97,7 @@ describe "Unified::Chunk" do
|
|
97
97
|
end
|
98
98
|
end
|
99
99
|
|
100
|
-
it "does not pass line numbers for the no newline warning"
|
100
|
+
it "does not pass line numbers for the no newline warning" do
|
101
101
|
no_newline_chunk = Unified::Chunk.new original: 1, modified: 1, lines: [" Line 1", "\"]
|
102
102
|
index = 0
|
103
103
|
no_newline_chunk.each_line do |line, original_line_number, modified_line_number|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: unified
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-08-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -170,4 +170,3 @@ test_files:
|
|
170
170
|
- spec/spec_helper.rb
|
171
171
|
- spec/support/matchers/parse_matchers.rb
|
172
172
|
- spec/transformer_spec.rb
|
173
|
-
has_rdoc:
|