rugged 0.23.1 → 0.23.1.6.g1346734.pre
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +13 -5
- data/lib/rugged/version.rb +2 -1
- metadata +80 -77
checksums.yaml
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
N2VlYTdkMDI3N2M5YTFmYjJjYjI3MDNmZjNlODA0OTI2N2FjODQ5Yw==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
NTVjN2M4OTRjMTMxN2QwZGE2YTFkNTNhNzg2MzFkMjc5M2UzZDA3ZA==
|
5
7
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
NjlhODRiNmI5MzQwOTYyMmU3MjUwYTZmNDA1MTdiYTAwYzRiZmYyMjRmNjYz
|
10
|
+
NDY0OGZmZmRkZTU5NzRmOTE1NGQ3MGU5ZTgxYmMxODM4ZjgzYTgwMGYyZDIx
|
11
|
+
YTJjZWRjNzdjNWU3MTIxMDRlODBlNWU2Nzc1ZWRkMGQ2MzdlN2U=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
ZTIyYjBkMmExNmVlMWEyZjIwY2QyMTcxMmYxZDEyNGEwZTA5MjFkZDYyODRl
|
14
|
+
MWY3YWQ2ZGM4Mzc5MjEzM2UwNjJjY2NkYmViMTc3NmQ5OTJlZTIxYWRmNDIw
|
15
|
+
ZmNkNTU1MTEyNzI3NDExNDdkYmU4NDVhZDgzNjNhY2UwODc2NzA=
|
data/lib/rugged/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rugged
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.23.1
|
4
|
+
version: 0.23.1.6.g1346734.pre
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Scott Chacon
|
@@ -9,34 +9,34 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-08-
|
12
|
+
date: 2015-08-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake-compiler
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
17
17
|
requirements:
|
18
|
-
- - '>='
|
18
|
+
- - ! '>='
|
19
19
|
- !ruby/object:Gem::Version
|
20
20
|
version: 0.9.0
|
21
21
|
type: :development
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
|
-
- - '>='
|
25
|
+
- - ! '>='
|
26
26
|
- !ruby/object:Gem::Version
|
27
27
|
version: 0.9.0
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: pry
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
31
31
|
requirements:
|
32
|
-
- - '>='
|
32
|
+
- - ! '>='
|
33
33
|
- !ruby/object:Gem::Version
|
34
34
|
version: '0'
|
35
35
|
type: :development
|
36
36
|
prerelease: false
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
|
-
- - '>='
|
39
|
+
- - ! '>='
|
40
40
|
- !ruby/object:Gem::Version
|
41
41
|
version: '0'
|
42
42
|
- !ruby/object:Gem::Dependency
|
@@ -53,39 +53,21 @@ dependencies:
|
|
53
53
|
- - ~>
|
54
54
|
- !ruby/object:Gem::Version
|
55
55
|
version: '3.0'
|
56
|
-
description:
|
57
|
-
|
56
|
+
description: ! 'Rugged is a Ruby bindings to the libgit2 linkable C Git library. This
|
57
|
+
is
|
58
|
+
|
58
59
|
for testing and using the libgit2 library in a language that is awesome.
|
60
|
+
|
61
|
+
'
|
59
62
|
email: schacon@gmail.com
|
60
63
|
executables: []
|
61
64
|
extensions:
|
62
65
|
- ext/rugged/extconf.rb
|
63
66
|
extra_rdoc_files: []
|
64
67
|
files:
|
65
|
-
- README.md
|
66
68
|
- LICENSE
|
67
|
-
-
|
68
|
-
-
|
69
|
-
- lib/rugged/branch.rb
|
70
|
-
- lib/rugged/commit.rb
|
71
|
-
- lib/rugged/console.rb
|
72
|
-
- lib/rugged/credentials.rb
|
73
|
-
- lib/rugged/diff/delta.rb
|
74
|
-
- lib/rugged/diff/hunk.rb
|
75
|
-
- lib/rugged/diff/line.rb
|
76
|
-
- lib/rugged/diff.rb
|
77
|
-
- lib/rugged/index.rb
|
78
|
-
- lib/rugged/object.rb
|
79
|
-
- lib/rugged/patch.rb
|
80
|
-
- lib/rugged/reference.rb
|
81
|
-
- lib/rugged/remote.rb
|
82
|
-
- lib/rugged/repository.rb
|
83
|
-
- lib/rugged/submodule_collection.rb
|
84
|
-
- lib/rugged/tag.rb
|
85
|
-
- lib/rugged/tree.rb
|
86
|
-
- lib/rugged/version.rb
|
87
|
-
- lib/rugged/walker.rb
|
88
|
-
- lib/rugged.rb
|
69
|
+
- README.md
|
70
|
+
- ext/rugged/extconf.rb
|
89
71
|
- ext/rugged/rugged.c
|
90
72
|
- ext/rugged/rugged.h
|
91
73
|
- ext/rugged/rugged_backend.c
|
@@ -117,12 +99,72 @@ files:
|
|
117
99
|
- ext/rugged/rugged_tag.c
|
118
100
|
- ext/rugged/rugged_tag_collection.c
|
119
101
|
- ext/rugged/rugged_tree.c
|
102
|
+
- lib/rugged.rb
|
103
|
+
- lib/rugged/attributes.rb
|
104
|
+
- lib/rugged/blob.rb
|
105
|
+
- lib/rugged/branch.rb
|
106
|
+
- lib/rugged/commit.rb
|
107
|
+
- lib/rugged/console.rb
|
108
|
+
- lib/rugged/credentials.rb
|
109
|
+
- lib/rugged/diff.rb
|
110
|
+
- lib/rugged/diff/delta.rb
|
111
|
+
- lib/rugged/diff/hunk.rb
|
112
|
+
- lib/rugged/diff/line.rb
|
113
|
+
- lib/rugged/index.rb
|
114
|
+
- lib/rugged/object.rb
|
115
|
+
- lib/rugged/patch.rb
|
116
|
+
- lib/rugged/reference.rb
|
117
|
+
- lib/rugged/remote.rb
|
118
|
+
- lib/rugged/repository.rb
|
119
|
+
- lib/rugged/submodule_collection.rb
|
120
|
+
- lib/rugged/tag.rb
|
121
|
+
- lib/rugged/tree.rb
|
122
|
+
- lib/rugged/version.rb
|
123
|
+
- lib/rugged/walker.rb
|
124
|
+
- vendor/libgit2/AUTHORS
|
125
|
+
- vendor/libgit2/CMakeLists.txt
|
126
|
+
- vendor/libgit2/COPYING
|
127
|
+
- vendor/libgit2/Makefile.embed
|
120
128
|
- vendor/libgit2/cmake/Modules/AddCFlagIfSupported.cmake
|
121
129
|
- vendor/libgit2/cmake/Modules/FindCoreFoundation.cmake
|
122
130
|
- vendor/libgit2/cmake/Modules/FindGSSAPI.cmake
|
123
131
|
- vendor/libgit2/cmake/Modules/FindHTTP_Parser.cmake
|
124
132
|
- vendor/libgit2/cmake/Modules/FindIconv.cmake
|
125
133
|
- vendor/libgit2/cmake/Modules/FindSecurity.cmake
|
134
|
+
- vendor/libgit2/deps/http-parser/LICENSE-MIT
|
135
|
+
- vendor/libgit2/deps/http-parser/http_parser.c
|
136
|
+
- vendor/libgit2/deps/http-parser/http_parser.h
|
137
|
+
- vendor/libgit2/deps/regex/config.h
|
138
|
+
- vendor/libgit2/deps/regex/regcomp.c
|
139
|
+
- vendor/libgit2/deps/regex/regex.c
|
140
|
+
- vendor/libgit2/deps/regex/regex.h
|
141
|
+
- vendor/libgit2/deps/regex/regex_internal.c
|
142
|
+
- vendor/libgit2/deps/regex/regex_internal.h
|
143
|
+
- vendor/libgit2/deps/regex/regexec.c
|
144
|
+
- vendor/libgit2/deps/winhttp/urlmon.h
|
145
|
+
- vendor/libgit2/deps/winhttp/winhttp.def
|
146
|
+
- vendor/libgit2/deps/winhttp/winhttp.h
|
147
|
+
- vendor/libgit2/deps/winhttp/winhttp64.def
|
148
|
+
- vendor/libgit2/deps/zlib/adler32.c
|
149
|
+
- vendor/libgit2/deps/zlib/crc32.c
|
150
|
+
- vendor/libgit2/deps/zlib/crc32.h
|
151
|
+
- vendor/libgit2/deps/zlib/deflate.c
|
152
|
+
- vendor/libgit2/deps/zlib/deflate.h
|
153
|
+
- vendor/libgit2/deps/zlib/infback.c
|
154
|
+
- vendor/libgit2/deps/zlib/inffast.c
|
155
|
+
- vendor/libgit2/deps/zlib/inffast.h
|
156
|
+
- vendor/libgit2/deps/zlib/inffixed.h
|
157
|
+
- vendor/libgit2/deps/zlib/inflate.c
|
158
|
+
- vendor/libgit2/deps/zlib/inflate.h
|
159
|
+
- vendor/libgit2/deps/zlib/inftrees.c
|
160
|
+
- vendor/libgit2/deps/zlib/inftrees.h
|
161
|
+
- vendor/libgit2/deps/zlib/trees.c
|
162
|
+
- vendor/libgit2/deps/zlib/trees.h
|
163
|
+
- vendor/libgit2/deps/zlib/zconf.h
|
164
|
+
- vendor/libgit2/deps/zlib/zlib.h
|
165
|
+
- vendor/libgit2/deps/zlib/zutil.c
|
166
|
+
- vendor/libgit2/deps/zlib/zutil.h
|
167
|
+
- vendor/libgit2/include/git2.h
|
126
168
|
- vendor/libgit2/include/git2/annotated_commit.h
|
127
169
|
- vendor/libgit2/include/git2/attr.h
|
128
170
|
- vendor/libgit2/include/git2/blame.h
|
@@ -197,7 +239,7 @@ files:
|
|
197
239
|
- vendor/libgit2/include/git2/tree.h
|
198
240
|
- vendor/libgit2/include/git2/types.h
|
199
241
|
- vendor/libgit2/include/git2/version.h
|
200
|
-
- vendor/libgit2/
|
242
|
+
- vendor/libgit2/libgit2.pc.in
|
201
243
|
- vendor/libgit2/src/annotated_commit.c
|
202
244
|
- vendor/libgit2/src/annotated_commit.h
|
203
245
|
- vendor/libgit2/src/array.h
|
@@ -276,14 +318,14 @@ files:
|
|
276
318
|
- vendor/libgit2/src/global.c
|
277
319
|
- vendor/libgit2/src/global.h
|
278
320
|
- vendor/libgit2/src/graph.c
|
321
|
+
- vendor/libgit2/src/hash.c
|
322
|
+
- vendor/libgit2/src/hash.h
|
279
323
|
- vendor/libgit2/src/hash/hash_common_crypto.h
|
280
324
|
- vendor/libgit2/src/hash/hash_generic.c
|
281
325
|
- vendor/libgit2/src/hash/hash_generic.h
|
282
326
|
- vendor/libgit2/src/hash/hash_openssl.h
|
283
327
|
- vendor/libgit2/src/hash/hash_win32.c
|
284
328
|
- vendor/libgit2/src/hash/hash_win32.h
|
285
|
-
- vendor/libgit2/src/hash.c
|
286
|
-
- vendor/libgit2/src/hash.h
|
287
329
|
- vendor/libgit2/src/hashsig.c
|
288
330
|
- vendor/libgit2/src/ident.c
|
289
331
|
- vendor/libgit2/src/ignore.c
|
@@ -469,45 +511,6 @@ files:
|
|
469
511
|
- vendor/libgit2/src/xdiff/xutils.h
|
470
512
|
- vendor/libgit2/src/zstream.c
|
471
513
|
- vendor/libgit2/src/zstream.h
|
472
|
-
- vendor/libgit2/deps/http-parser/http_parser.c
|
473
|
-
- vendor/libgit2/deps/http-parser/http_parser.h
|
474
|
-
- vendor/libgit2/deps/http-parser/LICENSE-MIT
|
475
|
-
- vendor/libgit2/deps/regex/config.h
|
476
|
-
- vendor/libgit2/deps/regex/regcomp.c
|
477
|
-
- vendor/libgit2/deps/regex/regex.c
|
478
|
-
- vendor/libgit2/deps/regex/regex.h
|
479
|
-
- vendor/libgit2/deps/regex/regex_internal.c
|
480
|
-
- vendor/libgit2/deps/regex/regex_internal.h
|
481
|
-
- vendor/libgit2/deps/regex/regexec.c
|
482
|
-
- vendor/libgit2/deps/winhttp/urlmon.h
|
483
|
-
- vendor/libgit2/deps/winhttp/winhttp.def
|
484
|
-
- vendor/libgit2/deps/winhttp/winhttp.h
|
485
|
-
- vendor/libgit2/deps/winhttp/winhttp64.def
|
486
|
-
- vendor/libgit2/deps/zlib/adler32.c
|
487
|
-
- vendor/libgit2/deps/zlib/crc32.c
|
488
|
-
- vendor/libgit2/deps/zlib/crc32.h
|
489
|
-
- vendor/libgit2/deps/zlib/deflate.c
|
490
|
-
- vendor/libgit2/deps/zlib/deflate.h
|
491
|
-
- vendor/libgit2/deps/zlib/infback.c
|
492
|
-
- vendor/libgit2/deps/zlib/inffast.c
|
493
|
-
- vendor/libgit2/deps/zlib/inffast.h
|
494
|
-
- vendor/libgit2/deps/zlib/inffixed.h
|
495
|
-
- vendor/libgit2/deps/zlib/inflate.c
|
496
|
-
- vendor/libgit2/deps/zlib/inflate.h
|
497
|
-
- vendor/libgit2/deps/zlib/inftrees.c
|
498
|
-
- vendor/libgit2/deps/zlib/inftrees.h
|
499
|
-
- vendor/libgit2/deps/zlib/trees.c
|
500
|
-
- vendor/libgit2/deps/zlib/trees.h
|
501
|
-
- vendor/libgit2/deps/zlib/zconf.h
|
502
|
-
- vendor/libgit2/deps/zlib/zlib.h
|
503
|
-
- vendor/libgit2/deps/zlib/zutil.c
|
504
|
-
- vendor/libgit2/deps/zlib/zutil.h
|
505
|
-
- vendor/libgit2/CMakeLists.txt
|
506
|
-
- vendor/libgit2/Makefile.embed
|
507
|
-
- vendor/libgit2/AUTHORS
|
508
|
-
- vendor/libgit2/COPYING
|
509
|
-
- vendor/libgit2/libgit2.pc.in
|
510
|
-
- ext/rugged/extconf.rb
|
511
514
|
homepage: https://github.com/libgit2/rugged
|
512
515
|
licenses:
|
513
516
|
- MIT
|
@@ -518,17 +521,17 @@ require_paths:
|
|
518
521
|
- lib
|
519
522
|
required_ruby_version: !ruby/object:Gem::Requirement
|
520
523
|
requirements:
|
521
|
-
- - '>='
|
524
|
+
- - ! '>='
|
522
525
|
- !ruby/object:Gem::Version
|
523
526
|
version: 1.9.3
|
524
527
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
525
528
|
requirements:
|
526
|
-
- - '
|
529
|
+
- - ! '>'
|
527
530
|
- !ruby/object:Gem::Version
|
528
|
-
version:
|
531
|
+
version: 1.3.1
|
529
532
|
requirements: []
|
530
533
|
rubyforge_project:
|
531
|
-
rubygems_version: 2.
|
534
|
+
rubygems_version: 2.4.5
|
532
535
|
signing_key:
|
533
536
|
specification_version: 4
|
534
537
|
summary: Rugged is a Ruby binding to the libgit2 linkable library
|