gist: 11899 Download_button fork
public
Public Clone URL: git://gist.github.com/11899.git
Bash
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
# Update Thor script, sources and gems.
bin/thor merb:tasks:update
bin/thor merb:source:refresh
 
bin/thor merb:edge --install
bin/thor merb:edge:plugins --install
 
bin/thor merb:edge:dm_core --install
bin/thor merb:edge:dm_more --install
bin/thor merb:source:install dm-more/merb_datamapper
 
bin/thor merb:source:install do/data_objects
bin/thor merb:source:install do/do_sqlite3
 
bin/thor merb:gems:update thin

Owner

nmerouze

Revisions