From 3b2d5e6d62737d7144044891ba0f754b580079ea Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Mon, 7 Oct 2019 10:20:23 -0700 Subject: [PATCH] Fix chocolatey review tasks for e-sword --- {esword => e-sword}/e-sword.12.0.1.nupkg | Bin 4115 -> 4251 bytes e-sword/esword.nuspec | 28 ++++++ .../tools/chocolateyinstall.ps1 | 0 .../tools/chocolateyinstall.ps1+.~ | 0 esword/esword.nuspec | 80 ------------------ 5 files changed, 28 insertions(+), 80 deletions(-) rename {esword => e-sword}/e-sword.12.0.1.nupkg (53%) create mode 100644 e-sword/esword.nuspec rename {esword => e-sword}/tools/chocolateyinstall.ps1 (100%) rename {esword => e-sword}/tools/chocolateyinstall.ps1+.~ (100%) delete mode 100644 esword/esword.nuspec diff --git a/esword/e-sword.12.0.1.nupkg b/e-sword/e-sword.12.0.1.nupkg similarity index 53% rename from esword/e-sword.12.0.1.nupkg rename to e-sword/e-sword.12.0.1.nupkg index 3bc88c6a1dba967bdbb5e367cbca77b6902e9e4f..0fb1560a5e6ed77a963d753c52dbf12304ef89e8 100644 GIT binary patch delta 977 zcmbQNFk4Y5z?+$civa}Y1iJgj*d?cJ6q05XPBJz!H?S~BH8wCbH!(IdS5nZQcu-|> z9go7~7RG2hbHiiv@|m_y@KN0l;i>>1) zr66O|L~|3MqEtgmGZO>Lq{*^Oa(p1`CbC;^v|(akh-R7W$z)g`?3;hvfM+lNje3P5 z9s%u_nbI-hvRrR2-gEZZDJ;=HF#u_Y!MUV07!R^6wK;^wxcw$R)|AXzgfo>X-0@`I#;{ z7Odg@$)T&gZ!Hx*cX+|$D}O|i)a@2VN8GEg|6N$_BqmZ46m`v=ZNuAChv!?SS6W@^ ziFbC&yY|}p=0@(%T-UNsEbb7vUCDNOC>>2yqTZ<#$pd? z3y=7d$0k&B|F9_kBvE7%aaMa*gN})h#Bz_lzP&O>-G8`GU%zkjrqc7gdY2mi8fhgf z7b?Bg^z~8tdb2+4R9$kdGoS=4>~W>3=i@qem?x28m$_gT%X zPevW5mK{9#%j-qa-B*wH#IG{1X9Oi>5e6m(4p36wY{eqT#0+Biu{~r2F(w;vSSt`p zxSM-9GMK^IesH@oaexvjC{IjwI&Gcqu21tw%^a87~|TPI)S z(*j%lk58KUBpbuzI5x$}w){L`F&}>`Q>;wRC1A%V< delta 898 zcmbQOI9Wj`z?+$civa|R`f3Q02x8>JW;8(W$hn;M#1nwS_EC@JVqJg736 zjaOlE3uClha;iyUVp^)1iDj~-iJ_^vWty>hiiv5ep^>F=qKT!2UO{ngN^*gcf@g}Y zQc$v`kwLP#d8&b7ilvE>p~YlbCOJNkb>DuU+Pa02fx(e^vL};aebB+aD+WA!l|S-d zyR&@eJI;XZ+5*R2J-BNc)Jvl`=L#j2TmP-T_7Qxy~UN+$0miHD{56Xow}3p&FqNx z_YQrYF)zT!|3-if-@ebT1+lj*ia&LD)T{M$xiZEwU)grjbicrv9Sv0ib7z&j;N172asg9bh3-PXi3*$EntxLf zS=j5dPEu?}WVJ*sQv^@Nv&N~Omvl-t{NPNp=k@$JiD|)sysd(ouTx@q7Opt6_U)cd zpT`}AE9=#g!|nIojj^k%|5X+0r)9F_;zjFi4$i*Q$-6kL)rm|mli#t(Og_M)wK<7Xni*_L1CJ{c2Pmn4Qs(5de1_=hhKFAd zY>O?wG^6h1NPaB^km`Q^yR*B139Fcifk6SBx?zMP+vF&I*~tg^1?52s->PoRvSwyr z0O3HG8ZfOo`2)XhFp&-q@MdJvWkBSkn#r2cKY{jxurP|Tuem1|2&l3d@_|GFFrii} diff --git a/e-sword/esword.nuspec b/e-sword/esword.nuspec new file mode 100644 index 0000000..e826612 --- /dev/null +++ b/e-sword/esword.nuspec @@ -0,0 +1,28 @@ + + + + + + e-sword + 12.0.1 + millironx + https://github.com/millironx/chocolatey-packages + + + + + e-sword + Rick Meyers + https://e-sword.net/ + https://e-sword.net/images/header-logo.png + 2019 Rick Meyers + https://e-sword.net/training.html + esword bible christianity + The Sword of the LORD with an electronic edge + e-Sword is a fast and effective way to study the Bible. e-Sword is feature rich and user friendly with more capabilities than you would expect in a free Bible study app. + **Downloader** updated to accommodate the AMG Publishers titles now being sold through eStudySource. + + + + + diff --git a/esword/tools/chocolateyinstall.ps1 b/e-sword/tools/chocolateyinstall.ps1 similarity index 100% rename from esword/tools/chocolateyinstall.ps1 rename to e-sword/tools/chocolateyinstall.ps1 diff --git a/esword/tools/chocolateyinstall.ps1+.~ b/e-sword/tools/chocolateyinstall.ps1+.~ similarity index 100% rename from esword/tools/chocolateyinstall.ps1+.~ rename to e-sword/tools/chocolateyinstall.ps1+.~ diff --git a/esword/esword.nuspec b/esword/esword.nuspec deleted file mode 100644 index 5367fdb..0000000 --- a/esword/esword.nuspec +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - e-sword - - - - 12.0.1 - - - - - - - - e-sword - Rick Meyers - - https://e-sword.net/ - https://e-sword.net/images/header-logo.png - 2019 Rick Meyers - - - - - - - esword bible christianity - The Sword of the LORD with an electronic edge - e-Sword is a fast and effective way to study the Bible. e-Sword is feature rich and user friendly with more capabilities than you would expect in a free Bible study app. - - - - - - - - - - - - - - - - -