diffed 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c323260693928112317ed6042adfc69b93a4fd11
4
+ data.tar.gz: 0b507fd5ac46c983c84cd362b31f504b49b0cc0c
5
+ SHA512:
6
+ metadata.gz: 5a1c2c17e399b92a7f6bcdbdd1b4fba4e1dd69f744f8881e3735a57f86c728eb0a7afc6150207b7f80ba0ebd6b33227750deafd872bc4c14d074650c40ff9d46
7
+ data.tar.gz: afb2b25edf3f4f34dfdf0110dac1ed97efd9a161db2b8111f6901cf101f0ba2aebc3fe58a793028b63747f8ce05cc9e0d0b43cf1cb3229ef64fa35449cf9cdfc
@@ -1,3 +1,3 @@
1
1
  module Diffed
2
- VERSION = "0.0.13"
2
+ VERSION = "0.0.14"
3
3
  end
@@ -66,7 +66,7 @@ module Diffed
66
66
  elsif line_text.start_with? " "
67
67
  @type = :both
68
68
  else
69
- raise "Unparseable line: #{line}"
69
+ raise "Unparseable line: #{line_text}"
70
70
  end
71
71
  end
72
72
 
metadata CHANGED
@@ -1,65 +1,58 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: diffed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
5
- prerelease:
4
+ version: 0.0.14
6
5
  platform: ruby
7
6
  authors:
8
7
  - Jun-Dai Bates-Kobashigawa
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-08-02 00:00:00.000000000 Z
11
+ date: 2014-06-23 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: escape_utils
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: '0'
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: rake
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - '>='
36
32
  - !ruby/object:Gem::Version
37
33
  version: '0'
38
34
  type: :development
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - '>='
44
39
  - !ruby/object:Gem::Version
45
40
  version: '0'
46
41
  - !ruby/object:Gem::Dependency
47
42
  name: rspec
48
43
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
44
  requirements:
51
- - - ! '>='
45
+ - - '>='
52
46
  - !ruby/object:Gem::Version
53
47
  version: '0'
54
48
  type: :development
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
51
  requirements:
59
- - - ! '>='
52
+ - - '>='
60
53
  - !ruby/object:Gem::Version
61
54
  version: '0'
62
- description: ! 'This is a library for creating HTML from a unified diff string, built
55
+ description: 'This is a library for creating HTML from a unified diff string, built
63
56
  specifically for the diff section output by "perforce describe -du" or "git show
64
57
  [commit SHA]", but with an eye towards solving a more general problem. It supports
65
58
  two modes: with inline styles or with CSS classes(which you can style yourself). Either
@@ -99,33 +92,26 @@ files:
99
92
  - testdata/p4-describe.styled.html
100
93
  homepage: http://github.com/Jun-Dai/diffed
101
94
  licenses: []
95
+ metadata: {}
102
96
  post_install_message:
103
97
  rdoc_options: []
104
98
  require_paths:
105
99
  - lib
106
100
  required_ruby_version: !ruby/object:Gem::Requirement
107
- none: false
108
101
  requirements:
109
- - - ! '>='
102
+ - - '>='
110
103
  - !ruby/object:Gem::Version
111
104
  version: '0'
112
- segments:
113
- - 0
114
- hash: -3307637485541370397
115
105
  required_rubygems_version: !ruby/object:Gem::Requirement
116
- none: false
117
106
  requirements:
118
- - - ! '>='
107
+ - - '>='
119
108
  - !ruby/object:Gem::Version
120
109
  version: '0'
121
- segments:
122
- - 0
123
- hash: -3307637485541370397
124
110
  requirements: []
125
111
  rubyforge_project:
126
- rubygems_version: 1.8.25
112
+ rubygems_version: 2.0.6
127
113
  signing_key:
128
- specification_version: 3
114
+ specification_version: 4
129
115
  summary: This is a library for creating HTML from a unified diff string
130
116
  test_files:
131
117
  - spec/diffed_spec.rb