rugged 0.16.0b1 → 0.16.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/rugged/version.rb +1 -1
  2. metadata +39 -26
@@ -1,3 +1,3 @@
1
1
  module Rugged
2
- Version = VERSION = '0.16.0b1'
2
+ Version = VERSION = '0.16.0'
3
3
  end
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
- version: 0.16.0b1
5
- prerelease: 6
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
- date: 2011-11-29 00:00:00.000000000Z
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
- extensions:
28
+
29
+ extensions:
24
30
  - ext/rugged/extconf.rb
25
31
  extra_rdoc_files: []
26
- files:
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
- - ext/rugged/extconf.rb
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
- require_paths:
345
+
346
+ require_paths:
338
347
  - lib
339
- required_ruby_version: !ruby/object:Gem::Requirement
340
- none: false
341
- requirements:
342
- - - ! '>='
343
- - !ruby/object:Gem::Version
344
- version: '0'
345
- required_rubygems_version: !ruby/object:Gem::Requirement
346
- none: false
347
- requirements:
348
- - - ! '>'
349
- - !ruby/object:Gem::Version
350
- version: 1.3.1
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.8.6
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
+