mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 12:50:24 +01:00
commit
a21fe69a2a
1
.ruby-version
Normal file
1
.ruby-version
Normal file
@ -0,0 +1 @@
|
|||||||
|
2.0.0
|
@ -5,4 +5,4 @@ script: "./script/cibuild"
|
|||||||
#environment
|
#environment
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
- 2.0.0
|
||||||
|
3
Gemfile
3
Gemfile
@ -1,3 +1,4 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
ruby File.read('.ruby-version').strip
|
||||||
|
|
||||||
gem "github-pages"
|
gem "github-pages"
|
||||||
|
@ -9,7 +9,7 @@ GEM
|
|||||||
highline (~> 1.6.11)
|
highline (~> 1.6.11)
|
||||||
directory_watcher (1.4.1)
|
directory_watcher (1.4.1)
|
||||||
fast-stemmer (1.0.2)
|
fast-stemmer (1.0.2)
|
||||||
github-pages (1)
|
github-pages (4)
|
||||||
RedCloth (= 4.2.9)
|
RedCloth (= 4.2.9)
|
||||||
jekyll (= 1.1.2)
|
jekyll (= 1.1.2)
|
||||||
kramdown (= 1.0.2)
|
kramdown (= 1.0.2)
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
// Generated by CoffeeScript 1.4.0
|
// Generated by CoffeeScript 1.6.3
|
||||||
(function() {
|
(function() {
|
||||||
var Choosealicense;
|
var Choosealicense;
|
||||||
|
|
||||||
Choosealicense = (function() {
|
Choosealicense = (function() {
|
||||||
|
|
||||||
Choosealicense.prototype.flashAvailable = function() {
|
Choosealicense.prototype.flashAvailable = function() {
|
||||||
if (typeof ActiveXObject !== "undefined" && ActiveXObject !== null) {
|
if (typeof ActiveXObject !== "undefined" && ActiveXObject !== null) {
|
||||||
return !!(new ActiveXObject('ShockwaveFlash.ShockwaveFlash'));
|
return !!(new ActiveXObject('ShockwaveFlash.ShockwaveFlash'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user