potracer 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. metadata +8 -11
  3. data/ext/potracer/extconf.h +0 -4
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: be4b0ef3e0d7a90110d7cca27fa69140d15c4fb6
4
+ data.tar.gz: 0570325432230114768967f930c101c076906a0d
5
+ SHA512:
6
+ metadata.gz: 900b101b70cfdb7fd1c8dc4fc42c21202baf528ac422d7c009e852f0eeaaeecbea1ff966f19eeab194859331e8664e17ab95fd22374bf8358f36ee7024a80765
7
+ data.tar.gz: c04af42d5b6f3b9c9bd79e083557f126da8c91d80cceac5fb330d96b7e10dcb14a723c6f2f564de21366ca34fae08db0a53a34d4fd67e5572709a648a0ed7cae
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: potracer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
5
- prerelease:
4
+ version: 1.1.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Kenny Parnell
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-03-11 00:00:00.000000000 Z
11
+ date: 2013-05-10 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: Ruby bindings for the potrace library.
15
14
  email: k.parnell@gmail.com
@@ -19,32 +18,30 @@ extensions:
19
18
  extra_rdoc_files: []
20
19
  files:
21
20
  - lib/potracer.rb
22
- - ext/potracer/extconf.h
23
21
  - ext/potracer/extconf.rb
24
22
  - ext/potracer/potracer.c
25
23
  - ext/potracer/potracer.h
26
- homepage: https://github.com/kparnell/potracer
24
+ homepage: https://github.com/kennyp/potracer
27
25
  licenses: []
26
+ metadata: {}
28
27
  post_install_message:
29
28
  rdoc_options: []
30
29
  require_paths:
31
30
  - lib
32
31
  required_ruby_version: !ruby/object:Gem::Requirement
33
- none: false
34
32
  requirements:
35
- - - ! '>='
33
+ - - '>='
36
34
  - !ruby/object:Gem::Version
37
35
  version: '0'
38
36
  required_rubygems_version: !ruby/object:Gem::Requirement
39
- none: false
40
37
  requirements:
41
- - - ! '>='
38
+ - - '>='
42
39
  - !ruby/object:Gem::Version
43
40
  version: '0'
44
41
  requirements: []
45
42
  rubyforge_project:
46
- rubygems_version: 1.8.23
43
+ rubygems_version: 2.0.0
47
44
  signing_key:
48
- specification_version: 3
45
+ specification_version: 4
49
46
  summary: Ruby bindings for potrace.
50
47
  test_files: []
@@ -1,4 +0,0 @@
1
- #ifndef EXTCONF_H
2
- #define EXTCONF_H
3
- #define HAVE_POTRACELIB_H 1
4
- #endif