Skip to content

Commit

Permalink
Test underscore.string
Browse files Browse the repository at this point in the history
  • Loading branch information
olav committed Mar 21, 2013
1 parent 5d59370 commit 3e5df03
Show file tree
Hide file tree
Showing 30 changed files with 17,701 additions and 0 deletions.
1 change: 1 addition & 0 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"json3": "",

"underscore": "",
"underscore.string": "",
"rsvp": "",
"dispatch": ""
}
Expand Down
8 changes: 8 additions & 0 deletions content/components/underscore.string/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: ruby
rvm:
- 1.9.3

before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 2
4 changes: 4 additions & 0 deletions content/components/underscore.string/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source :rubygems

gem 'uglifier'
gem 'rake'
17 changes: 17 additions & 0 deletions content/components/underscore.string/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
GEM
remote: http://rubygems.org/
specs:
execjs (1.4.0)
multi_json (~> 1.0)
multi_json (1.3.6)
rake (0.9.2.2)
uglifier (1.3.0)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)

PLATFORMS
ruby

DEPENDENCIES
rake
uglifier
Loading

0 comments on commit 3e5df03

Please sign in to comment.