-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2d76eb9
commit 42a5bf2
Showing
3,507 changed files
with
402,475 additions
and
11 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
source "http://rubygems.org" | ||
source "http://gemcutter.org" | ||
# source "http://gemcutter.org" | ||
gem "i18n" | ||
gem "yajl-ruby" | ||
gem "sinatra" | ||
|
@@ -9,10 +9,11 @@ gem "haml" | |
gem "sass" | ||
gem "dalli" | ||
gem "rack-cache" | ||
gem "geokit", :git => "[email protected]:evenwestvang/geokit-gem.git" | ||
# gem "geokit", :git => "[email protected]:evenwestvang/geokit-gem.git" | ||
gem "mongoid", "2.0.0.rc.7" | ||
gem "bson_ext" | ||
gem "memcache-client" | ||
gem "nokogiri" | ||
gem "amatch" | ||
gem "unicode" | ||
gem "unicode" | ||
gem "unicorn" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
GIT | ||
remote: [email protected]:evenwestvang/geokit-gem.git | ||
revision: 0d70f0e74d6d7db0644274426f6c83c1d6874400 | ||
specs: | ||
geokit (1.5.0) | ||
|
||
GEM | ||
remote: http://rubygems.org/ | ||
remote: http://gemcutter.org/ | ||
specs: | ||
activemodel (3.0.5) | ||
activesupport (= 3.0.5) | ||
|
@@ -22,6 +15,7 @@ GEM | |
eventmachine (0.12.10) | ||
haml (3.0.25) | ||
i18n (0.5.0) | ||
kgio (2.9.2) | ||
memcache-client (1.8.5) | ||
mongo (1.2.4) | ||
bson (>= 1.2.4) | ||
|
@@ -34,6 +28,7 @@ GEM | |
rack (1.2.1) | ||
rack-cache (1.0) | ||
rack (>= 0.4) | ||
raindrops (0.13.0) | ||
sass (3.1.0.alpha.221) | ||
sinatra (1.2.0) | ||
rack (~> 1.1) | ||
|
@@ -45,6 +40,10 @@ GEM | |
tilt (1.2.2) | ||
tzinfo (0.3.24) | ||
unicode (0.4.0) | ||
unicorn (4.8.3) | ||
kgio (~> 2.6) | ||
rack | ||
raindrops (~> 0.7) | ||
will_paginate (3.0.pre2) | ||
yajl-ruby (0.8.1) | ||
|
||
|
@@ -55,7 +54,6 @@ DEPENDENCIES | |
amatch | ||
bson_ext | ||
dalli | ||
geokit! | ||
haml | ||
i18n | ||
memcache-client | ||
|
@@ -67,4 +65,5 @@ DEPENDENCIES | |
sinatra | ||
thin | ||
unicode | ||
unicorn | ||
yajl-ruby |
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
bundle exec unicorn -D -c config/unicorn.rb |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Set the working application directory | ||
# working_directory "/path/to/your/app" | ||
working_directory "/srv/skoolgate/" | ||
|
||
# Unicorn PID file location | ||
|
||
# Path to logs | ||
# stderr_path "/path/to/log/unicorn.log" | ||
# stdout_path "/path/to/log/unicorn.log" | ||
stderr_path "/srv/skoolgate/log/unicorn.stderr.log" | ||
stdout_path "/srv/skoolgate/log/unicorn_stdout.log" | ||
|
||
# Unicorn socket | ||
listen "/tmp/unicorn.skoolgate.sock" | ||
# listen "/tmp/unicorn.myapp.sock" | ||
|
||
# Number of processes | ||
worker_processes 4 | ||
# worker_processes 2 | ||
|
||
# Time-out | ||
timeout 30 |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified
0
data/original_data/2010/Innsyn Nasjonale prøver 2010 - Lesing - Mestringsnivå.xlsx
100644 → 100755
Empty file.
Empty file modified
0
data/original_data/2010/Innsyn Nasjonale prøver 2010 - Lesing - Mestringsnivå_massage.xlsx
100644 → 100755
Empty file.
Empty file modified
0
data/original_data/2010/national_benchmarks_2010_massaged.numbers
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#!/usr/bin/env ruby1.9.1 | ||
# | ||
# This file was generated by RubyGems. | ||
# | ||
# The application 'amatch' is installed as part of a gem, and | ||
# this file is here to facilitate running it. | ||
# | ||
|
||
require 'rubygems' | ||
|
||
version = ">= 0" | ||
|
||
if ARGV.first | ||
str = ARGV.first | ||
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding | ||
if str =~ /\A_(.*)_\z/ | ||
version = $1 | ||
ARGV.shift | ||
end | ||
end | ||
|
||
gem 'amatch', version | ||
load Gem.bin_path('amatch', 'agrep.rb', version) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#!/usr/bin/env ruby1.9.1 | ||
# | ||
# This file was generated by RubyGems. | ||
# | ||
# The application 'bson' is installed as part of a gem, and | ||
# this file is here to facilitate running it. | ||
# | ||
|
||
require 'rubygems' | ||
|
||
version = ">= 0" | ||
|
||
if ARGV.first | ||
str = ARGV.first | ||
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding | ||
if str =~ /\A_(.*)_\z/ | ||
version = $1 | ||
ARGV.shift | ||
end | ||
end | ||
|
||
gem 'bson', version | ||
load Gem.bin_path('bson', 'b2json', version) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#!/usr/bin/env ruby1.9.1 | ||
# | ||
# This file was generated by RubyGems. | ||
# | ||
# The application 'sass' is installed as part of a gem, and | ||
# this file is here to facilitate running it. | ||
# | ||
|
||
require 'rubygems' | ||
|
||
version = ">= 0" | ||
|
||
if ARGV.first | ||
str = ARGV.first | ||
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding | ||
if str =~ /\A_(.*)_\z/ | ||
version = $1 | ||
ARGV.shift | ||
end | ||
end | ||
|
||
gem 'sass', version | ||
load Gem.bin_path('sass', 'css2sass', version) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#!/usr/bin/env ruby1.9.1 | ||
# | ||
# This file was generated by RubyGems. | ||
# | ||
# The application 'haml' is installed as part of a gem, and | ||
# this file is here to facilitate running it. | ||
# | ||
|
||
require 'rubygems' | ||
|
||
version = ">= 0" | ||
|
||
if ARGV.first | ||
str = ARGV.first | ||
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding | ||
if str =~ /\A_(.*)_\z/ | ||
version = $1 | ||
ARGV.shift | ||
end | ||
end | ||
|
||
gem 'haml', version | ||
load Gem.bin_path('haml', 'haml', version) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#!/usr/bin/env ruby1.9.1 | ||
# | ||
# This file was generated by RubyGems. | ||
# | ||
# The application 'haml' is installed as part of a gem, and | ||
# this file is here to facilitate running it. | ||
# | ||
|
||
require 'rubygems' | ||
|
||
version = ">= 0" | ||
|
||
if ARGV.first | ||
str = ARGV.first | ||
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding | ||
if str =~ /\A_(.*)_\z/ | ||
version = $1 | ||
ARGV.shift | ||
end | ||
end | ||
|
||
gem 'haml', version | ||
load Gem.bin_path('haml', 'html2haml', version) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#!/usr/bin/env ruby1.9.1 | ||
# | ||
# This file was generated by RubyGems. | ||
# | ||
# The application 'bson' is installed as part of a gem, and | ||
# this file is here to facilitate running it. | ||
# | ||
|
||
require 'rubygems' | ||
|
||
version = ">= 0" | ||
|
||
if ARGV.first | ||
str = ARGV.first | ||
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding | ||
if str =~ /\A_(.*)_\z/ | ||
version = $1 | ||
ARGV.shift | ||
end | ||
end | ||
|
||
gem 'bson', version | ||
load Gem.bin_path('bson', 'j2bson', version) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#!/usr/bin/env ruby1.9.1 | ||
# | ||
# This file was generated by RubyGems. | ||
# | ||
# The application 'memcache-client' is installed as part of a gem, and | ||
# this file is here to facilitate running it. | ||
# | ||
|
||
require 'rubygems' | ||
|
||
version = ">= 0" | ||
|
||
if ARGV.first | ||
str = ARGV.first | ||
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding | ||
if str =~ /\A_(.*)_\z/ | ||
version = $1 | ||
ARGV.shift | ||
end | ||
end | ||
|
||
gem 'memcache-client', version | ||
load Gem.bin_path('memcache-client', 'memcached_top', version) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#!/usr/bin/env ruby1.9.1 | ||
# | ||
# This file was generated by RubyGems. | ||
# | ||
# The application 'mongo' is installed as part of a gem, and | ||
# this file is here to facilitate running it. | ||
# | ||
|
||
require 'rubygems' | ||
|
||
version = ">= 0" | ||
|
||
if ARGV.first | ||
str = ARGV.first | ||
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding | ||
if str =~ /\A_(.*)_\z/ | ||
version = $1 | ||
ARGV.shift | ||
end | ||
end | ||
|
||
gem 'mongo', version | ||
load Gem.bin_path('mongo', 'mongo_console', version) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#!/usr/bin/env ruby1.9.1 | ||
# | ||
# This file was generated by RubyGems. | ||
# | ||
# The application 'nokogiri' is installed as part of a gem, and | ||
# this file is here to facilitate running it. | ||
# | ||
|
||
require 'rubygems' | ||
|
||
version = ">= 0" | ||
|
||
if ARGV.first | ||
str = ARGV.first | ||
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding | ||
if str =~ /\A_(.*)_\z/ | ||
version = $1 | ||
ARGV.shift | ||
end | ||
end | ||
|
||
gem 'nokogiri', version | ||
load Gem.bin_path('nokogiri', 'nokogiri', version) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#!/usr/bin/env ruby1.9.1 | ||
# | ||
# This file was generated by RubyGems. | ||
# | ||
# The application 'rack' is installed as part of a gem, and | ||
# this file is here to facilitate running it. | ||
# | ||
|
||
require 'rubygems' | ||
|
||
version = ">= 0" | ||
|
||
if ARGV.first | ||
str = ARGV.first | ||
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding | ||
if str =~ /\A_(.*)_\z/ | ||
version = $1 | ||
ARGV.shift | ||
end | ||
end | ||
|
||
gem 'rack', version | ||
load Gem.bin_path('rack', 'rackup', version) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#!/usr/bin/env ruby1.9.1 | ||
# | ||
# This file was generated by RubyGems. | ||
# | ||
# The application 'sass' is installed as part of a gem, and | ||
# this file is here to facilitate running it. | ||
# | ||
|
||
require 'rubygems' | ||
|
||
version = ">= 0" | ||
|
||
if ARGV.first | ||
str = ARGV.first | ||
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding | ||
if str =~ /\A_(.*)_\z/ | ||
version = $1 | ||
ARGV.shift | ||
end | ||
end | ||
|
||
gem 'sass', version | ||
load Gem.bin_path('sass', 'sass', version) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#!/usr/bin/env ruby1.9.1 | ||
# | ||
# This file was generated by RubyGems. | ||
# | ||
# The application 'sass' is installed as part of a gem, and | ||
# this file is here to facilitate running it. | ||
# | ||
|
||
require 'rubygems' | ||
|
||
version = ">= 0" | ||
|
||
if ARGV.first | ||
str = ARGV.first | ||
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding | ||
if str =~ /\A_(.*)_\z/ | ||
version = $1 | ||
ARGV.shift | ||
end | ||
end | ||
|
||
gem 'sass', version | ||
load Gem.bin_path('sass', 'sass-convert', version) |
Oops, something went wrong.