1
0
mirror of https://github.com/github/choosealicense.com synced 2024-09-22 07:41:44 +02:00

Merge remote-tracking branch 'origin/gh-pages' into resources

This commit is contained in:
Aidan Feldman 2013-09-16 14:12:24 -04:00
commit 972ae57106
6 changed files with 17 additions and 16 deletions

1
.ruby-version Normal file
View File

@ -0,0 +1 @@
2.0.0

View File

@ -5,4 +5,4 @@ script: "./script/cibuild"
#environment
language: ruby
rvm:
- 1.9.3
- 2.0.0

View File

@ -1,3 +1,4 @@
source 'https://rubygems.org'
ruby File.read('.ruby-version').strip
gem "github-pages"

View File

@ -9,7 +9,7 @@ GEM
highline (~> 1.6.11)
directory_watcher (1.4.1)
fast-stemmer (1.0.2)
github-pages (1)
github-pages (4)
RedCloth (= 4.2.9)
jekyll (= 1.1.2)
kramdown (= 1.0.2)

View File

@ -1,6 +1,6 @@
title: ChooseALicense.com
relative_permalinks: false
markdown: redcarpet
markdown: kramdown
rules:

View File

@ -1,9 +1,8 @@
// Generated by CoffeeScript 1.4.0
// Generated by CoffeeScript 1.6.3
(function() {
var Choosealicense;
Choosealicense = (function() {
Choosealicense.prototype.flashAvailable = function() {
if (typeof ActiveXObject !== "undefined" && ActiveXObject !== null) {
return !!(new ActiveXObject('ShockwaveFlash.ShockwaveFlash'));