byu (owner)

Revisions

gist: 228322 Download_button fork
public
Public Clone URL: git://gist.github.com/228322.git
Embed All Files: show embed
Gemfile #
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
bundle_path 'vendor/bundler_gems'
 
clear_sources
source 'http://gemcutter.org'
 
gem 'acl9'
gem 'acts-as-taggable-on'
gem 'algorithms'
gem 'ancestry'
gem 'authlogic'
gem 'auto_html'
gem 'aws-s3', :lib => 'aws/s3'
gem 'chronic'
gem 'compass'
gem 'feedzirra'
gem 'formtastic'
gem 'god'
gem 'grit'
gem 'gruff'
gem 'haml'
gem 'hash_mapper'
gem 'oauth'
gem 'oauth-plugin'
gem 'paperclip'
gem 'portablecontacts'
gem 'prawn'
gem 'prawn-format'
gem 'prawn-layout'
gem 'rack'
gem 'ratom'
gem 'rails'
gem 'rdiscount'
gem 'redis'
gem 'redis-namespace'
gem 'resque'
gem 'sanitize'
gem 'scrooge', :git => 'git://github.com/methodmissing/scrooge.git'
gem 'searchlogic'
gem 'semr'
gem 'settingslogic'
gem 'state_machine'
gem 'thinking-sphinx'
gem 'tweetstream'
gem 'twitter'
gem 'typhoeus'
gem 'unicorn'
gem 'uuid'
gem 'vestal_versions'
gem 'whenever'
gem 'yajl-ruby', :lib => 'yajl'
 
only :testing do
  gem 'cucumber'
  gem 'machinist'
  gem 'pickle'
  gem 'rspec'
end
 
stdout.txt #
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
Calculating dependencies...
Cloning git repository at: git://github.com/methodmissing/scrooge.git
Updating source: http://gemcutter.org
Downloading acl9-0.11.0.gem
Downloading actionmailer-2.3.4.gem
Downloading actionpack-2.3.4.gem
Downloading activerecord-2.3.4.gem
Downloading activeresource-2.3.4.gem
Downloading activesupport-2.3.4.gem
Downloading acts-as-taggable-on-1.0.6.gem
Downloading algorithms-0.2.0.gem
Downloading ancestry-1.1.3.gem
Downloading authlogic-2.1.2.gem
Downloading auto_html-1.2.1.gem
Downloading aws-s3-0.6.2.gem
Downloading builder-2.1.2.gem
Downloading chronic-0.2.3.gem
Downloading compass-0.8.17.gem
Downloading crack-0.1.4.gem
Downloading cucumber-0.4.3.gem
Downloading curb-0.5.4.0.gem
Downloading daemons-1.0.10.gem
Downloading diff-lcs-1.1.2.gem
Downloading feedzirra-0.0.19.gem
Downloading formtastic-0.9.1.gem
Downloading god-0.7.22.gem
Downloading grit-2.0.0.gem
Downloading gruff-0.3.6.gem
Downloading haml-2.2.12.gem
Downloading hash_mapper-0.0.9.gem
Downloading hoe-2.3.3.gem
Downloading hpricot-0.8.2.gem
Downloading httparty-0.4.5.gem
Downloading json-1.1.9.gem
Downloading json_pure-1.1.9.gem
Downloading libxml-ruby-1.1.3.gem
Downloading loofah-0.3.1.gem
Downloading macaddr-1.0.0.gem
Downloading machinist-1.0.5.gem
Downloading mash-0.0.3.gem
Downloading mime-types-1.16.gem
Downloading nokogiri-1.4.0.gem
Downloading oauth-0.3.6.gem
Downloading oauth-plugin-0.3.13.gem
Downloading paperclip-2.3.1.1.gem
Downloading pickle-0.1.21.gem
Downloading polyglot-0.2.9.gem
Downloading portablecontacts-0.1.0.gem
Downloading prawn-0.5.1.gem
Downloading prawn-core-0.5.1.gem
Downloading prawn-format-0.2.1.gem
Downloading prawn-layout-0.2.1.gem
Downloading rack-1.0.1.gem
Downloading rails-2.3.4.gem
Downloading rake-0.8.7.gem
Downloading ratom-0.6.2.gem
Downloading rdiscount-1.3.5.gem
Downloading redis-0.1.gem
Downloading redis-namespace-0.1.0.gem
Downloading resque-1.1.0.gem
Downloading rspec-1.2.9.gem
Downloading ruby-hmac-0.3.2.gem
Downloading rubyforge-2.0.3.gem
Downloading sanitize-1.0.8.gem
Downloading sax-machine-0.0.14.gem
Downloading searchlogic-2.3.6.gem
Downloading semr-0.0.1.gem
Downloading settingslogic-2.0.3.gem
Downloading state_machine-0.8.0.gem
Downloading term-ansicolor-1.0.4.gem
Downloading thinking-sphinx-1.3.2.gem
Downloading treetop-1.4.2.gem
Downloading tweetstream-0.1.9.gem
Downloading twitter-0.7.3.gem
Downloading typhoeus-0.1.9.gem
Downloading unicorn-0.94.0.gem
Downloading uuid-2.0.2.gem
Downloading vestal_versions-0.8.3.gem
Downloading whenever-0.4.0.gem
Downloading xml-simple-1.0.12.gem
Downloading yajl-ruby-0.6.4.gem
Installing crack (0.1.4)
Installing httparty (0.4.5)
When you HTTParty, you must party hard!
Installing actionmailer (2.3.4)
Installing term-ansicolor (1.0.4)
Installing treetop (1.4.2)
Installing json_pure (1.1.9)
Installing rubyforge (2.0.3)
Installing rake (0.8.7)
Installing hoe (2.3.3)
Installing mash (0.0.3)
Installing polyglot (0.2.9)
Installing god (0.7.22)
Building native extensions. This could take a while...
Installing state_machine (0.8.0)
Installing gruff (0.3.6)
Installing daemons (1.0.10)
Installing libxml-ruby (1.1.3)
Building native extensions. This could take a while...
Installing ratom (0.6.2)
Installing json (1.1.9)
Building native extensions. This could take a while...
Installing haml (2.2.12)
Installing xml-simple (1.0.12)
Installing curb (0.5.4.0)
Building native extensions. This could take a while...
Installing rdiscount (1.3.5)
Building native extensions. This could take a while...
Installing settingslogic (2.0.3)
Installing hpricot (0.8.2)
Building native extensions. This could take a while...
Installing sanitize (1.0.8)
Installing vestal_versions (0.8.3)
Installing yajl-ruby (0.6.4)
Building native extensions. This could take a while...
Installing tweetstream (0.1.9)
Installing macaddr (1.0.0)
Installing uuid (2.0.2)
Installing activesupport (2.3.4)
Installing activeresource (2.3.4)
Installing authlogic (2.1.2)
Installing activerecord (2.3.4)
Installing rails (2.3.4)
Installing searchlogic (2.3.6)
Installing rack (1.0.1)
Installing actionpack (2.3.4)
Installing unicorn (0.94.0)
Building native extensions. This could take a while...
Installing typhoeus (0.1.9)
Building native extensions. This could take a while...
Installing diff-lcs (1.1.2)
Installing grit (2.0.0)
Installing pickle (0.1.21)
Installing ancestry (1.1.3)
Installing thinking-sphinx (1.3.2)
If you're upgrading, you should read this:
http://freelancing-god.github.com/ts/en/upgrading.html
 
