Windows compatibility fix

master
Zequez 2015-01-15 20:49:32 -03:00
parent 968de80620
commit e8d2a22724
285 changed files with 25 additions and 8 deletions

0
.gitignore vendored Executable file → Normal file
View File

0
.rspec Executable file → Normal file
View File

5
Gemfile Executable file → Normal file
View File

@ -1,5 +1,5 @@
source 'https://rubygems.org'
source 'https://rails-assets.org'
source 'http://rails-assets.org'
# Base
@ -81,3 +81,6 @@ gem 'nokogiri' # To parse HTML, for the scrapper
# gem 'unicorn' # Use unicorn as the app server
# gem 'capistrano-rails', group: :development # Use Capistrano for deployment
# gem 'debugger', group: [:development, :test] # Use debugger
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]

25
Gemfile.lock Executable file → Normal file
View File

@ -61,7 +61,7 @@ GIT
GEM
remote: https://rubygems.org/
remote: https://rails-assets.org/
remote: http://rails-assets.org/
specs:
actionmailer (4.1.1)
actionpack (= 4.1.1)
@ -101,7 +101,8 @@ GEM
aws-sdk-v1 (1.52.0)
json (~> 1.4)
nokogiri (>= 1.4.4)
bcrypt (3.1.7)
bcrypt (3.1.9)
bcrypt (3.1.9-x64-mingw32)
bourbon (4.0.2)
sass (~> 3.3)
thor
@ -148,14 +149,15 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
erubis (2.7.0)
eventmachine (1.0.3)
eventmachine (1.0.4)
execjs (2.2.1)
factory_girl (4.4.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.4.1)
factory_girl (~> 4.4.0)
railties (>= 3.0.0)
ffi (1.9.3)
ffi (1.9.6)
ffi (1.9.6-x64-mingw32)
font-awesome-sass (4.1.0)
sass (~> 3.2)
forgery (0.6.0)
@ -217,6 +219,8 @@ GEM
multi_json (1.10.1)
nokogiri (1.6.3.1)
mini_portile (= 0.6.0)
nokogiri (1.6.3.1-x64-mingw32)
mini_portile (= 0.6.0)
orm_adapter (0.5.0)
polyamorous (1.0.0)
activerecord (>= 3.0)
@ -225,6 +229,11 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry (0.10.0-x64-mingw32)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
win32console (~> 1.3)
rack (1.5.2)
rack-livereload (0.3.15)
rack
@ -306,7 +315,8 @@ GEM
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (~> 2.8)
sqlite3 (1.3.9)
sqlite3 (1.3.10)
sqlite3 (1.3.10-x64-mingw32)
susy (2.1.1)
sass (~> 3.3.0)
thor (0.19.1)
@ -320,6 +330,8 @@ GEM
coffee-rails
tzinfo (1.2.1)
thread_safe (~> 0.1)
tzinfo-data (1.2014.10)
tzinfo (>= 1.0.0)
uglifier (2.5.1)
execjs (>= 0.3.0)
json (>= 1.8.0)
@ -329,12 +341,14 @@ GEM
addressable (>= 2.3.6)
crack (>= 0.3.2)
websocket (1.2.1)
win32console (1.3.2)
xpath (2.0.0)
nokogiri (~> 1.3)
youtube_addy (1.0.4)
PLATFORMS
ruby
x64-mingw32
DEPENDENCIES
activeadmin!
@ -375,6 +389,7 @@ DEPENDENCIES
sqlite3
susy (~> 2.0)
turbolinks
tzinfo-data
uglifier (>= 1.3.0)
webmock
youtube_addy

0
Guardfile Executable file → Normal file
View File

0
README.rdoc Executable file → Normal file
View File

0
Rakefile Executable file → Normal file
View File

0
app/admin/category.rb Executable file → Normal file
View File

0
app/admin/dashboard.rb Executable file → Normal file
View File

0
app/admin/forum_post.rb Executable file → Normal file
View File

0
app/admin/game.rb Executable file → Normal file
View File

0
app/admin/mod.rb Executable file → Normal file
View File

0
app/admin/user.rb Executable file → Normal file
View File

0
app/assets/images/.keep Executable file → Normal file
View File

0
app/assets/images/batthern.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

0
app/assets/images/checkered-pattern.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 353 B

After

Width:  |  Height:  |  Size: 353 B

0
app/assets/javascripts/active_admin.js.coffee Executable file → Normal file
View File

0
app/assets/javascripts/application.js Executable file → Normal file
View File

0
app/assets/javascripts/lib/image_modal.js.coffee Executable file → Normal file
View File

0
app/assets/javascripts/lib/image_mover.js.coffee Executable file → Normal file
View File

0
app/assets/javascripts/lib/mod_images.js.coffee Executable file → Normal file
View File

0
app/assets/javascripts/mods.js.coffee Executable file → Normal file
View File

0
app/assets/javascripts/vendor.js Executable file → Normal file
View File

0
app/assets/stylesheets/active_admin.css.sass Executable file → Normal file
View File

0
app/assets/stylesheets/application.css.sass Executable file → Normal file
View File

0
app/assets/stylesheets/errors.css.sass Executable file → Normal file
View File

0
app/assets/stylesheets/layout.css.sass Executable file → Normal file
View File

0
app/assets/stylesheets/mixins/utils.css.sass Executable file → Normal file
View File

0
app/assets/stylesheets/mods/edit.css.sass Executable file → Normal file
View File

0
app/assets/stylesheets/mods/index.css.sass Executable file → Normal file
View File

