[Bps-public-commit] rt-extension-assets-applegsx branch, master, updated. 00b6a892fd772505e7d1c37ba1b354225d13c51a

Alex Vandiver alexmv at bestpractical.com
Wed Feb 5 16:25:40 EST 2014


The branch, master has been updated
       via  00b6a892fd772505e7d1c37ba1b354225d13c51a (commit)
      from  d689191391e57883966fb189e08ffc2fc47c0c53 (commit)

Summary of changes:
 Changes                             |  3 +++
 MANIFEST                            | 24 ++++++++++++++++++++++++
 META.yml                            |  2 +-
 lib/RT/Extension/Assets/AppleGSX.pm |  2 +-
 4 files changed, 29 insertions(+), 2 deletions(-)
 create mode 100644 Changes
 create mode 100644 MANIFEST

- Log -----------------------------------------------------------------
commit 00b6a892fd772505e7d1c37ba1b354225d13c51a
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed Feb 5 16:24:55 2014 -0500

    Version 1.0 releng

diff --git a/Changes b/Changes
new file mode 100644
index 0000000..60b7303
--- /dev/null
+++ b/Changes
@@ -0,0 +1,3 @@
+1.0 2014-02-05
+
+ - Initial release
diff --git a/MANIFEST b/MANIFEST
new file mode 100644
index 0000000..4f6178e
--- /dev/null
+++ b/MANIFEST
@@ -0,0 +1,24 @@
+bin/rt-apple-gsx-set-warranty.in
+Changes
+etc/initialdata
+html/Admin/Assets/GSX/index.html
+html/Callbacks/RT-Extension-Assets-AppleGSX/Asset/Display.html/BeforeDisplay
+html/Callbacks/RT-Extension-Assets-AppleGSX/Elements/Tabs/Privileged
+inc/Module/Install.pm
+inc/Module/Install/Base.pm
+inc/Module/Install/Can.pm
+inc/Module/Install/Fetch.pm
+inc/Module/Install/Makefile.pm
+inc/Module/Install/Metadata.pm
+inc/Module/Install/ReadmeFromPod.pm
+inc/Module/Install/RTx.pm
+inc/Module/Install/RTx/Factory.pm
+inc/Module/Install/Substitute.pm
+inc/Module/Install/Win32.pm
+inc/Module/Install/WriteAll.pm
+lib/RT/Extension/Assets/AppleGSX.pm
+lib/RT/Extension/Assets/AppleGSX/Client.pm
+Makefile.PL
+MANIFEST			This list of files
+META.yml
+README
diff --git a/META.yml b/META.yml
index a7bc482..1fe6e7d 100644
--- a/META.yml
+++ b/META.yml
@@ -26,4 +26,4 @@ requires:
   XML::Simple: 0
 resources:
   license: http://opensource.org/licenses/gpl-license.php
-version: 0.02
+version: 1.0
diff --git a/lib/RT/Extension/Assets/AppleGSX.pm b/lib/RT/Extension/Assets/AppleGSX.pm
index 185d542..df1ebbc 100644
--- a/lib/RT/Extension/Assets/AppleGSX.pm
+++ b/lib/RT/Extension/Assets/AppleGSX.pm
@@ -3,7 +3,7 @@ use warnings;
 package RT::Extension::Assets::AppleGSX;
 use RT::Extension::Assets::AppleGSX::Client;
 
-our $VERSION = '0.02';
+our $VERSION = '1.0';
 
 my $CLIENT;
 my $CLIENT_CACHE;

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list