Installing prawn-core (0.5.1)
Installing prawn-format (0.2.1)
Installing paperclip (2.3.1.1)
Installing prawn-layout (0.2.1)
Installing prawn (0.5.1)
 
  Welcome to Prawn, the best pure-Ruby PDF solution ever!
  This is version 0.5.1
   
  For those coming from Prawn 0.4.x or earlier, note that this release has
  several API breaking changes as well as many new features.
 
  For details on what has changed, see:
    http://wiki.github.com/sandal/prawn/changelog
 
  If you have questions, contact us at:
    http://groups.google.com/group/prawn-ruby
 
  To submit a patch or report a bug:
    http://github.com/sandal/prawn
 
  Prawn is meant for experienced Ruby hackers, so if you are new to Ruby, you
  might want to wait until you've had some practice with the language before
  expecting Prawn to work for you. Things may change after 1.0, but for now
  if you're not ready to read source code and patch bugs or missing features
  yourself (with our help), Prawn might not be the right fit.
 
  But if you know what you're getting yourself into, enjoy!
  
Installing resque (1.1.0)
Installing formtastic (0.9.1)
 
  ========================================================================
 
  Thanks for installing Formtastic!
    
  You can now (optionally) run the generater to copy some stylesheets and
  a config initializer into your application:
  
    ./script/generate formtastic
    
  The following files will be added:
  
    RAILS_ROOT/public/stylesheets/formtastic.css
    RAILS_ROOT/public/stylesheets/formtastic_changes.css
    RAILS_ROOT/config/initializers/formtastic.rb
  
  Find out more and get involved:
 
    http://github.com/justinfrench/formtastic
    http://groups.google.com.au/group/formtastic
  
  ========================================================================
  
Installing machinist (1.0.5)
Installing algorithms (0.2.0)
Building native extensions. This could take a while...
Installing nokogiri (1.4.0)
Building native extensions. This could take a while...
Installing mime-types (1.16)
Installing hash_mapper (0.0.9)
Installing auto_html (1.2.1)
Installing redis (0.1)
Installing sax-machine (0.0.14)
Installing builder (2.1.2)
Installing cucumber (0.4.3)
 
(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)
 
                     (::) U P G R A D I N G (::)
 
Thank you for installing cucumber-0.4.3.
Please be sure to read http://wiki.github.com/aslakhellesoy/cucumber/upgrading
for important information about this release. Happy cuking!
 
(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)
 
Installing rspec (1.2.9)
**************************************************
 
  Thank you for installing rspec-1.2.9
 
  Please be sure to read History.rdoc and Upgrade.rdoc
  for useful information about this release.
 
**************************************************
Installing aws-s3 (0.6.2)
Installing loofah (0.3.1)
Installing feedzirra (0.0.19)
Installing compass (0.8.17)
Installing ruby-hmac (0.3.2)
Installing chronic (0.2.3)
Installing whenever (0.4.0)
Installing oauth (0.3.6)
Installing twitter (0.7.3)
Installing oauth-plugin (0.3.13)
Installing portablecontacts (0.1.0)
Installing semr (0.0.1)
 
Installing redis-namespace (0.1.0)
Installing acts-as-taggable-on (1.0.6)
Installing acl9 (0.11.0)
Done.