Browse Source

Update Crystal/Moonshine : problem fixed

blee-techempower 9 years ago
parent
commit
baa0df453a

+ 0 - 1
frameworks/Crystal/moonshine/server-postgres.cr

@@ -4,7 +4,6 @@ require "html/builder"
 
 include Moonshine
 include Moonshine::Utils::Shortcuts
-include Moonshine::Base
 
 # Compose Objects (like Hash) to have a to_json method
 require "json/to_json"

+ 0 - 1
frameworks/Crystal/moonshine/server-redis.cr

@@ -4,7 +4,6 @@ require "html/builder"
 
 include Moonshine
 include Moonshine::Utils::Shortcuts
-include Moonshine::Base
 
 # Compose Objects (like Hash) to have a to_json method
 require "json/to_json"

+ 2 - 2
frameworks/Crystal/moonshine/shard.yml

@@ -4,12 +4,12 @@ version: "0.0.1"
 dependencies:
   pg:
     github: "will/crystal-pg"
-    version: ">= 0.4.2"
+    version: ">= 0.4.3"
   moonshine:
     github: "dhruvrajvanshi/Moonshine"
     branch: master
   redis:
     github: "stefanwille/crystal-redis"
-    version: "~> 1.1.0"
+    version: "~> 1.2.1"
 
 license: MIT

+ 1 - 1
toolset/setup/linux/languages/crystal.sh

@@ -7,7 +7,7 @@ RETCODE=$(fw_exists ${IROOT}/crystal.installed)
 
 # install crystal
 
-VERSION="0.8.0"
+VERSION="0.9.1"
 
 SAVE_AS=crystal-$VERSION-1-linux-x86_64.tar.gz
 URL=https://github.com/manastech/crystal/releases/download/$VERSION/crystal-$VERSION-1-linux-x86_64.tar.gz