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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Unified
2
2
 
3
- Unified is a gem for parsing unified diff files into usable diff files.
3
+ Unified is a gem for parsing unified diff files into plain old Ruby objects.
4
4
 
5
5
  ## Installation
6
6
 
@@ -1,3 +1,3 @@
1
1
  module Unified
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
@@ -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", focus: true do
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.1
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-04-24 00:00:00.000000000 Z
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: