View difference between Paste ID: h658P6vW and m8V6ky3X
SHOW: | | - or go back to the newest paste.
1
GEM
2
  remote: https://rubygems.org/
3
  specs:
4
    actionmailer (4.0.2)
5
      actionpack (= 4.0.2)
6
      mail (~> 2.5.4)
7
    actionpack (4.0.2)
8
      activesupport (= 4.0.2)
9
      builder (~> 3.1.0)
10
      erubis (~> 2.7.0)
11
      rack (~> 1.5.2)
12
      rack-test (~> 0.6.2)
13
    activemodel (4.0.2)
14
      activesupport (= 4.0.2)
15
      builder (~> 3.1.0)
16
    activerecord (4.0.2)
17
      activemodel (= 4.0.2)
18
      activerecord-deprecated_finders (~> 1.0.2)
19
      activesupport (= 4.0.2)
20
      arel (~> 4.0.0)
21
    activerecord-deprecated_finders (1.0.3)
22
    activesupport (4.0.2)
23
      i18n (~> 0.6, >= 0.6.4)
24
      minitest (~> 4.2)
25
      multi_json (~> 1.3)
26
      thread_safe (~> 0.1)
27
      tzinfo (~> 0.3.37)
28
    arel (4.0.2)
29
    atomic (1.1.14)
30
    bcrypt-ruby (3.1.2-x86-mingw32)
31
    bootstrap-sass (3.0.3.0)
32
      sass (~> 3.2)
33
    bootstrap-will_paginate (0.0.10)
34
      will_paginate
35
    builder (3.1.4)
36
    capybara (2.1.0)
37
      mime-types (>= 1.16)
38
      nokogiri (>= 1.3.3)
39
      rack (>= 1.0.0)
40
      rack-test (>= 0.5.4)
41
      xpath (~> 2.0)
42
    celluloid (0.15.2)
43
      timers (~> 1.1.0)
44
    childprocess (0.4.0)
45
      ffi (~> 1.0, >= 1.0.11)
46
    coderay (1.1.0)
47
    coffee-rails (4.0.1)
48
      coffee-script (>= 2.2.0)
49
      railties (>= 4.0.0, < 5.0)
50
    coffee-script (2.2.0)
51
      coffee-script-source
52
      execjs
53
    coffee-script-source (1.7.0)
54
    diff-lcs (1.2.5)
55
    erubis (2.7.0)
56
    execjs (2.0.2)
57
    factory_girl (4.2.0)
58
      activesupport (>= 3.0.0)
59
    factory_girl_rails (4.2.1)
60
      factory_girl (~> 4.2.0)
61
      railties (>= 3.0.0)
62
    faker (1.1.2)
63
      i18n (~> 0.5)
64
    ffi (1.9.3-x86-mingw32)
65
    formatador (0.2.4)
66
    guard (2.4.0)
67
      formatador (>= 0.2.4)
68
      listen (~> 2.1)
69
      lumberjack (~> 1.0)
70
      pry (>= 0.9.12)
71
      thor (>= 0.18.1)
72
    guard-rspec (2.5.0)
73
      guard (>= 1.1)
74
      rspec (~> 2.11)
75
    guard-spork (1.5.0)
76
      childprocess (>= 0.2.3)
77
      guard (>= 1.1)
78
      spork (>= 0.8.4)
79
    hike (1.2.3)
80
    i18n (0.6.9)
81
    jbuilder (1.0.2)
82
      activesupport (>= 3.0.0)
83
    jquery-rails (3.0.4)
84
      railties (>= 3.0, < 5.0)
85
      thor (>= 0.14, < 2.0)
86
    json (1.8.1)
87
    listen (2.4.1)
88
      celluloid (>= 0.15.2)
89
      rb-fsevent (>= 0.9.3)
90
      rb-inotify (>= 0.9)
91
    lumberjack (1.0.4)
92
    mail (2.5.4)
93
      mime-types (~> 1.16)
94
      treetop (~> 1.4.8)
95
    method_source (0.8.2)
96
    mime-types (1.25.1)
97
    mini_portile (0.5.2)
98
    minitest (4.7.5)
99
    multi_json (1.8.4)
100
    nokogiri (1.6.1-x86-mingw32)
101
      mini_portile (~> 0.5.0)
102
    pg (0.15.1-x86-mingw32)
103
    polyglot (0.3.3)
104
    pry (0.9.12.6-x86-mingw32)
105
      coderay (~> 1.0)
106
      method_source (~> 0.8)
107
      slop (~> 3.4)
108
      win32console (~> 1.3)
109
    rack (1.5.2)
110
    rack-test (0.6.2)
111
      rack (>= 1.0)
112
    rails (4.0.2)
113
      actionmailer (= 4.0.2)
114
      actionpack (= 4.0.2)
115
      activerecord (= 4.0.2)
116
      activesupport (= 4.0.2)
