EasyRPG / easyrpg.org

The EasyRPG project website
https://easyrpg.org
13 stars 7 forks source link

Add Vita toolchain links + windows runtime link #19

Closed Ghabry closed 8 years ago

carstene1ns commented 8 years ago

Seems like rake is too old/broken on fedora. We need this:

diff --git a/Gemfile b/Gemfile
index 5ceb559..0072cfe 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,6 +5,7 @@ gem 'nanoc'
 gem 'kramdown'
 gem 'builder'
 gem 'sass'
+gem 'rake'

 group :development do
   gem 'guard-nanoc', github: 'guard/guard-nanoc'
diff --git a/Gemfile.lock b/Gemfile.lock
index e0ea499..c299f7c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -52,6 +52,7 @@ GEM
       method_source (~> 0.8.1)
       slop (~> 3.4)
     rack (1.6.4)
+    rake (11.2.2)
     rb-fsevent (0.9.6)
     rb-inotify (0.9.5)
       ffi (>= 0.5.0)
@@ -77,6 +78,7 @@ DEPENDENCIES
   kramdown
   nanoc
   nokogiri
+  rake
   sass
   thin
   w3c_validators