rrdiff 0.10.0 → 0.10.1
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 +7 -0
- data/{LICENSE → LICENSE.txt} +5 -5
- data/{README → README.md} +0 -0
- data/rrdiff.gemspec +1 -1
- data/spec/rrdiff_spec.rb +0 -4
- metadata +61 -80
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 20b4a50add2c6131a4ea0d73b6e657e171ec3760
|
|
4
|
+
data.tar.gz: 84d886d97f62bac2345d7ac7687b868f5220c8d8
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 3df5ffe30af414523744321448fdd4cba61b02a34a89edfebaa1829c3fc48957e57158a126e3ee88ef673ee70bba8fc35d0c3e253d5409f2eebb0af87134492b
|
|
7
|
+
data.tar.gz: 13951d0310e76a256c9143dae076c8c4352b48bc6df75e216975a0846af19cb9a4141e27b133112da8f74b2e71ae1f2bbcdc537d82e29a3952493e26dded9d75
|
data/{LICENSE → LICENSE.txt}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(The MIT License)
|
|
2
|
-
|
|
3
|
-
Copyright (c)
|
|
4
|
-
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2013 Abhi Yerra
|
|
4
|
+
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
6
6
|
a copy of this software and associated documentation files (the
|
|
7
7
|
"Software"), to deal in the Software without restriction, including
|
|
@@ -9,10 +9,10 @@ without limitation the rights to use, copy, modify, merge, publish,
|
|
|
9
9
|
distribute, sublicense, and/or sell copies of the Software, and to
|
|
10
10
|
permit persons to whom the Software is furnished to do so, subject to
|
|
11
11
|
the following conditions:
|
|
12
|
-
|
|
12
|
+
|
|
13
13
|
The above copyright notice and this permission notice shall be
|
|
14
14
|
included in all copies or substantial portions of the Software.
|
|
15
|
-
|
|
15
|
+
|
|
16
16
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
17
17
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
18
18
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
data/{README → README.md}
RENAMED
|
File without changes
|
data/rrdiff.gemspec
CHANGED
data/spec/rrdiff_spec.rb
CHANGED
metadata
CHANGED
|
@@ -1,77 +1,68 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rrdiff
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
prerelease:
|
|
6
|
-
segments:
|
|
7
|
-
- 0
|
|
8
|
-
- 10
|
|
9
|
-
- 0
|
|
10
|
-
version: 0.10.0
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.10.1
|
|
11
5
|
platform: ruby
|
|
12
|
-
authors:
|
|
6
|
+
authors:
|
|
13
7
|
- Abhi Yerra
|
|
14
8
|
autorequire:
|
|
15
9
|
bindir: bin
|
|
16
10
|
cert_chain: []
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
- !ruby/object:Gem::Dependency
|
|
11
|
+
date: 2013-06-27 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
21
14
|
name: rake
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
- !ruby/object:Gem::Version
|
|
28
|
-
hash: 3
|
|
29
|
-
segments:
|
|
30
|
-
- 0
|
|
31
|
-
version: "0"
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - '>='
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '0'
|
|
32
20
|
type: :development
|
|
33
|
-
version_requirements: *id001
|
|
34
|
-
- !ruby/object:Gem::Dependency
|
|
35
|
-
name: rspec
|
|
36
21
|
prerelease: false
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - '>='
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '0'
|
|
27
|
+
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: rspec
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - '>='
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '0'
|
|
46
34
|
type: :development
|
|
47
|
-
version_requirements: *id002
|
|
48
|
-
- !ruby/object:Gem::Dependency
|
|
49
|
-
name: debugger
|
|
50
35
|
prerelease: false
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - '>='
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0'
|
|
41
|
+
- !ruby/object:Gem::Dependency
|
|
42
|
+
name: debugger
|
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
|
44
|
+
requirements:
|
|
45
|
+
- - '>='
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: '0'
|
|
60
48
|
type: :development
|
|
61
|
-
|
|
49
|
+
prerelease: false
|
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
+
requirements:
|
|
52
|
+
- - '>='
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
version: '0'
|
|
62
55
|
description: Ruby bindings to librsync which provides rdiff.
|
|
63
56
|
email: ykabhinav@gmail.com
|
|
64
57
|
executables: []
|
|
65
|
-
|
|
66
|
-
extensions:
|
|
58
|
+
extensions:
|
|
67
59
|
- ext/rrdiff/extconf.rb
|
|
68
60
|
extra_rdoc_files: []
|
|
69
|
-
|
|
70
|
-
files:
|
|
61
|
+
files:
|
|
71
62
|
- .gitignore
|
|
72
63
|
- Gemfile
|
|
73
|
-
- LICENSE
|
|
74
|
-
- README
|
|
64
|
+
- LICENSE.txt
|
|
65
|
+
- README.md
|
|
75
66
|
- Rakefile
|
|
76
67
|
- ext/rrdiff/extconf.rb
|
|
77
68
|
- ext/rrdiff/rrdiff.c
|
|
@@ -85,38 +76,28 @@ files:
|
|
|
85
76
|
- spec/sigfile.correct
|
|
86
77
|
homepage: http://github.com/abhiyerra/rrdiff
|
|
87
78
|
licenses: []
|
|
88
|
-
|
|
79
|
+
metadata: {}
|
|
89
80
|
post_install_message:
|
|
90
81
|
rdoc_options: []
|
|
91
|
-
|
|
92
|
-
require_paths:
|
|
82
|
+
require_paths:
|
|
93
83
|
- lib
|
|
94
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
none: false
|
|
105
|
-
requirements:
|
|
106
|
-
- - ">="
|
|
107
|
-
- !ruby/object:Gem::Version
|
|
108
|
-
hash: 3
|
|
109
|
-
segments:
|
|
110
|
-
- 0
|
|
111
|
-
version: "0"
|
|
84
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
85
|
+
requirements:
|
|
86
|
+
- - '>='
|
|
87
|
+
- !ruby/object:Gem::Version
|
|
88
|
+
version: '0'
|
|
89
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
|
+
requirements:
|
|
91
|
+
- - '>='
|
|
92
|
+
- !ruby/object:Gem::Version
|
|
93
|
+
version: '0'
|
|
112
94
|
requirements: []
|
|
113
|
-
|
|
114
95
|
rubyforge_project:
|
|
115
|
-
rubygems_version:
|
|
96
|
+
rubygems_version: 2.0.3
|
|
116
97
|
signing_key:
|
|
117
|
-
specification_version:
|
|
98
|
+
specification_version: 4
|
|
118
99
|
summary: Ruby bindings to librsync which provides rdiff.
|
|
119
|
-
test_files:
|
|
100
|
+
test_files:
|
|
120
101
|
- spec/deltafile.correct
|
|
121
102
|
- spec/newfile
|
|
122
103
|
- spec/oldfile
|