0
app/assets/stylesheets/mods/show.css.sass Executable file → Normal file
View File

0
app/assets/stylesheets/partials/footer.css.sass Executable file → Normal file
View File

0
app/assets/stylesheets/partials/header.css.sass Executable file → Normal file
View File

0
app/assets/stylesheets/partials/image_modal.css.sass Executable file → Normal file
View File

0
app/assets/stylesheets/partials/search_bar.css.sass Executable file → Normal file
View File

0
app/assets/stylesheets/shared/base_elements.css.sass Executable file → Normal file
View File

0
app/assets/stylesheets/shared/boxes.css.sass Executable file → Normal file
View File

0
app/assets/stylesheets/shared/btn.css.sass Executable file → Normal file
View File

0
app/assets/stylesheets/shared/formtastic.css.sass Executable file → Normal file
View File

0
app/assets/stylesheets/shared/inputs.css.sass Executable file → Normal file
View File

0
app/assets/stylesheets/shared/query_highlight.css.sass Executable file → Normal file
View File

0
app/assets/stylesheets/shared/thumbnails.css.sass Executable file → Normal file
View File

0
app/assets/stylesheets/static.css.sass Executable file → Normal file
View File

0
app/assets/stylesheets/vars/colors.css.sass Executable file → Normal file
View File

0
app/assets/stylesheets/vars/font_awesome.css.scss Executable file → Normal file
View File

0
app/assets/stylesheets/vars/font_awesome_vars.css.scss Executable file → Normal file
View File

0
app/assets/stylesheets/vars/fonts.css.sass Executable file → Normal file
View File

0
app/assets/stylesheets/vars/images.css.scss Executable file → Normal file
View File

0
app/assets/stylesheets/vars/misc.css.sass Executable file → Normal file
View File

0
app/controllers/application_controller.rb Executable file → Normal file
View File

0
app/controllers/concerns/.keep Executable file → Normal file
View File

0
app/controllers/mods_controller.rb Executable file → Normal file
View File

0
app/controllers/static_controller.rb Executable file → Normal file
View File

0
app/helpers/application_helper.rb Executable file → Normal file
View File

0
app/helpers/mods_helper.rb Executable file → Normal file
View File

0
app/inputs/attachment_input.rb Executable file → Normal file
View File

0
app/mailers/.keep Executable file → Normal file
View File

0
app/models/.keep Executable file → Normal file
View File

0
app/models/ability.rb Executable file → Normal file
View File

0
app/models/admin_ability.rb Executable file → Normal file
View File

0
app/models/category.rb Executable file → Normal file
View File

0
app/models/concerns/.keep Executable file → Normal file
View File

0
app/models/download.rb Executable file → Normal file
View File

0
app/models/favorite.rb Executable file → Normal file
View File

0
app/models/forum_post.rb Executable file → Normal file
View File

0
app/models/game.rb Executable file → Normal file
View File

0
app/models/game_version.rb Executable file → Normal file
View File

0
app/models/game_versions_mods.rb Executable file → Normal file
View File

0
app/models/mod.rb Executable file → Normal file
View File

0
app/models/mod_asset.rb Executable file → Normal file
View File

0
app/models/mod_file.rb Executable file → Normal file
View File

0
app/models/mod_game_version.rb Executable file → Normal file
View File

0
app/models/mod_version.rb Executable file → Normal file
View File

0
app/models/search_term.rb Executable file → Normal file
View File

0
app/models/tag.rb Executable file → Normal file
View File

0
app/models/user.rb Executable file → Normal file
View File

0
app/models/visit.rb Executable file → Normal file
View File

0
app/views/errors/base.html.haml Executable file → Normal file
View File

0
app/views/layouts/_footer.html.haml Executable file → Normal file
View File

0
app/views/layouts/_header.html.haml Executable file → Normal file
View File

0
app/views/layouts/_search_bar.html.haml Executable file → Normal file
View File

0
app/views/layouts/application.html.haml Executable file → Normal file
View File

1
app/views/mods/_download_button.html.haml Executable file → Normal file
View File

@ -12,7 +12,6 @@
\/
%span(title='Mod version')= version.number
%span(title='Mod file name')= file.name
-#= "v#{file.mod_version.game_versions_string}"
- if mod.versions.size > 2
%li

0
app/views/mods/_file_fields.html.haml Executable file → Normal file
View File

0
app/views/mods/_filter_bar.html.haml Executable file → Normal file
View File

0
app/views/mods/_mod_data_table.html.haml Executable file → Normal file
View File

0
app/views/mods/_mods_filters_list.html.haml Executable file → Normal file
View File

0
app/views/mods/_version_fields.html.haml Executable file → Normal file
View File

0
app/views/mods/index.html.haml Executable file → Normal file
View File

0
app/views/mods/new.html.haml Executable file → Normal file
View File

0
app/views/mods/show.html.haml Executable file → Normal file
View File

0
app/views/static/how_to_install.html.haml Executable file → Normal file
View File

0
app/views/static/how_to_make.html.haml Executable file → Normal file
View File

0
bin/bundle Executable file → Normal file
View File

0
bin/rails Executable file → Normal file
View File

0
bin/rake Executable file → Normal file
View File

0
bin/spring Executable file → Normal file
View File

0
config.ru Executable file → Normal file
View File

0
config/application.rb Executable file → Normal file
View File

0
config/boot.rb Executable file → Normal file
View File

Some files were not shown because too many files have changed in this diff Show More