Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Apr 2, 2013
0 parents commit 2049575
Show file tree
Hide file tree
Showing 76 changed files with 24,709 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitignore
@@ -0,0 +1,18 @@
*.gem
*.rbc
.bundle
.config
coverage
InstalledFiles
lib/bundler/man
pkg
rdoc
spec/reports
test/tmp
test/version_tmp
tmp

# YARD artifacts
.yardoc
_yardoc
doc/
3 changes: 3 additions & 0 deletions Gemfile
@@ -0,0 +1,3 @@
source "https://rubygems.org"

gemspec
143 changes: 143 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,143 @@
PATH
remote: .
specs:
helios (0.2.0)
coffee-script (~> 2.2)
commander (~> 4.1)
compass (~> 0.12)
foreman (~> 0.60)
haml (~> 3.1)
json (~> 1.7)
rack-contrib (~> 1.1)
rack-core-data (~> 0.3)
rack-in-app-purchase (~> 0.1)
rack-passbook (~> 0.1)
rack-push-notification (~> 0.4)
rails-database-url (~> 1.0)
sinatra (~> 1.3)
sinatra-assetpack (~> 0.1)
sinatra-backbone (~> 0.1.0.rc2)
sinatra-contrib (~> 1.3)
sinatra-param (~> 0.1)
sinatra-support (~> 1.2)
zurb-foundation (~> 4.0)

GEM
remote: https://rubygems.org/
specs:
activesupport (3.2.13)
i18n (= 0.6.1)
multi_json (~> 1.0)
backports (3.1.1)
chunky_png (1.2.8)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.6.2)
commander (4.1.3)
highline (~> 1.6.11)
compass (0.12.2)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
diff-lcs (1.2.2)
eventmachine (1.0.3)
excon (0.17.0)
execjs (1.4.0)
multi_json (~> 1.0)
foreman (0.62.0)
thor (>= 0.13.6)
fssm (0.2.10)
haml (3.1.8)
highline (1.6.16)
houston (0.1.1)
commander (~> 4.1.2)
json (~> 1.7.3)
i18n (0.6.1)
jsmin (1.0.1)
json (1.7.7)
multi_json (1.7.2)
nokogiri (1.5.9)
rack (1.5.2)
rack-contrib (1.1.0)
rack (>= 0.9.1)
rack-core-data (0.3.1)
activesupport (>= 3.0)
nokogiri (~> 1.4)
rack (~> 1.4)
rack-contrib (~> 1.1)
sequel (~> 3.37)
sinatra (~> 1.3)
sinatra-param (~> 0.1)
rack-in-app-purchase (0.1.0)
rack (~> 1.4)
sequel (~> 3.37)
sinatra (~> 1.3)
venice
rack-passbook (0.1.1)
rack (~> 1.4)
sequel (~> 3.37)
sinatra (~> 1.3)
rack-protection (1.5.0)
rack
rack-push-notification (0.4.0)
houston (~> 0.1.1)
rack (~> 1.4)
rack-contrib (~> 1.1)
sequel (~> 3.37)
sinatra (~> 1.3)
sinatra-param (~> 0.1)
rack-test (0.6.2)
rack (>= 1.0)
rails-database-url (1.0.0)
rake (10.0.4)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.0)
sass (3.2.7)
sequel (3.45.0)
sinatra (1.3.6)
rack (~> 1.4)
rack-protection (~> 1.3)
tilt (~> 1.3, >= 1.3.3)
sinatra-assetpack (0.1.7)
jsmin
rack-test
sinatra
tilt (>= 1.3.0)
sinatra-backbone (0.1.0.rc2)
sinatra
sinatra-contrib (1.3.2)
backports (>= 2.0)
eventmachine
rack-protection
rack-test
sinatra (~> 1.3.0)
tilt (~> 1.3)
sinatra-param (0.1.2)
sinatra (~> 1.3)
sinatra-support (1.2.2)
sinatra (>= 1.0)
terminal-table (1.4.5)
thor (0.18.1)
tilt (1.3.6)
venice (0.0.1)
commander (~> 4.1.2)
excon (~> 0.17.0)
json (~> 1.7.3)
terminal-table (~> 1.4.5)
zurb-foundation (4.0.9)
sass (>= 3.2.0)

PLATFORMS
ruby

DEPENDENCIES
helios!
rake
rspec
19 changes: 19 additions & 0 deletions LICENSE
@@ -0,0 +1,19 @@
Copyright (c) 2013 Heroku (http://heroku.com/)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

0 comments on commit 2049575

Please sign in to comment.