rugged 0.16.0b1 → 0.16.0
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/lib/rugged/version.rb +1 -1
- metadata +39 -26
data/lib/rugged/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,29 +1,36 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rugged
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
prerelease: false
|
|
5
|
+
segments:
|
|
6
|
+
- 0
|
|
7
|
+
- 16
|
|
8
|
+
- 0
|
|
9
|
+
version: 0.16.0
|
|
6
10
|
platform: ruby
|
|
7
|
-
authors:
|
|
11
|
+
authors:
|
|
8
12
|
- Scott Chacon
|
|
9
13
|
- Vicent Marti
|
|
10
14
|
autorequire:
|
|
11
15
|
bindir: bin
|
|
12
16
|
cert_chain: []
|
|
13
|
-
|
|
17
|
+
|
|
18
|
+
date: 2011-11-29 00:00:00 +01:00
|
|
19
|
+
default_executable:
|
|
14
20
|
dependencies: []
|
|
15
|
-
description: ! 'Rugged is a Ruby bindings to the libgit2 linkable C Git library. This
|
|
16
|
-
is
|
|
17
21
|
|
|
22
|
+
description: |
|
|
23
|
+
Rugged is a Ruby bindings to the libgit2 linkable C Git library. This is
|
|
18
24
|
for testing and using the libgit2 library in a language that is awesome.
|
|
19
25
|
|
|
20
|
-
'
|
|
21
26
|
email: schacon@gmail.com
|
|
22
27
|
executables: []
|
|
23
|
-
|
|
28
|
+
|
|
29
|
+
extensions:
|
|
24
30
|
- ext/rugged/extconf.rb
|
|
25
31
|
extra_rdoc_files: []
|
|
26
|
-
|
|
32
|
+
|
|
33
|
+
files:
|
|
27
34
|
- README.md
|
|
28
35
|
- Rakefile
|
|
29
36
|
- LICENSE
|
|
@@ -329,29 +336,35 @@ files:
|
|
|
329
336
|
- ext/rugged/vendor/libgit2-dist/tests-clay/odb/pack_data.h
|
|
330
337
|
- ext/rugged/vendor/libgit2-dist/tests-clay/status/status_data.h
|
|
331
338
|
- ext/rugged/vendor/libgit2-dist.tar.gz
|
|
332
|
-
|
|
339
|
+
has_rdoc: true
|
|
333
340
|
homepage: http://github.com/libgit2/rugged
|
|
334
341
|
licenses: []
|
|
342
|
+
|
|
335
343
|
post_install_message:
|
|
336
344
|
rdoc_options: []
|
|
337
|
-
|
|
345
|
+
|
|
346
|
+
require_paths:
|
|
338
347
|
- lib
|
|
339
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
requirements:
|
|
348
|
-
- -
|
|
349
|
-
- !ruby/object:Gem::Version
|
|
350
|
-
|
|
348
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
349
|
+
requirements:
|
|
350
|
+
- - ">="
|
|
351
|
+
- !ruby/object:Gem::Version
|
|
352
|
+
segments:
|
|
353
|
+
- 0
|
|
354
|
+
version: "0"
|
|
355
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
356
|
+
requirements:
|
|
357
|
+
- - ">="
|
|
358
|
+
- !ruby/object:Gem::Version
|
|
359
|
+
segments:
|
|
360
|
+
- 0
|
|
361
|
+
version: "0"
|
|
351
362
|
requirements: []
|
|
363
|
+
|
|
352
364
|
rubyforge_project:
|
|
353
|
-
rubygems_version: 1.
|
|
365
|
+
rubygems_version: 1.3.6
|
|
354
366
|
signing_key:
|
|
355
367
|
specification_version: 3
|
|
356
368
|
summary: Rugged is a Ruby binding to the libgit2 linkable library
|
|
357
369
|
test_files: []
|
|
370
|
+
|