-
Notifications
You must be signed in to change notification settings - Fork 6
/
ruby-libs.yaml
61 lines (61 loc) · 1.17 KB
/
ruby-libs.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
# Configuration file defining ruby libraries to install
# using gem install (avoiding the distribution package manager)
#
# Gems are installed for Ruby1.9
gems:
- addressable
- cake
- cheat
- fastercsv
- hpricot
- htmlentities
- json
- kwalify
- libxml-ruby
- uuidtools
- xml-simple
# science
- bio
- bio-bwa
- bio-blastxmlparser
- bio-gff3
- biomart
#- bio-biolinux # error: uninitialized constant Syck::Syck
# databases
- couchdb-ruby
- data_objects
- dm-adjust
- dm-aggregates
- dm-ar-finders
- dm-cli
- dm-constraints
- dm-core
- dm-is-list
- dm-is-nested_set
- dm-is-remixable
- dm-is-searchable
- dm-is-state_machine
- dm-is-tree
- dm-is-versioned
- dm-migrations
- dm-observer
- dm-tags
- dm-timestamps
- dm-validations
- do_sqlite3
# Fail on Ubuntu 10.04: multi_json requires RubyGems version >= 1.3.6
- ruby-ensembl-api
- datamapper
- dm-rest-adapter
- dm-serializer
- dm-types
# Require up to date ruby. Fail on Centos default
- vagrant
- mysql
- do_mysql
# sqlite3-ruby is renamed with sqlite3
- sqlite3
# Problems building on 1.9.1
#- dm-ferret-adapter
#- dm-sweatshop