117
      bundler (>= 1.3.0, < 2.0)
118
      railties (= 4.0.2)
119
      sprockets-rails (~> 2.0.0)
120
    rails_12factor (0.0.2)
121
      rails_serve_static_assets
122
      rails_stdout_logging
123
    rails_serve_static_assets (0.0.2)
124
    rails_stdout_logging (0.0.3)
125
    railties (4.0.2)
126
      actionpack (= 4.0.2)
127
      activesupport (= 4.0.2)
128
      rake (>= 0.8.7)
129
      thor (>= 0.18.1, < 2.0)
130
    rake (10.1.1)
131
    rb-fsevent (0.9.4)
132
    rb-inotify (0.9.3)
133
      ffi (>= 0.5.0)
134
    rb-notifu (0.0.4)
135
    rdoc (3.12.2)
136
      json (~> 1.4)
137
    rspec (2.13.0)
138
      rspec-core (~> 2.13.0)
139
      rspec-expectations (~> 2.13.0)
140
      rspec-mocks (~> 2.13.0)
141
    rspec-core (2.13.1)
142
    rspec-expectations (2.13.0)
143
      diff-lcs (>= 1.1.3, < 2.0)
144
    rspec-mocks (2.13.1)
145
    rspec-rails (2.13.1)
146
      actionpack (>= 3.0)
147
      activesupport (>= 3.0)
148
      railties (>= 3.0)
149
      rspec-core (~> 2.13.0)
150
      rspec-expectations (~> 2.13.0)
151
      rspec-mocks (~> 2.13.0)
152
    rubyzip (0.9.9)
153
    sass (3.2.14)
154
    sass-rails (4.0.1)
155
      railties (>= 4.0.0, < 5.0)
156
      sass (>= 3.1.10)
157
      sprockets-rails (~> 2.0.0)
158
    sdoc (0.3.20)
159
      json (>= 1.1.3)
160
      rdoc (~> 3.10)
161
    selenium-webdriver (2.35.1)
162
      childprocess (>= 0.2.5)
163
      multi_json (~> 1.0)
164
      rubyzip (< 1.0.0)
165
      websocket (~> 1.0.4)
166
    slop (3.4.7)
167
    spork (1.0.0rc4-x86-mingw32)
168
      win32-process
169
    spork-rails (4.0.0)
170
      rails (>= 3.0.0, < 5)
171
      spork (>= 1.0rc0)
172
    sprockets (2.10.1)
173
      hike (~> 1.2)
174
      multi_json (~> 1.0)
175
      rack (~> 1.0)
176
      tilt (~> 1.1, != 1.3.0)
177
    sprockets-rails (2.0.1)
178
      actionpack (>= 3.0)
179
      activesupport (>= 3.0)
180
      sprockets (~> 2.8)
181
    sqlite3 (1.3.8-x86-mingw32)
182
    thor (0.18.1)
183
    thread_safe (0.1.3)
184
      atomic
185
    tilt (1.4.1)
186
    timers (1.1.0)
187
    treetop (1.4.15)
188
      polyglot
189
      polyglot (>= 0.3.1)
190
    turbolinks (1.1.1)
191
      coffee-rails
192
    tzinfo (0.3.38)
193
    uglifier (2.1.1)
194
      execjs (>= 0.3.0)
195
      multi_json (~> 1.0, >= 1.0.2)
196
    websocket (1.0.7)
197
    will_paginate (3.0.4)
198
    win32-process (0.7.4)
199
      ffi (>= 1.0.0)
200
    win32console (1.3.2-x86-mingw32)
201
    xpath (2.0.0)
202
      nokogiri (~> 1.3)
203
204
PLATFORMS
205
  x86-mingw32
206
207
DEPENDENCIES
208
  bcrypt-ruby (= 3.1.2)
209
  bootstrap-sass (~> 3.0.3.0)
210
  bootstrap-will_paginate (= 0.0.10)
211
  capybara (= 2.1.0)
212
  childprocess (= 0.4.0)
213
  coffee-rails (= 4.0.1)
214
  factory_girl_rails (= 4.2.1)
215
  faker (= 1.1.2)
216
  guard-rspec (= 2.5.0)
217
  guard-spork (= 1.5.0)
218
  jbuilder (= 1.0.2)
219
  jquery-rails (= 3.0.4)
220
  pg (= 0.15.1)
221
  rails (= 4.0.2)
222
  rails_12factor (= 0.0.2)
223
  rb-notifu (= 0.0.4)
224
  rspec-rails (= 2.13.1)
225
  sass-rails (= 4.0.1)
226
  sdoc (= 0.3.20)
227
  selenium-webdriver (= 2.35.1)
228
  spork-rails (= 4.0.0)
229
  sqlite3 (= 1.3.8)
230
  therubyracer
231
  turbolinks (= 1.1.1)
232
  uglifier (= 2.1.1)
233
  will_paginate (= 3.0.4)