Skip to content

Commit 4f87c97

Browse files
committed
update to 0.31
1 parent 08ad2cf commit 4f87c97

File tree

9 files changed

+1527
-221
lines changed

9 files changed

+1527
-221
lines changed

Changes

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Revision history for jQuery-File-Upload
3030

3131
added relative_to_host method
3232

33-
0.07
33+
0.07
3434

3535
added require_image method
3636

@@ -119,3 +119,6 @@ Revision history for jQuery-File-Upload
119119
0.30
120120
Added copy_to and process_images
121121
Added reject_file_types
122+
123+
0.31
124+
Fixed license meta name. (@manwar)

MYMETA.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"Adam Hopkins <srchulo@cpan.org>"
55
],
66
"dynamic_config" : 0,
7-
"generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.133380",
7+
"generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010",
88
"license" : [
9-
"unknown"
9+
"artistic_2"
1010
],
1111
"meta-spec" : {
1212
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
13-
"version" : "2"
13+
"version" : 2
1414
},
1515
"name" : "jQuery-File-Upload",
1616
"no_index" : {
@@ -46,5 +46,6 @@
4646
}
4747
},
4848
"release_status" : "stable",
49-
"version" : "0.30"
49+
"version" : "0.31",
50+
"x_serialization_backend" : "JSON::PP version 4.02"
5051
}

MYMETA.yml

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,30 @@ abstract: 'Server-side solution for the L<jQuery File Upload|https://github.com/
33
author:
44
- 'Adam Hopkins <srchulo@cpan.org>'
55
build_requires:
6-
Test::More: 0
6+
Test::More: '0'
77
configure_requires:
8-
ExtUtils::MakeMaker: 0
8+
ExtUtils::MakeMaker: '0'
99
dynamic_config: 0
10-
generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.133380'
11-
license: unknown
10+
generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010'
11+
license: artistic_2
1212
meta-spec:
1313
url: http://module-build.sourceforge.net/META-spec-v1.4.html
14-
version: 1.4
14+
version: '1.4'
1515
name: jQuery-File-Upload
1616
no_index:
1717
directory:
1818
- t
1919
- inc
2020
requires:
21-
CGI: 0
22-
Cwd: 0
23-
Data::GUID: 0
24-
Image::Magick: 0
25-
JSON: 0
26-
JSON::XS: 0
27-
Net::SSH2: 0
28-
Net::SSH2::SFTP: 0
29-
URI: 0
30-
perl: 5.006
31-
version: 0.30
21+
CGI: '0'
22+
Cwd: '0'
23+
Data::GUID: '0'
24+
Image::Magick: '0'
25+
JSON: '0'
26+
JSON::XS: '0'
27+
Net::SSH2: '0'
28+
Net::SSH2::SFTP: '0'
29+
URI: '0'
30+
perl: '5.006'
31+
version: '0.31'
32+
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

0 commit comments

Comments
 (0)