Skip to content

Commit

Permalink
bump version and freshen meta (no release just yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
jberger committed Mar 11, 2013
1 parent a60f7d5 commit c2a794f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
4 changes: 4 additions & 0 deletions MANIFEST
Expand Up @@ -10,6 +10,7 @@ lib/Galileo/DB/Schema.pm
lib/Galileo/DB/Schema/Result/Menu.pm
lib/Galileo/DB/Schema/Result/Page.pm
lib/Galileo/DB/Schema/Result/User.pm
lib/Galileo/File.pm
lib/Galileo/files/public/assets/bootstrap/css/bootstrap-responsive.min.css
lib/Galileo/files/public/assets/bootstrap/css/bootstrap.min.css
lib/Galileo/files/public/assets/bootstrap/img/glyphicons-halflings-white.png
Expand Down Expand Up @@ -50,3 +51,6 @@ META.yml
README.pod
t/basic.t
t/locations.t
t/locations/static/test.html
t/locations/uploads/image1.jpg
t/locations/uploads/img/image2.jpg
10 changes: 7 additions & 3 deletions META.json
Expand Up @@ -4,7 +4,7 @@
"Joel Berger"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.4003, CPAN::Meta::Converter version 2.120630",
"generated_by" : "Module::Build version 0.4, CPAN::Meta::Converter version 2.120921",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -45,7 +45,7 @@
"provides" : {
"Galileo" : {
"file" : "lib/Galileo.pm",
"version" : "0.023"
"version" : "0.024"
},
"Galileo::Admin" : {
"file" : "lib/Galileo/Admin.pm",
Expand Down Expand Up @@ -79,6 +79,10 @@
"file" : "lib/Galileo/DB/Schema/Result/User.pm",
"version" : 0
},
"Galileo::File" : {
"file" : "lib/Galileo/File.pm",
"version" : 0
},
"Galileo::Menu" : {
"file" : "lib/Galileo/Menu.pm",
"version" : 0
Expand All @@ -104,5 +108,5 @@
"url" : "http://github.com/jberger/Galileo"
}
},
"version" : "0.023"
"version" : "0.024"
}
9 changes: 6 additions & 3 deletions META.yml
Expand Up @@ -6,7 +6,7 @@ build_requires: {}
configure_requires:
Module::Build: 0.38
dynamic_config: 1
generated_by: 'Module::Build version 0.4003, CPAN::Meta::Converter version 2.120630'
generated_by: 'Module::Build version 0.4, CPAN::Meta::Converter version 2.120921'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand All @@ -18,7 +18,7 @@ no_index:
provides:
Galileo:
file: lib/Galileo.pm
version: 0.023
version: 0.024
Galileo::Admin:
file: lib/Galileo/Admin.pm
version: 0
Expand All @@ -43,6 +43,9 @@ provides:
Galileo::DB::Schema::Result::User:
file: lib/Galileo/DB/Schema/Result/User.pm
version: 0
Galileo::File:
file: lib/Galileo/File.pm
version: 0
Galileo::Menu:
file: lib/Galileo/Menu.pm
version: 0
Expand Down Expand Up @@ -70,4 +73,4 @@ resources:
bugtracker: http://github.com/jberger/Galileo/issues
license: http://dev.perl.org/licenses/
repository: http://github.com/jberger/Galileo
version: 0.023
version: 0.024
2 changes: 1 addition & 1 deletion lib/Galileo.pm
@@ -1,7 +1,7 @@
package Galileo;
use Mojo::Base 'Mojolicious';

our $VERSION = '0.023';
our $VERSION = '0.024';
$VERSION = eval $VERSION;

use File::Basename 'dirname';
Expand Down

0 comments on commit c2a794f

Please sign in to comment.