Git Product home page Git Product logo

ruby-vips's People

Contributors

aglushkov avatar alex88 avatar ankane avatar aried3r avatar byroot avatar chendo avatar danini-the-panini avatar earlopain avatar ender672 avatar felixbuenemann avatar gchudnov avatar guillaumewrobel avatar ioquatix avatar janko avatar jcupitt avatar jechols avatar jeremy avatar kleisauke avatar larskanis avatar linkyndy avatar nakilon avatar olleolleolle avatar petergoldstein avatar pftg avatar pvalena avatar sandstrom avatar sled avatar stanislaw avatar tehprofessor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ruby-vips's Issues

Watermarking images

Hi again,
BLEND works with images with same number of bands or where one of the image is a uni-band. So, I tried to change band of one of my image by using BANDMEAN and then BANDJOIN. But, its resulting in an image with much higher contrast.

Is there any other way to watermark images, or a way around this contrast issue?
Thanks

Feature request: Install against libvips-tools ubuntu package

I'm trying to use vips for simple web photo resizing on ubuntu lucid. At the moment it requires libvips-dev which has a load of dependencies I'd rather not install. Is there any reason it shouldn't work against the libvips-tools package or even just libvips15?

I've tried installing against libvips-tools and I see the following:

extconf.rb:27: no pkg_config for any of following libvips versions: 7.29, 7.28, 7.27, 7.26, 7.24, 7.23, 7.22, 7.20 (RuntimeError)

I'm not sure if the reason why I'm seeing this is because I don't have the full libvips-dev installed, or some sort of PKG_CONFIG_PATH problem. Another possible reason I'm seeing this error may be because I have REE 1.8.7 installed instead of MRI.

Another approach I'm considering is shelling out to vips from ruby. Do you know, does the vips command line tool have a way of returning a stream of the image data so I could capture it with IO.popen?

Or is there an easy way I can call through to the c library directly somehow from ruby - preferably just depending on http://packages.ubuntu.com/lucid/libvips15?

Any help would be much appreciated.

ruby-vips fails to install. unfamiliar with error.

Howdy,

Updated my local environment and ran into an unfamiliar error. Unsure even how to search for this error, and preview inquiries resulted in zero results. Ruby-vips fails to install with bundler and by itself. Can you help a brother out?

What Im working with:

  • Debian Wheezy
  • Rails 4
  • Bundler 1.6.2
  • Rubygems 2.2.2
  • Vips 7.38 (installed from source)

Error:

Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

    /opt/rubies/ruby-2.1.2/bin/ruby extconf.rb
creating Makefile

make "DESTDIR=" clean

make "DESTDIR="
compiling image_histograms_lut.c
In file included from /usr/include/glib-2.0/glib.h:33:0,
                 from /opt/vips/include/vips/vips.h:85,
                 from ruby_vips.h:5,
                 from image_histograms_lut.c:1:
/usr/include/glib-2.0/glib/garray.h:1:1: warning: null character(s) ignored [enabled by default]
In file included from /usr/include/glib-2.0/glib/gbytes.h:32:0,
                 from /usr/include/glib-2.0/glib.h:40,
                 from /opt/vips/include/vips/vips.h:85,
                 from ruby_vips.h:5,
                 from image_histograms_lut.c:1:
/usr/include/glib-2.0/glib/garray.h:1:1: warning: null character(s) ignored [enabled by default]
In file included from /usr/include/glib-2.0/glib.h:40:0,
                 from /opt/vips/include/vips/vips.h:85,
                 from ruby_vips.h:5,
                 from image_histograms_lut.c:1:
/usr/include/glib-2.0/glib/gbytes.h:36:1: error: unknown type name ‘GBytes’
/usr/include/glib-2.0/glib/gbytes.h:39:1: error: unknown type name ‘GBytes’
/usr/include/glib-2.0/glib/gbytes.h:42:1: error: unknown type name ‘GBytes’
/usr/include/glib-2.0/glib/gbytes.h:45:1: error: unknown type name ‘GBytes’
/usr/include/glib-2.0/glib/gbytes.h:50:1: error: unknown type name ‘GBytes’
/usr/include/glib-2.0/glib/gbytes.h:50:50: error: unknown type name ‘GBytes’
/usr/include/glib-2.0/glib/gbytes.h:54:50: error: unknown type name ‘GBytes’
/usr/include/glib-2.0/glib/gbytes.h:57:50: error: unknown type name ‘GBytes’
/usr/include/glib-2.0/glib/gbytes.h:59:1: error: unknown type name ‘GBytes’
/usr/include/glib-2.0/glib/gbytes.h:59:50: error: unknown type name ‘GBytes’
/usr/include/glib-2.0/glib/gbytes.h:61:50: error: unknown type name ‘GBytes’
/usr/include/glib-2.0/glib/gbytes.h:63:50: error: unknown type name ‘GBytes’
/usr/include/glib-2.0/glib/gbytes.h:66:1: error: unknown type name ‘GByteArray’
/usr/include/glib-2.0/glib/gbytes.h:66:50: error: unknown type name ‘GBytes’
image_histograms_lut.c: In function ‘img_histgr’:
image_histograms_lut.c:20:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_histnd’:
image_histograms_lut.c:44:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_hist_indexed’:
image_histograms_lut.c:71:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c:71:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_project’:
image_histograms_lut.c:219:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c:220:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_histnorm’:
image_histograms_lut.c:239:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_histcum’:
image_histograms_lut.c:252:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_histeq’:
image_histograms_lut.c:265:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_histspec’:
image_histograms_lut.c:280:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c:280:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_maplut’:
image_histograms_lut.c:310:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c:311:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_histplot’:
image_histograms_lut.c:335:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_hist’:
image_histograms_lut.c:371:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_hsp’:
image_histograms_lut.c:395:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c:395:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_gammacorrect’:
image_histograms_lut.c:410:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_heq’:
image_histograms_lut.c:482:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_lhisteq’:
image_histograms_lut.c:509:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_stdif’:
image_histograms_lut.c:553:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_tone_analyse’:
image_histograms_lut.c:632:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
make: *** [image_histograms_lut.o] Error 1

make failed, exit code 2

Gem files will remain installed in /home/hhadmin/.gem/ruby/2.1.2/bundler/gems/ruby-vips-75a0a3f782a7 for inspection.
Results logged to /home/hhadmin/.gem/ruby/2.1.2/bundler/gems/extensions/x86_64-linux/2.1.0-static/ruby-vips-75a0a3f782a7/gem_make.out
An error occurred while installing ruby-vips (0.3.6), and Bundler cannot continue.
Make sure that `gem install ruby-vips -v '0.3.6'` succeeds before bundling.

gem install/build fails with vips 7.40

I just installed libvips through homebrew, following the instructions here and got version vips-7.40.11. Next i ran gem install ruby-vips for version 0.3.9, which fails with the following message:

extconf.rb:27:in `<main>': no pkg_config for any of following libvips versions: 7.29, 7.28, 7.27, 7.26, 7.24, 7.23, 7.22, 7.20 (RuntimeError)

It would seem that ruby-vips doesn't know how to build against v. 7.40?

Shutdown thread

I'm using vips in a sidekiq worker, on sidekiq shutdown I get:

sidekiq 3.0.2 app [0 of 1 busy]: vips_thread_shutdown() not called for thread 0x7fe96fd291b0

is there something I've to call to shutdown it?

I'm using ruby-vips only in this way:

def save_image_metadata(original_path, image)
  vimage = if jpeg? original_path
      VIPS::Image.jpeg(original_path, sequential: true)
    elsif png? original_path
      VIPS::Image.png(original_path, sequential: true)
    else
      VIPS::Image.new(original_path, sequential: true)
    end

  image.width = vimage.x_size
  image.height = vimage.y_size
  image.status = 2
  image.save
  vimage = nil
end

Heroku build

I'm trying to use ruby-vips within heroku, I've created this buildpack https://github.com/alex88/heroku-buildpack-vips that installs vips in the /app/vendor/vips along with orc and libwebp.

Vips and deps are installed using the steps you see in the "Build script" readme section, I've set the prefix folder to /app/vendor/vips since during the buildpack creation and the app run time vips will be installed there.

By the way, bundle install runs fine, it creates the native gem package without any problem, the issue is that requiring vips gives:

irb(main):001:0> require 'vips'
LoadError: libvips.so.37: cannot open shared object file: No such file or directory - /app/vendor/bundle/ruby/2.1.0/extensions/x86_64-linux/2.1.0-static/ruby-vips-0.3.7/vips_ext.so
    from /app/vendor/bundle/ruby/2.1.0/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:229:in `require'
    from /app/vendor/bundle/ruby/2.1.0/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:229:in `block in require'
    from /app/vendor/bundle/ruby/2.1.0/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:214:in `load_dependency'
    from /app/vendor/bundle/ruby/2.1.0/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:229:in `require'
    from /app/vendor/bundle/ruby/2.1.0/gems/ruby-vips-0.3.7/lib/vips.rb:4:in `<top (required)>'
    from /app/vendor/bundle/ruby/2.1.0/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:229:in `require'
    from /app/vendor/bundle/ruby/2.1.0/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:229:in `block in require'
    from /app/vendor/bundle/ruby/2.1.0/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:214:in `load_dependency'
    from /app/vendor/bundle/ruby/2.1.0/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:229:in `require'
    from (irb):1
    from /app/vendor/bundle/ruby/2.1.0/gems/railties-4.0.2/lib/rails/commands/console.rb:90:in `start'
    from /app/vendor/bundle/ruby/2.1.0/gems/railties-4.0.2/lib/rails/commands/console.rb:9:in `start'
    from /app/vendor/bundle/ruby/2.1.0/gems/railties-4.0.2/lib/rails/commands.rb:62:in `<top (required)>'
    from /app/bin/rails:8:in `require'
    from /app/bin/rails:8:in `<main>'

but:

~ $ ls -la /app/vendor/bundle/ruby/2.1.0/extensions/x86_64-linux/2.1.0-static/ruby-vips-0.3.7/vips_ext.so
-rwx------ 1 u10722 10722 519675 2014-02-18 17:24 /app/vendor/bundle/ruby/2.1.0/extensions/x86_64-linux/2.1.0-static/ruby-vips-0.3.7/vips_ext.so

The problem shouldn't be vips since I've tried to run a vips dzsave in console and it works fine.

Any idea?

Does not build with libvips v7.38.1

Installing the gem results in the following error

creating Makefile

make "DESTDIR="
compiling header.c
compiling image.c
compiling image_arithmetic.c
compiling image_boolean.c
compiling image_colour.c
compiling image_conversion.c
compiling image_convolution.c
compiling image_freq_filt.c
image_freq_filt.c: In function ‘img_s_fmask_ideal_highpass’:
image_freq_filt.c:123: error: ‘VIPS_MASK_IDEAL_HIGHPASS’ undeclared (first use in this function)
image_freq_filt.c:123: error: (Each undeclared identifier is reported only once
image_freq_filt.c:123: error: for each function it appears in.)
image_freq_filt.c: In function ‘img_s_fmask_ideal_lowpass’:
image_freq_filt.c:144: error: ‘VIPS_MASK_IDEAL_LOWPASS’ undeclared (first use in this function)
image_freq_filt.c: In function ‘img_s_fmask_butterworth_highpass’:
image_freq_filt.c:165: error: ‘VIPS_MASK_BUTTERWORTH_HIGHPASS’ undeclared (first use in this function)
image_freq_filt.c: In function ‘img_s_fmask_butterworth_lowpass’:
image_freq_filt.c:187: error: ‘VIPS_MASK_BUTTERWORTH_LOWPASS’ undeclared (first use in this function)
image_freq_filt.c: In function ‘img_s_fmask_gauss_highpass’:
image_freq_filt.c:209: error: ‘VIPS_MASK_GAUSS_HIGHPASS’ undeclared (first use in this function)
image_freq_filt.c: In function ‘img_s_fmask_gauss_lowpass’:
image_freq_filt.c:231: error: ‘VIPS_MASK_GAUSS_LOWPASS’ undeclared (first use in this function)
image_freq_filt.c: In function ‘img_s_fmask_ideal_ringpass’:
image_freq_filt.c:252: error: ‘VIPS_MASK_IDEAL_RINGPASS’ undeclared (first use in this function)
image_freq_filt.c: In function ‘img_s_fmask_ideal_ringreject’:
image_freq_filt.c:273: error: ‘VIPS_MASK_IDEAL_RINGREJECT’ undeclared (first use in this function)
image_freq_filt.c: In function ‘img_s_fmask_butterworth_ringpass’:
image_freq_filt.c:295: error: ‘VIPS_MASK_BUTTERWORTH_RINGPASS’ undeclared (first use in this function)
image_freq_filt.c: In function ‘img_s_fmask_butterworth_ringreject’:
image_freq_filt.c:318: error: ‘VIPS_MASK_BUTTERWORTH_RINGREJECT’ undeclared (first use in this function)
image_freq_filt.c: In function ‘img_s_fmask_gauss_ringpass’:
image_freq_filt.c:341: error: ‘VIPS_MASK_GAUSS_RINGPASS’ undeclared (first use in this function)
image_freq_filt.c: In function ‘img_s_fmask_gauss_ringreject’:
image_freq_filt.c:363: error: ‘VIPS_MASK_GAUSS_RINGREJECT’ undeclared (first use in this function)
image_freq_filt.c: In function ‘img_s_fmask_ideal_bandpass’:
image_freq_filt.c:385: error: ‘VIPS_MASK_IDEAL_BANDPASS’ undeclared (first use in this function)
image_freq_filt.c: In function ‘img_s_fmask_ideal_bandreject’:
image_freq_filt.c:408: error: ‘VIPS_MASK_IDEAL_BANDREJECT’ undeclared (first use in this function)
image_freq_filt.c: In function ‘img_s_fmask_butterworth_bandpass’:
image_freq_filt.c:432: error: ‘VIPS_MASK_BUTTERWORTH_BANDPASS’ undeclared (first use in this function)
image_freq_filt.c: In function ‘img_s_fmask_butterworth_bandreject’:
image_freq_filt.c:456: error: ‘VIPS_MASK_BUTTERWORTH_BANDREJECT’ undeclared (first use in this function)
image_freq_filt.c: In function ‘img_s_fmask_gauss_bandpass’:
image_freq_filt.c:480: error: ‘VIPS_MASK_GAUSS_BANDPASS’ undeclared (first use in this function)
image_freq_filt.c: In function ‘img_s_fmask_gauss_bandreject’:
image_freq_filt.c:504: error: ‘VIPS_MASK_GAUSS_BANDREJECT’ undeclared (first use in this function)
image_freq_filt.c: In function ‘img_s_fmask_fractal_flt’:
image_freq_filt.c:528: error: ‘VIPS_MASK_FRACTAL_FLT’ undeclared (first use in this function)
make: *** [image_freq_filt.o] Error 1

It seems the above #defines have been deprecated in recent versions of VIPS and changing them to IM_MASK_XXX resolves the issue.

(enh) JRuby / FFI support?

Hi @jcupitt,

Are there plans to migrate the C parts in this Gem to a libFFI-compliant interface, so JRuby users can also enjoy the libvips binding?

If there’s no such a plan do you know whether this will be difficult to implement by somebody else? I am under the impression that everything under ext will need some level of attention.

Thanks
Eve

orientation issue

Hi

I have some issue with image orientation as mentioned here http://makandracards.com/makandra/12323-carrierwave-auto-rotate-tagged-jpegs . but it seems that ruby-vips doesn't support auto_orient method. i get below error message

["Image Failed to manipulate file, maybe it is not a supported image? Original Error: undefined method `auto_orient' for #VIPS::Image:0x00000002e01e18"]
. can you please tell me how i can use auto_orient feature?.

thank you for this great gem.

Blur examples

Hi @jcupitt,

Thanks for making this happen! :)

I wonder if you would have any snippets of code to share to apply gaussian blur to an image. I've been looking for hours and couldn't find anything online :(.

Thanks again,
Darío

Re-Writing an Image.jpeg

I created an VIPS::Image by "Image.jpeg", and while writing the same image for the "second time"... top 3/4th part of the image gets flushed as if while writing it for the first time the image data is getting deleted.

Though re-writing of images works perfectly fine if the image is created using "Image.new".

Why did this happen?

Spring causes vips loading segfault

Just tried to require 'vips' using a spring-enabled rails project and it segfaults

[1] pry(main)> require 'vips'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/extensions/x86_64-darwin-14/2.1.0-static/ruby-vips-0.3.9/vips_ext.bundle: [BUG] Segmentation fault at 0x00000000000110
ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-darwin14.0]

-- Crash Report log information --------------------------------------------
   See Crash Report log file under the one of following:
     * ~/Library/Logs/CrashReporter
     * /Library/Logs/CrashReporter
     * ~/Library/Logs/DiagnosticReports
     * /Library/Logs/DiagnosticReports
   for more details.

-- Control frame information -----------------------------------------------
c:0056 p:-17571451246650 s:0222 e:000221 TOP    [FINISH]
c:0055 p:---- s:0220 e:000219 CFUNC  :require
c:0054 p:0010 s:0216 e:000215 BLOCK  /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:274
c:0053 p:0054 s:0214 e:000213 METHOD /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:240
c:0052 p:0015 s:0209 e:000208 METHOD /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:274
c:0051 p:0023 s:0204 e:000203 TOP    /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/ruby-vips-0.3.9/lib/vips.rb:4 [FINISH]
c:0050 p:---- s:0202 e:000201 CFUNC  :require
c:0049 p:0010 s:0198 e:000197 BLOCK  /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:274
c:0048 p:0054 s:0196 e:000195 METHOD /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:240
c:0047 p:0015 s:0191 e:000190 METHOD /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:274
c:0046 p:0007 s:0186 e:000185 EVAL   (pry):1 [FINISH]
c:0045 p:---- s:0184 e:000183 CFUNC  :eval
c:0044 p:0046 s:0178 e:000177 METHOD /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/pry_instance.rb:355
c:0043 p:0271 s:0173 e:000172 METHOD /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/pry_instance.rb:323
c:0042 p:0013 s:0163 e:000162 BLOCK  /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/pry_instance.rb:243 [FINISH]
c:0041 p:---- s:0161 e:000160 CFUNC  :catch
c:0040 p:0009 s:0157 e:000156 BLOCK  /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/pry_instance.rb:242 [FINISH]
c:0039 p:---- s:0155 e:000154 CFUNC  :catch
c:0038 p:0032 s:0151 e:000150 METHOD /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/pry_instance.rb:241
c:0037 p:0061 s:0144 e:000143 BLOCK  /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/repl.rb:77 [FINISH]
c:0036 p:---- s:0141 e:000140 CFUNC  :loop
c:0035 p:0007 s:0138 e:000137 METHOD /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/repl.rb:67
c:0034 p:0007 s:0135 e:000134 BLOCK  /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/repl.rb:38 [FINISH]
c:0033 p:---- s:0133 e:000132 CFUNC  :call
c:0032 p:0016 s:0130 e:000129 METHOD /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/input_lock.rb:61
c:0031 p:0030 s:0126 e:000125 METHOD /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/input_lock.rb:79
c:0030 p:0025 s:0121 E:000a98 METHOD /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/repl.rb:38
c:0029 p:0020 s:0118 E:000b20 METHOD /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/repl.rb:15
c:0028 p:0222 s:0114 E:001130 METHOD /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/pry_class.rb:169
c:0027 p:0173 s:0108 E:0011a8 METHOD /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/commands/console.rb:110
c:0026 p:0011 s:0105 E:001230 METHOD /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/commands/console.rb:9
c:0025 p:0092 s:0101 E:0012b0 METHOD /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/commands/commands_tasks.rb:68
c:0024 p:0033 s:0097 E:001330 METHOD /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/commands/commands_tasks.rb:39
c:0023 p:0116 s:0093 E:0013b8 TOP    /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/commands.rb:17 [FINISH]
c:0022 p:---- s:0089 e:000088 CFUNC  :require
c:0021 p:0010 s:0085 E:0014a8 BLOCK  /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:274
c:0020 p:0054 s:0083 E:001588 METHOD /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:240
c:0019 p:0015 s:0078 E:001448 METHOD /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:274
c:0018 p:0056 s:0073 E:001628 TOP    /Volumes/Data/home/alessandro/Sites/closr-core/bin/rails:8 [FINISH]
c:0017 p:---- s:0071 e:000070 CFUNC  :load
c:0016 p:0012 s:0066 E:001718 BLOCK  /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:268
c:0015 p:0054 s:0064 E:0017f8 METHOD /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:240
c:0014 p:0019 s:0059 E:0016c0 METHOD /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:268
c:0013 p:0049 s:0053 E:001898 METHOD /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/commands/rails.rb:6
c:0012 p:0020 s:0050 E:001918 METHOD /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/command_wrapper.rb:38
c:0011 p:0132 s:0047 E:001998 BLOCK  /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/application.rb:183 [FINISH]
c:0010 p:---- s:0045 e:000044 CFUNC  :fork
c:0009 p:0198 s:0042 E:0008e8 METHOD /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/application.rb:156
c:0008 p:0065 s:0029 E:0009c8 BLOCK  /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/application.rb:131 [FINISH]
c:0007 p:---- s:0027 e:000026 CFUNC  :loop
c:0006 p:0023 s:0024 E:000968 METHOD /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/application.rb:125
c:0005 p:0128 s:0021 E:002210 TOP    /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/application/boot.rb:18 [FINISH]
c:0004 p:---- s:0018 e:000017 CFUNC  :require
c:0003 p:0115 s:0014 E:000ac0 METHOD /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55
c:0002 p:0007 s:0004 E:000728 EVAL   -e:1 [FINISH]
c:0001 p:0000 s:0002 E:0006a8 TOP    [FINISH]

-e:1:in `<main>'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/application/boot.rb:18:in `<top (required)>'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/application.rb:125:in `run'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/application.rb:125:in `loop'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/application.rb:131:in `block in run'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/application.rb:156:in `serve'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/application.rb:156:in `fork'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/application.rb:183:in `block in serve'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/command_wrapper.rb:38:in `call'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/commands/rails.rb:6:in `call'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:268:in `load'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:240:in `load_dependency'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:268:in `block in load'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:268:in `load'
/Volumes/Data/home/alessandro/Sites/closr-core/bin/rails:8:in `<top (required)>'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:274:in `require'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:240:in `load_dependency'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:274:in `block in require'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:274:in `require'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/commands.rb:17:in `<top (required)>'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/commands/commands_tasks.rb:39:in `run_command!'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/commands/commands_tasks.rb:68:in `console'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/commands/console.rb:9:in `start'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/commands/console.rb:110:in `start'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/pry_class.rb:169:in `start'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/repl.rb:15:in `start'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/repl.rb:38:in `start'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/input_lock.rb:79:in `with_ownership'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/input_lock.rb:61:in `__with_ownership'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/input_lock.rb:61:in `call'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/repl.rb:38:in `block in start'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/repl.rb:67:in `repl'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/repl.rb:67:in `loop'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/repl.rb:77:in `block in repl'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/pry_instance.rb:241:in `eval'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/pry_instance.rb:241:in `catch'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/pry_instance.rb:242:in `block in eval'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/pry_instance.rb:242:in `catch'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/pry_instance.rb:243:in `block (2 levels) in eval'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/pry_instance.rb:323:in `handle_line'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/pry_instance.rb:355:in `evaluate_ruby'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/pry_instance.rb:355:in `eval'
(pry):1:in `__pry__'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:274:in `require'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:240:in `load_dependency'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:274:in `block in require'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:274:in `require'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/ruby-vips-0.3.9/lib/vips.rb:4:in `<top (required)>'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:274:in `require'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:240:in `load_dependency'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:274:in `block in require'
/usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb:274:in `require'

-- C level backtrace information -------------------------------------------
0   ruby                                0x000000010b3e91d0 rb_vm_bugreport + 144
1   ruby                                0x000000010b29ae71 report_bug + 305
2   ruby                                0x000000010b29ad34 rb_bug + 180
3   ruby                                0x000000010b36b51c sigsegv + 156
4   libsystem_platform.dylib            0x00007fff876fdf1a _sigtramp + 26
5   libdispatch.dylib                   0x00007fff8ff4316f _dispatch_async_f_slow + 395
6   ???                                 0x0000000000000000 0x0 + 0

-- Other runtime information -----------------------------------------------

* Loaded script: rails_console

* Loaded features:

    0 enumerator.so
    1 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/enc/encdb.bundle
    2 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/enc/trans/transdb.bundle
    3 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/rbconfig.rb
    4 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/compatibility.rb
    5 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/defaults.rb
    6 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/deprecate.rb
    7 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/errors.rb
    8 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/version.rb
    9 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/requirement.rb
   10 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/platform.rb
   11 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/basic_specification.rb
   12 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/stub_specification.rb
   13 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/util/stringio.rb
   14 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/specification.rb
   15 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/exceptions.rb
   16 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/core_ext/kernel_gem.rb
   17 thread.rb
   18 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/thread.bundle
   19 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/monitor.rb
   20 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb
   21 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems.rb
   22 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/socket.bundle
   23 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/socket.rb
   24 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/errors.rb
   25 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/configuration.rb
   26 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/pathname.bundle
   27 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/pathname.rb
   28 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/etc.bundle
   29 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/fileutils.rb
   30 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/digest.bundle
   31 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/digest.rb
   32 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/digest/md5.bundle
   33 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/tmpdir.rb
   34 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/version.rb
   35 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/fiddle.bundle
   36 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/fiddle/function.rb
   37 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/fiddle/closure.rb
   38 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/fiddle.rb
   39 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/sid.rb
   40 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/env.rb
   41 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/process_title_updater.rb
   42 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/stringio.bundle
   43 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/json.rb
   44 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/set.rb
   45 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/mutex_m.rb
   46 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/watcher/abstract.rb
   47 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/watcher/polling.rb
   48 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/watcher.rb
   49 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/boot.rb
   50 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/pty.bundle
   51 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/application.rb
   52 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/command_wrapper.rb
   53 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/commands/rails.rb
   54 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/commands/rake.rb
   55 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/path_support.rb
   56 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/dependency.rb
   57 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/constants.rb
   58 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/io/console.bundle
   59 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/user_interaction.rb
   60 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/config_file.rb
   61 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/rubygems_integration.rb
   62 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/current_ruby.rb
   63 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/shared_helpers.rb
   64 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/gem_path_manipulation.rb
   65 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/gem_helpers.rb
   66 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/match_platform.rb
   67 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/rubygems_ext.rb
   68 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/version.rb
   69 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler.rb
   70 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/settings.rb
   71 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/digest/sha1.bundle
   72 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/definition.rb
   73 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/dependency.rb
   74 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/ruby_dsl.rb
   75 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/dsl.rb
   76 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/source_list.rb
   77 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/source.rb
   78 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/uri/common.rb
   79 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/uri/generic.rb
   80 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/uri/ftp.rb
   81 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/uri/http.rb
   82 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/uri/https.rb
   83 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/uri/ldap.rb
   84 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/uri/ldaps.rb
   85 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/uri/mailto.rb
   86 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/uri.rb
   87 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/timeout.rb
   88 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/net/protocol.rb
   89 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/zlib.bundle
   90 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/net/http/exceptions.rb
   91 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/net/http/header.rb
   92 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/net/http/generic_request.rb
   93 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/net/http/request.rb
   94 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/net/http/requests.rb
   95 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/net/http/response.rb
   96 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/net/http/responses.rb
   97 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/net/http/proxy_delta.rb
   98 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/net/http/backward.rb
   99 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/net/http.rb
  100 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/date_core.bundle
  101 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/date/format.rb
  102 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/date.rb
  103 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/time.rb
  104 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/request.rb
  105 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/cgi/core.rb
  106 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/cgi/util.rb
  107 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/cgi/cookie.rb
  108 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/cgi.rb
  109 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/uri_formatter.rb
  110 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/fcntl.bundle
  111 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/openssl.bundle
  112 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/openssl/bn.rb
  113 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/openssl/cipher.rb
  114 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/openssl/config.rb
  115 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/openssl/digest.rb
  116 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/openssl/x509.rb
  117 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/openssl/buffering.rb
  118 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/openssl/ssl.rb
  119 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/openssl.rb
  120 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/securerandom.rb
  121 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/resolv.rb
  122 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/remote_fetcher.rb
  123 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/text.rb
  124 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/name_tuple.rb
  125 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/spec_fetcher.rb
  126 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/source/rubygems.rb
  127 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/strscan.bundle
  128 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/source/path.rb
  129 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/source/git.rb
  130 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/lockfile_parser.rb
  131 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/lazy_specification.rb
  132 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/tsort.rb
  133 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/forwardable.rb
  134 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/spec_set.rb
  135 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/environment.rb
  136 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/runtime.rb
  137 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/index.rb
  138 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/remote_specification.rb
  139 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/endpoint_specification.rb
  140 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/dep_proxy.rb
  141 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.9/lib/bundler/setup.rb
  142 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-commands-rspec-1.0.4/lib/spring/commands/rspec.rb
  143 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-commands-rspec-1.0.4/lib/spring-commands-rspec.rb
  144 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/spring-1.2.0/lib/spring/commands.rb
  145 /Volumes/Data/home/alessandro/Sites/closr-core/config/boot.rb
  146 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/thread_safe-0.3.4/lib/thread_safe/version.rb
  147 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/delegate.rb
  148 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/thread_safe-0.3.4/lib/thread_safe/synchronized_delegator.rb
  149 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/thread_safe-0.3.4/lib/thread_safe.rb
  150 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/array/prepend_and_append.rb
  151 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/hash/deep_merge.rb
  152 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/hash/except.rb
  153 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/hash/slice.rb
  154 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/i18n-0.7.0.beta1/lib/i18n/version.rb
  155 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/i18n-0.7.0.beta1/lib/i18n/exceptions.rb
  156 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/i18n-0.7.0.beta1/lib/i18n/interpolate/ruby.rb
  157 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/i18n-0.7.0.beta1/lib/i18n.rb
  158 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/lazy_load_hooks.rb
  159 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/i18n-0.7.0.beta1/lib/i18n/config.rb
  160 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/i18n.rb
  161 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/thread_safe-0.3.4/lib/thread_safe/non_concurrent_cache_backend.rb
  162 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/thread_safe-0.3.4/lib/thread_safe/mri_cache_backend.rb
  163 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/thread_safe-0.3.4/lib/thread_safe/cache.rb
  164 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/inflector/inflections.rb
  165 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/inflections.rb
  166 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/inflector/methods.rb
  167 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies/autoload.rb
  168 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/gem_version.rb
  169 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/version.rb
  170 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/array/extract_options.rb
  171 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/module/attribute_accessors.rb
  172 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/concern.rb
  173 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/logger_silence.rb
  174 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/logger.rb
  175 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/logger.rb
  176 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support.rb
  177 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/object/blank.rb
  178 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/kernel/singleton_class.rb
  179 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/module/remove_method.rb
  180 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/class/attribute.rb
  181 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/module/delegation.rb
  182 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/singleton.rb
  183 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/deprecation/instance_delegator.rb
  184 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/notifications/instrumenter.rb
  185 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/notifications/fanout.rb
  186 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/per_thread_registry.rb
  187 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/notifications.rb
  188 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/deprecation/behaviors.rb
  189 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/deprecation/reporting.rb
  190 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/module/aliasing.rb
  191 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/deprecation/method_wrappers.rb
  192 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/deprecation/proxy_wrappers.rb
  193 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/module/deprecation.rb
  194 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/deprecation.rb
  195 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/rails.rb
  196 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/gem_version.rb
  197 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/version.rb
  198 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model.rb
  199 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/ruby_version_check.rb
  200 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/tempfile.rb
  201 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/kernel/reporting.rb
  202 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/hash/keys.rb
  203 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/key_generator.rb
  204 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/base64.rb
  205 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/security_utils.rb
  206 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/message_verifier.rb
  207 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/initializable.rb
  208 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/ordered_options.rb
  209 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/object/acts_like.rb
  210 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/bigdecimal.bundle
  211 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/object/duplicable.rb
  212 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/object/deep_dup.rb
  213 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/object/itself.rb
  214 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/object/try.rb
  215 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/object/inclusion.rb
  216 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/object/to_query.rb
  217 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/object/to_param.rb
  218 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/multibyte.rb
  219 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/string/multibyte.rb
  220 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/inflector/transliterate.rb
  221 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/string/inflections.rb
  222 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/date_time/calculations.rb
  223 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/xml_mini/rexml.rb
  224 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/xml_mini.rb
  225 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/array/conversions.rb
  226 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/time/acts_like.rb
  227 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/duration.rb
  228 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/ruby_core_support.rb
  229 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/offset_rationals.rb
  230 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/time_or_datetime.rb
  231 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_definition.rb
  232 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_offset.rb
  233 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_transition.rb
  234 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_transition_definition.rb
  235 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_index_definition.rb
  236 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_info.rb
  237 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/data_timezone_info.rb
  238 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/linked_timezone_info.rb
  239 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/transition_data_timezone_info.rb
  240 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_timezone_info.rb
  241 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/data_source.rb
  242 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/ruby_data_source.rb
  243 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_data_source.rb
  244 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_period.rb
  245 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone.rb
  246 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/info_timezone.rb
  247 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/data_timezone.rb
  248 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/linked_timezone.rb
  249 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_proxy.rb
  250 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/country_index_definition.rb
  251 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/country_info.rb
  252 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/ruby_country_info.rb
  253 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_country_info.rb
  254 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/country.rb
  255 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/country_timezone.rb
  256 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo.rb
  257 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/values/time_zone.rb
  258 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/time/conversions.rb
  259 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/time_with_zone.rb
  260 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/date_and_time/zones.rb
  261 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/time/zones.rb
  262 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/date_and_time/calculations.rb
  263 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/time/calculations.rb
  264 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/time/marshal.rb
  265 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/time.rb
  266 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/date/acts_like.rb
  267 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/date/zones.rb
  268 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/date/calculations.rb
  269 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/date/conversions.rb
  270 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/date.rb
  271 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/date_time/acts_like.rb
  272 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/date_time/conversions.rb
  273 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/date_time/zones.rb
  274 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/date_time.rb
  275 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/numeric/time.rb
  276 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/integer/time.rb
  277 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/string/conversions.rb
  278 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/string/zones.rb
  279 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/time.rb
  280 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/array/wrap.rb
  281 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/hash/reverse_merge.rb
  282 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/hash/conversions.rb
  283 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/object/conversions.rb
  284 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/object/instance_variables.rb
  285 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/json/version.rb
  286 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/ostruct.rb
  287 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/json/generic_object.rb
  288 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/json/common.rb
  289 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/enc/utf_16be.bundle
  290 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/enc/utf_16le.bundle
  291 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/enc/utf_32be.bundle
  292 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/enc/utf_32le.bundle
  293 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/json/ext/parser.bundle
  294 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/json/ext/generator.bundle
  295 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/json/ext.rb
  296 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/json.rb
  297 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/bigdecimal/util.rb
  298 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/big_decimal/conversions.rb
  299 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/object/json.rb
  300 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/option_merger.rb
  301 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/object/with_options.rb
  302 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/object.rb
  303 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/paths.rb
  304 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/rack.rb
  305 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/configuration.rb
  306 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/inflector.rb
  307 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/module/introspection.rb
  308 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/railtie.rb
  309 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/engine/railties.rb
  310 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/engine.rb
  311 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/application.rb
  312 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/gem_version.rb
  313 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/version.rb
  314 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/file_update_checker.rb
  315 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/railtie/configuration.rb
  316 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/i18n_railtie.rb
  317 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/railtie.rb
  318 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_pack/gem_version.rb
  319 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_pack/version.rb
  320 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_pack.rb
  321 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rack-1.6.0.beta2/lib/rack/multipart.rb
  322 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rack-1.6.0.beta2/lib/rack/utils.rb
  323 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rack-1.6.0.beta2/lib/rack.rb
  324 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch.rb
  325 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/railtie.rb
  326 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails.rb
  327 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/railtie.rb
  328 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/array/access.rb
  329 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/globalid-0.3.0/lib/global_id/global_id.rb
  330 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/globalid-0.3.0/lib/global_id.rb
  331 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/globalid-0.3.0/lib/global_id/railtie.rb
  332 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activejob-4.2.0.rc3/lib/active_job/gem_version.rb
  333 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activejob-4.2.0.rc3/lib/active_job/version.rb
  334 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activejob-4.2.0.rc3/lib/active_job.rb
  335 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activejob-4.2.0.rc3/lib/active_job/railtie.rb
  336 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/crud.rb
  337 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/factory_methods.rb
  338 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/expressions.rb
  339 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/predications.rb
  340 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/window_predications.rb
  341 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/math.rb
  342 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/alias_predication.rb
  343 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/order_predications.rb
  344 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/table.rb
  345 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/attributes/attribute.rb
  346 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/attributes.rb
  347 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/compatibility/wheres.rb
  348 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/visitors/visitor.rb
  349 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/visitors/depth_first.rb
  350 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/visitors/reduce.rb
  351 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/visitors/to_sql.rb
  352 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/visitors/sqlite.rb
  353 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/visitors/postgresql.rb
  354 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/visitors/mysql.rb
  355 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/visitors/mssql.rb
  356 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/visitors/oracle.rb
  357 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/visitors/where_sql.rb
  358 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/visitors/dot.rb
  359 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/visitors/ibm_db.rb
  360 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/visitors/informix.rb
  361 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/visitors.rb
  362 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/collectors/plain_string.rb
  363 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/collectors/sql_string.rb
  364 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/tree_manager.rb
  365 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/insert_manager.rb
  366 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/select_manager.rb
  367 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/update_manager.rb
  368 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/delete_manager.rb
  369 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/node.rb
  370 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/select_statement.rb
  371 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/select_core.rb
  372 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/insert_statement.rb
  373 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/update_statement.rb
  374 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/bind_param.rb
  375 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/terminal.rb
  376 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/true.rb
  377 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/false.rb
  378 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/unary.rb
  379 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/grouping.rb
  380 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/ascending.rb
  381 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/descending.rb
  382 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/unqualified_column.rb
  383 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/with.rb
  384 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/binary.rb
  385 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/equality.rb
  386 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/in.rb
  387 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/join_source.rb
  388 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/delete_statement.rb
  389 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/table_alias.rb
  390 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/infix_operation.rb
  391 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/over.rb
  392 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/matches.rb
  393 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/and.rb
  394 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/function.rb
  395 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/count.rb
  396 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/extract.rb
  397 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/values.rb
  398 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/named_function.rb
  399 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/window.rb
  400 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/full_outer_join.rb
  401 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/inner_join.rb
  402 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/outer_join.rb
  403 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/right_outer_join.rb
  404 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/string_join.rb
  405 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes/sql_literal.rb
  406 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/nodes.rb
  407 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel.rb
  408 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/gem_version.rb
  409 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/version.rb
  410 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/attribute_set/builder.rb
  411 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/attribute_set.rb
  412 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/enumerable.rb
  413 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/string/filters.rb
  414 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/attribute_methods.rb
  415 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/attribute_methods.rb
  416 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/type/decorator.rb
  417 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/type/mutable.rb
  418 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/type/numeric.rb
  419 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/type/time_value.rb
  420 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/type/value.rb
  421 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/type/integer.rb
  422 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/type/big_integer.rb
  423 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/type/binary.rb
  424 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/type/boolean.rb
  425 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/type/date.rb
  426 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/type/date_time.rb
  427 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/type/decimal.rb
  428 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/type/decimal_without_scale.rb
  429 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/type/float.rb
  430 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/type/serialized.rb
  431 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/type/string.rb
  432 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/type/text.rb
  433 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/type/time.rb
  434 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/type/unsigned_integer.rb
  435 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/type/type_map.rb
  436 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/type/hash_lookup_type_map.rb
  437 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/type.rb
  438 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/benchmark.rb
  439 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/benchmark.rb
  440 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/connection_adapters/schema_cache.rb
  441 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/connection_adapters/abstract/schema_dumper.rb
  442 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/string/strip.rb
  443 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/connection_adapters/abstract/schema_creation.rb
  444 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/collectors/bind.rb
  445 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/connection_adapters/abstract/quoting.rb
  446 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/connection_adapters/abstract/database_statements.rb
  447 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/errors.rb
  448 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/migration.rb
  449 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/migration/join_table.rb
  450 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/connection_adapters/abstract/schema_definitions.rb
  451 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/connection_adapters/abstract/schema_statements.rb
  452 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/connection_adapters/abstract/database_limits.rb
  453 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/connection_adapters/abstract/query_cache.rb
  454 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/descendants_tracker.rb
  455 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/callbacks.rb
  456 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/connection_adapters/abstract_adapter.rb
  457 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/scoping.rb
  458 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record.rb
  459 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/module/attr_internal.rb
  460 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/module/anonymous.rb
  461 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/abstract_controller.rb
  462 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/http/filter_redirect.rb
  463 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rack-1.6.0.beta2/lib/rack/request.rb
  464 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rack-1.6.0.beta2/lib/rack/body_proxy.rb
  465 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rack-1.6.0.beta2/lib/rack/response.rb
  466 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/http/cache.rb
  467 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/http/response.rb
  468 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/json/decoding.rb
  469 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/json/encoding.rb
  470 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/json.rb
  471 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/metal/live.rb
  472 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/hash_with_indifferent_access.rb
  473 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/hash/indifferent_access.rb
  474 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/rescuable.rb
  475 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/http/upload.rb
  476 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rack-test-0.6.2/lib/rack/mock_session.rb
  477 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rack-test-0.6.2/lib/rack/test/cookie_jar.rb
  478 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rack-test-0.6.2/lib/rack/test/mock_digest_request.rb
  479 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rack-test-0.6.2/lib/rack/test/utils.rb
  480 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rack-test-0.6.2/lib/rack/test/methods.rb
  481 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rack-test-0.6.2/lib/rack/test/uploaded_file.rb
  482 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rack-test-0.6.2/lib/rack/test.rb
  483 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/metal/strong_parameters.rb
  484 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/load_error.rb
  485 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/name_error.rb
  486 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/uri.rb
  487 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller.rb
  488 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/abstract_controller/railties/routes_helpers.rb
  489 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/railties/helpers.rb
  490 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/gem_version.rb
  491 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/version.rb
  492 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/erb.rb
  493 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/string/output_safety.rb
  494 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view.rb
  495 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/railtie.rb
  496 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/railtie.rb
  497 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/railtie.rb
  498 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionmailer-4.2.0.rc3/lib/action_mailer/gem_version.rb
  499 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionmailer-4.2.0.rc3/lib/action_mailer/version.rb
  500 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/class/delegating_attributes.rb
  501 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/module/reachable.rb
  502 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/class/subclasses.rb
  503 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/class.rb
  504 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionmailer-4.2.0.rc3/lib/action_mailer.rb
  505 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionmailer-4.2.0.rc3/lib/action_mailer/railtie.rb
  506 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/string_inquirer.rb
  507 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/proxy_object.rb
  508 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/jbuilder-2.2.5/lib/jbuilder/jbuilder.rb
  509 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/array/grouping.rb
  510 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/array.rb
  511 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/jbuilder-2.2.5/lib/jbuilder/key_formatter.rb
  512 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/jbuilder-2.2.5/lib/jbuilder/errors.rb
  513 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/multi_json-1.10.1/lib/multi_json/options.rb
  514 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/multi_json-1.10.1/lib/multi_json/version.rb
  515 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/multi_json-1.10.1/lib/multi_json/adapter_error.rb
  516 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/multi_json-1.10.1/lib/multi_json/parse_error.rb
  517 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/multi_json-1.10.1/lib/multi_json.rb
  518 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/template/handlers.rb
  519 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/erubis-2.7.0/lib/erubis/util.rb
  520 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/erubis-2.7.0/lib/erubis/generator.rb
  521 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/erubis-2.7.0/lib/erubis/converter.rb
  522 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/erubis-2.7.0/lib/erubis/error.rb
  523 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/erubis-2.7.0/lib/erubis/context.rb
  524 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/erubis-2.7.0/lib/erubis/evaluator.rb
  525 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/erubis-2.7.0/lib/erubis/engine.rb
  526 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/erubis-2.7.0/lib/erubis/helper.rb
  527 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/erubis-2.7.0/lib/erubis/enhancer.rb
  528 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/erubis-2.7.0/lib/erubis/engine/eruby.rb
  529 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/erubis-2.7.0/lib/erubis/local-setting.rb
  530 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/erubis-2.7.0/lib/erubis.rb
  531 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/template/handlers/erb.rb
  532 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/template/handlers/builder.rb
  533 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/template/handlers/raw.rb
  534 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/template.rb
  535 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/dependency_tracker.rb
  536 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/jbuilder-2.2.5/lib/jbuilder/dependency_tracker.rb
  537 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/string/starts_ends_with.rb
  538 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/http/mime_types.rb
  539 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/http/mime_type.rb
  540 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/numeric/bytes.rb
  541 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/cache.rb
  542 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/jbuilder-2.2.5/lib/jbuilder/jbuilder_template.rb
  543 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/jbuilder-2.2.5/lib/jbuilder/railtie.rb
  544 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/jbuilder-2.2.5/lib/jbuilder.rb
  545 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/module/qualified_const.rb
  546 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/dependencies.rb
  547 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/orm_adapter-0.5.0/lib/orm_adapter/base.rb
  548 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/orm_adapter-0.5.0/lib/orm_adapter/to_adapter.rb
  549 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/orm_adapter-0.5.0/lib/orm_adapter/version.rb
  550 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/orm_adapter-0.5.0/lib/orm_adapter/adapters/active_record.rb
  551 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/orm_adapter-0.5.0/lib/orm_adapter.rb
  552 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/subscriber.rb
  553 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/log_subscriber.rb
  554 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/log_subscriber.rb
  555 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/struct.rb
  556 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/metal/params_wrapper.rb
  557 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/middleware/stack.rb
  558 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/configurable.rb
  559 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/abstract_controller/base.rb
  560 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/metal.rb
  561 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/log_subscriber.rb
  562 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/benchmarkable.rb
  563 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/helpers/active_model_helper.rb
  564 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/helpers/asset_url_helper.rb
  565 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/helpers/capture_helper.rb
  566 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/helpers/output_safety_helper.rb
  567 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/helpers/tag_helper.rb
  568 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/helpers/asset_tag_helper.rb
  569 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/helpers/atom_feed_helper.rb
  570 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/helpers/cache_helper.rb
  571 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/helpers/controller_helper.rb
  572 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/helpers/csrf_helper.rb
  573 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/helpers/date_helper.rb
  574 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/helpers/debug_helper.rb
  575 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/helpers/javascript_helper.rb
  576 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/helpers/url_helper.rb
  577 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rails-html-sanitizer-1.0.1/lib/rails/html/sanitizer/version.rb
  578 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/extensions/x86_64-darwin-14/2.1.0-static/nokogiri-1.6.5/nokogiri/nokogiri.bundle
  579 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/version.rb
  580 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/syntax_error.rb
  581 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/pp/node.rb
  582 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/pp/character_data.rb
  583 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/pp.rb
  584 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/parse_options.rb
  585 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/sax/document.rb
  586 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/sax/parser_context.rb
  587 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/sax/parser.rb
  588 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/sax/push_parser.rb
  589 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/sax.rb
  590 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/node/save_options.rb
  591 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/node.rb
  592 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/attribute_decl.rb
  593 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/element_decl.rb
  594 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/element_content.rb
  595 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/character_data.rb
  596 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/namespace.rb
  597 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/attr.rb
  598 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/dtd.rb
  599 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/cdata.rb
  600 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/text.rb
  601 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/document.rb
  602 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/document_fragment.rb
  603 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/processing_instruction.rb
  604 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/node_set.rb
  605 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/syntax_error.rb
  606 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/xpath/syntax_error.rb
  607 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/xpath.rb
  608 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/xpath_context.rb
  609 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/builder.rb
  610 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/reader.rb
  611 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/notation.rb
  612 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/entity_decl.rb
  613 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/schema.rb
  614 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml/relax_ng.rb
  615 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xml.rb
  616 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xslt/stylesheet.rb
  617 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/xslt.rb
  618 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/html/entity_lookup.rb
  619 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/html/document.rb
  620 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/html/document_fragment.rb
  621 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/html/sax/parser_context.rb
  622 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/html/sax/parser.rb
  623 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/html/sax/push_parser.rb
  624 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/html/element_description.rb
  625 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/html/element_description_defaults.rb
  626 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/html.rb
  627 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/decorators/slop.rb
  628 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/css/node.rb
  629 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/css/xpath_visitor.rb
  630 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/racc/cparse.bundle
  631 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/racc/parser.rb
  632 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/css/parser_extras.rb
  633 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/css/parser.rb
  634 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/css/tokenizer.rb
  635 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/css/syntax_error.rb
  636 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/css.rb
  637 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri/html/builder.rb
  638 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/nokogiri-1.6.5/lib/nokogiri.rb
  639 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/loofah-2.0.1/lib/loofah/metahelpers.rb
  640 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/loofah-2.0.1/lib/loofah/elements.rb
  641 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/loofah-2.0.1/lib/loofah/html5/whitelist.rb
  642 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/loofah-2.0.1/lib/loofah/html5/scrub.rb
  643 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/loofah-2.0.1/lib/loofah/scrubber.rb
  644 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/loofah-2.0.1/lib/loofah/scrubbers.rb
  645 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/loofah-2.0.1/lib/loofah/instance_methods.rb
  646 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/loofah-2.0.1/lib/loofah/xml/document.rb
  647 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/loofah-2.0.1/lib/loofah/xml/document_fragment.rb
  648 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/loofah-2.0.1/lib/loofah/html/document.rb
  649 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/loofah-2.0.1/lib/loofah/html/document_fragment.rb
  650 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/loofah-2.0.1/lib/loofah.rb
  651 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rails-html-sanitizer-1.0.1/lib/rails/html/scrubbers.rb
  652 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rails-html-sanitizer-1.0.1/lib/rails/html/sanitizer.rb
  653 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rails-html-sanitizer-1.0.1/lib/rails-html-sanitizer.rb
  654 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/helpers/sanitize_helper.rb
  655 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/helpers/text_helper.rb
  656 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/helpers/form_tag_helper.rb
  657 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/model_naming.rb
  658 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/helpers/form_helper.rb
  659 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/helpers/form_options_helper.rb
  660 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/number_helper.rb
  661 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/helpers/number_helper.rb
  662 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/module/concerning.rb
  663 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/module.rb
  664 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/record_identifier.rb
  665 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/helpers/record_tag_helper.rb
  666 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/helpers/rendering_helper.rb
  667 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/string/access.rb
  668 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/helpers/translation_helper.rb
  669 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/helpers.rb
  670 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/context.rb
  671 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/template/resolver.rb
  672 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/lookup_context.rb
  673 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/template/types.rb
  674 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/base.rb
  675 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/view_paths.rb
  676 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/abstract_controller/rendering.rb
  677 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/abstract_controller/translation.rb
  678 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/abstract_controller/asset_paths.rb
  679 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/abstract_controller/helpers.rb
  680 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/metal/helpers.rb
  681 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/metal/hide_actions.rb
  682 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/regexp.rb
  683 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/routing.rb
  684 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/model_naming.rb
  685 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/routing/polymorphic_routes.rb
  686 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/routing/url_for.rb
  687 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/abstract_controller/url_for.rb
  688 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/metal/url_for.rb
  689 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/abstract_controller/logger.rb
  690 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/http/headers.rb
  691 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/metal/exceptions.rb
  692 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/http/mime_negotiation.rb
  693 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/http/parameters.rb
  694 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/http/parameter_filter.rb
  695 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/http/filter_parameters.rb
  696 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/http/url.rb
  697 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/http/request.rb
  698 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/metal/rack_delegation.rb
  699 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/metal/redirecting.rb
  700 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/rendering.rb
  701 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/layouts.rb
  702 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/metal/rendering.rb
  703 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/metal/renderers.rb
  704 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/metal/head.rb
  705 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/metal/conditional_get.rb
  706 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/metal/etag_with_template_digest.rb
  707 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/abstract_controller/callbacks.rb
  708 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/caching/fragments.rb
  709 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/caching.rb
  710 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/abstract_controller/collector.rb
  711 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/metal/mime_responds.rb
  712 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/metal/implicit_render.rb
  713 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/metal/cookies.rb
  714 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/metal/flash.rb
  715 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rack-1.6.0.beta2/lib/rack/session/abstract/id.rb
  716 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/middleware/cookies.rb
  717 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/metal/request_forgery_protection.rb
  718 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/metal/force_ssl.rb
  719 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rack-1.6.0.beta2/lib/rack/chunked.rb
  720 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/metal/streaming.rb
  721 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/metal/data_streaming.rb
  722 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/metal/http_authentication.rb
  723 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/metal/rescue.rb
  724 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/metal/instrumentation.rb
  725 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/path_set.rb
  726 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_controller/base.rb
  727 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/responders-2.0.2/lib/responders/controller_method.rb
  728 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/responders-2.0.2/lib/action_controller/respond_with.rb
  729 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/responders-2.0.2/lib/action_controller/responder.rb
  730 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/responders-2.0.2/lib/responders.rb
  731 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/exception.rb
  732 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/syntax_error.rb
  733 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/psych.bundle
  734 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/omap.rb
  735 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/set.rb
  736 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/class_loader.rb
  737 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/scalar_scanner.rb
  738 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/nodes/node.rb
  739 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/nodes/stream.rb
  740 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/nodes/document.rb
  741 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/nodes/sequence.rb
  742 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/nodes/scalar.rb
  743 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/nodes/mapping.rb
  744 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/nodes/alias.rb
  745 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/nodes.rb
  746 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/streaming.rb
  747 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/visitors/visitor.rb
  748 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/visitors/to_ruby.rb
  749 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/visitors/emitter.rb
  750 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/handler.rb
  751 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/tree_builder.rb
  752 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/visitors/yaml_tree.rb
  753 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/json/ruby_events.rb
  754 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/visitors/json_tree.rb
  755 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/visitors/depth_first.rb
  756 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/visitors.rb
  757 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/parser.rb
  758 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/coder.rb
  759 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/core_ext.rb
  760 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/deprecated.rb
  761 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/stream.rb
  762 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/json/yaml_events.rb
  763 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/json/tree_builder.rb
  764 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/json/stream.rb
  765 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/handlers/document_stream.rb
  766 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych.rb
  767 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/yaml.rb
  768 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/ordered_hash.rb
  769 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/devise-3.4.1/lib/devise/controllers/sign_in_out.rb
  770 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/devise-3.4.1/lib/devise/controllers/store_location.rb
  771 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/devise-3.4.1/lib/devise/controllers/helpers.rb
  772 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/warden-1.2.3/lib/warden/mixins/common.rb
  773 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/warden-1.2.3/lib/warden/proxy.rb
  774 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/warden-1.2.3/lib/warden/hooks.rb
  775 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/warden-1.2.3/lib/warden/config.rb
  776 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/warden-1.2.3/lib/warden/manager.rb
  777 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/warden-1.2.3/lib/warden/errors.rb
  778 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/warden-1.2.3/lib/warden/session_serializer.rb
  779 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/warden-1.2.3/lib/warden/strategies.rb
  780 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/warden-1.2.3/lib/warden/strategies/base.rb
  781 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/warden-1.2.3/lib/warden.rb
  782 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/devise-3.4.1/lib/devise/mapping.rb
  783 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/devise-3.4.1/lib/devise/hooks/activatable.rb
  784 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/devise-3.4.1/lib/devise/hooks/csrf_cleaner.rb
  785 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/devise-3.4.1/lib/devise/models/authenticatable.rb
  786 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/devise-3.4.1/lib/devise/models.rb
  787 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/devise-3.4.1/lib/devise/modules.rb
  788 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/journey/router/utils.rb
  789 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/journey/router/strexp.rb
  790 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/journey/routes.rb
  791 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/journey/formatter.rb
  792 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/journey/scanner.rb
  793 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/journey/visitors.rb
  794 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/journey/nodes/node.rb
  795 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/journey/parser_extras.rb
  796 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/journey/parser.rb
  797 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/journey/route.rb
  798 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/journey/path/pattern.rb
  799 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/journey/router.rb
  800 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/journey/nfa/dot.rb
  801 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/journey/gtg/transition_table.rb
  802 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/journey/gtg/builder.rb
  803 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/journey/gtg/simulator.rb
  804 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/journey/nfa/transition_table.rb
  805 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/journey/nfa/builder.rb
  806 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/journey/nfa/simulator.rb
  807 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/journey.rb
  808 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/routing/endpoint.rb
  809 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/routing/route_set.rb
  810 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/routing/redirection.rb
  811 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/routing/mapper.rb
  812 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/devise-3.4.1/lib/devise/rails/routes.rb
  813 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/devise-3.4.1/lib/devise/rails/warden_compat.rb
  814 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/engine/configuration.rb
  815 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/devise-3.4.1/lib/devise/rails.rb
  816 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/devise-3.4.1/lib/devise.rb
  817 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/open-uri.rb
  818 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/settingslogic-2.0.9/lib/settingslogic.rb
  819 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/jmespath-1.0.2/lib/jmespath.rb
  820 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/aws-sdk-core-2.0.14/lib/seahorse.rb
  821 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/aws-sdk-core-2.0.14/lib/seahorse/util.rb
  822 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/aws-sdk-core-2.0.14/lib/aws-sdk-core.rb
  823 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/aws-sdk-resources-2.0.14.pre/lib/aws-sdk-resources.rb
  824 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/aws-sdk-2.0.14.pre/lib/aws-sdk.rb
  825 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/annotate-2.6.5/lib/annotate/version.rb
  826 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/annotate-2.6.5/lib/annotate/annotate_models.rb
  827 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/annotate-2.6.5/lib/annotate/annotate_routes.rb
  828 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/annotate-2.6.5/lib/annotate.rb
  829 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/prettyprint.rb
  830 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/pp.rb
  831 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/input_lock.rb
  832 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/exceptions.rb
  833 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/helpers/base_helpers.rb
  834 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/hooks.rb
  835 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/method_source-0.8.2/lib/method_source/version.rb
  836 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/method_source-0.8.2/lib/method_source/source_location.rb
  837 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/method_source-0.8.2/lib/method_source/code_helpers.rb
  838 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/method_source-0.8.2/lib/method_source.rb
  839 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/shellwords.rb
  840 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/coderay-1.1.0/lib/coderay/version.rb
  841 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/coderay-1.1.0/lib/coderay.rb
  842 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/slop-3.6.0/lib/slop/option.rb
  843 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/slop-3.6.0/lib/slop/commands.rb
  844 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/slop-3.6.0/lib/slop.rb
  845 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/version.rb
  846 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/repl.rb
  847 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/rbx_path.rb
  848 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/code/loc.rb
  849 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/code/code_range.rb
  850 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/code/code_file.rb
  851 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/code.rb
  852 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/history_array.rb
  853 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/helpers/options_helpers.rb
  854 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/helpers/command_helpers.rb
  855 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/helpers/text.rb
  856 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/helpers/table.rb
  857 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/helpers.rb
  858 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/code_object.rb
  859 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/helpers/documentation_helpers.rb
  860 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/method/weird_method_locator.rb
  861 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/method/disowned.rb
  862 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/method/patcher.rb
  863 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/method.rb
  864 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/module_candidate.rb
  865 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/wrapped_module.rb
  866 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/history.rb
  867 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/command.rb
  868 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/command_set.rb
  869 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/amend_line.rb
  870 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/bang.rb
  871 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/bang_pry.rb
  872 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/cat/abstract_formatter.rb
  873 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/cat/input_expression_formatter.rb
  874 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/cat/exception_formatter.rb
  875 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/cat/file_formatter.rb
  876 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/cat.rb
  877 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/cd.rb
  878 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/change_inspector.rb
  879 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/change_prompt.rb
  880 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/code_collector.rb
  881 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/disable_pry.rb
  882 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/disabled_commands.rb
  883 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/easter_eggs.rb
  884 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/edit/exception_patcher.rb
  885 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/edit/file_and_line_locator.rb
  886 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/edit.rb
  887 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/exit.rb
  888 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/exit_all.rb
  889 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/exit_program.rb
  890 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/find_method.rb
  891 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/fix_indent.rb
  892 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/gem_cd.rb
  893 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/gem_install.rb
  894 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/gem_list.rb
  895 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/gem_open.rb
  896 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/gist.rb
  897 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/help.rb
  898 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/hist.rb
  899 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/import_set.rb
  900 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/install_command.rb
  901 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/jump_to.rb
  902 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/list_inspectors.rb
  903 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/list_prompts.rb
  904 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/ls/grep.rb
  905 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/ls/formatter.rb
  906 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/ls/globals.rb
  907 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/ls/interrogatable.rb
  908 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/ls/constants.rb
  909 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/ls/jruby_hacks.rb
  910 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/ls/methods_helper.rb
  911 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/ls/methods.rb
  912 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/ls/self_methods.rb
  913 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/ls/instance_vars.rb
  914 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/ls/local_names.rb
  915 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/ls/local_vars.rb
  916 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/ls/ls_entity.rb
  917 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/ls.rb
  918 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/nesting.rb
  919 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/play.rb
  920 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/pry_backtrace.rb
  921 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/pry_version.rb
  922 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/raise_up.rb
  923 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/reload_code.rb
  924 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/reset.rb
  925 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/ri.rb
  926 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/save_file.rb
  927 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/shell_command.rb
  928 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/shell_mode.rb
  929 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/show_info.rb
  930 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/show_doc.rb
  931 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/show_input.rb
  932 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/show_source.rb
  933 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/simple_prompt.rb
  934 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/stat.rb
  935 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/switch_to.rb
  936 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/toggle_color.rb
  937 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/watch_expression/expression.rb
  938 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/watch_expression.rb
  939 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/whereami.rb
  940 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands/wtf.rb
  941 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/commands.rb
  942 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/plugins.rb
  943 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/core_extensions.rb
  944 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/config/behavior.rb
  945 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/config/default.rb
  946 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/config/convenience.rb
  947 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/config.rb
  948 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/pry_class.rb
  949 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/pry_instance.rb
  950 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/cli.rb
  951 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/coderay-1.1.0/lib/coderay/helpers/plugin.rb
  952 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/coderay-1.1.0/lib/coderay/encoder.rb
  953 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/coderay-1.1.0/lib/coderay/encoders/_map.rb
  954 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/coderay-1.1.0/lib/coderay/encoders/terminal.rb
  955 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/color_printer.rb
  956 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/terminal.rb
  957 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/pager.rb
  958 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/editor.rb
  959 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/rubygem.rb
  960 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/indent.rb
  961 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/last_exception.rb
  962 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/prompt.rb
  963 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/inspector.rb
  964 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/object_path.rb
  965 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry/output.rb
  966 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-0.10.1/lib/pry.rb
  967 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-rails-0.3.2/lib/pry-rails/version.rb
  968 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-rails-0.3.2/lib/pry-rails/railtie.rb
  969 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-rails-0.3.2/lib/pry-rails/commands/recognize_path.rb
  970 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-rails-0.3.2/lib/pry-rails/commands/show_middleware.rb
  971 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-rails-0.3.2/lib/pry-rails/commands/show_model.rb
  972 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-rails-0.3.2/lib/pry-rails/commands/show_models.rb
  973 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-rails-0.3.2/lib/pry-rails/commands/show_routes.rb
  974 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-rails-0.3.2/lib/pry-rails/commands.rb
  975 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-rails-0.3.2/lib/pry-rails/model_formatter.rb
  976 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/pry-rails-0.3.2/lib/pry-rails.rb
  977 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/extensions/x86_64-darwin-14/2.1.0-static/sqlite3-1.3.10/sqlite3/sqlite3_native.bundle
  978 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sqlite3-1.3.10/lib/sqlite3/constants.rb
  979 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sqlite3-1.3.10/lib/sqlite3/errors.rb
  980 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sqlite3-1.3.10/lib/sqlite3/pragmas.rb
  981 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sqlite3-1.3.10/lib/sqlite3/resultset.rb
  982 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sqlite3-1.3.10/lib/sqlite3/statement.rb
  983 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sqlite3-1.3.10/lib/sqlite3/translator.rb
  984 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sqlite3-1.3.10/lib/sqlite3/value.rb
  985 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sqlite3-1.3.10/lib/sqlite3/database.rb
  986 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sqlite3-1.3.10/lib/sqlite3/version.rb
  987 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sqlite3-1.3.10/lib/sqlite3.rb
  988 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/extensions/x86_64-darwin-14/2.1.0-static/byebug-3.5.1/byebug/byebug.bundle
  989 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/version.rb
  990 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/context.rb
  991 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/breakpoint.rb
  992 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/x86_64-darwin14.0/readline.bundle
  993 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/history.rb
  994 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/interfaces/local_interface.rb
  995 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/interfaces/script_interface.rb
  996 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/interfaces/remote_interface.rb
  997 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/interface.rb
  998 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/columnize-0.9.0/lib/columnize/opts.rb
  999 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/columnize-0.9.0/lib/columnize/columnize.rb
 1000 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/columnize-0.9.0/lib/columnize/version.rb
 1001 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/columnize-0.9.0/lib/columnize.rb
 1002 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/helper.rb
 1003 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/break.rb
 1004 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/catchpoint.rb
 1005 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/condition.rb
 1006 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/continue.rb
 1007 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/delete.rb
 1008 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/display.rb
 1009 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/edit.rb
 1010 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/enable_disable.rb
 1011 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/English.rb
 1012 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/eval.rb
 1013 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/finish.rb
 1014 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/frame.rb
 1015 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/help.rb
 1016 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/history.rb
 1017 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/info.rb
 1018 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/interrupt.rb
 1019 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/e2mmap.rb
 1020 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/irb/init.rb
 1021 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/irb/workspace.rb
 1022 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/irb/inspector.rb
 1023 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/irb/context.rb
 1024 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/irb/extend-command.rb
 1025 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/irb/output-method.rb
 1026 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/irb/notifier.rb
 1027 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/irb/slex.rb
 1028 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/irb/ruby-token.rb
 1029 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/irb/ruby-lex.rb
 1030 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/irb/src_encoding.rb
 1031 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/irb/magic-file.rb
 1032 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/irb/input-method.rb
 1033 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/irb/locale.rb
 1034 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/irb.rb
 1035 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/irb.rb
 1036 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/kill.rb
 1037 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/list.rb
 1038 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/method.rb
 1039 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/pry.rb
 1040 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/quit.rb
 1041 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/reload.rb
 1042 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/restart.rb
 1043 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/save.rb
 1044 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/set.rb
 1045 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/show.rb
 1046 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/source.rb
 1047 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/stepping.rb
 1048 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/threads.rb
 1049 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/trace.rb
 1050 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/undisplay.rb
 1051 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/commands/variables.rb
 1052 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/command.rb
 1053 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/processors/command_processor.rb
 1054 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/processors/control_command_processor.rb
 1055 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/processor.rb
 1056 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/settings/autoeval.rb
 1057 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/settings/autoirb.rb
 1058 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/settings/autolist.rb
 1059 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/settings/autoreload.rb
 1060 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/settings/autosave.rb
 1061 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/settings/basename.rb
 1062 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/settings/callstyle.rb
 1063 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/settings/forcestep.rb
 1064 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/settings/fullpath.rb
 1065 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/settings/histfile.rb
 1066 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/settings/histsize.rb
 1067 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/settings/linetrace.rb
 1068 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/settings/listsize.rb
 1069 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/settings/post_mortem.rb
 1070 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/settings/stack_on_error.rb
 1071 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/settings/testing.rb
 1072 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/settings/tracing_plus.rb
 1073 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/settings/verbose.rb
 1074 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/settings/width.rb
 1075 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/setting.rb
 1076 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/remote.rb
 1077 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/tracer.rb
 1078 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/debugger-linecache-1.2.0/lib/tracelines19.rb
 1079 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/debugger-linecache-1.2.0/lib/linecache19.rb
 1080 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/core.rb
 1081 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug/attacher.rb
 1082 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/byebug-3.5.1/lib/byebug.rb
 1083 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/extensions/x86_64-darwin-14/2.1.0-static/debug_inspector-0.0.2/debug_inspector.bundle
 1084 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/debug_inspector-0.0.2/lib/debug_inspector.rb
 1085 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/binding_of_caller-0.7.2/lib/binding_of_caller/mri2.rb
 1086 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/binding_of_caller-0.7.2/lib/binding_of_caller.rb
 1087 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/middleware/exception_wrapper.rb
 1088 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/web-console-2.0.0/lib/action_dispatch/exception_wrapper.rb
 1089 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/routing/inspector.rb
 1090 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/middleware/debug_exceptions.rb
 1091 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/web-console-2.0.0/lib/action_dispatch/debug_exceptions.rb
 1092 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/web-console-2.0.0/lib/web_console/core_ext/exception/cruby.rb
 1093 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/web-console-2.0.0/lib/web_console/core_ext/exception.rb
 1094 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/web-console-2.0.0/lib/web_console/view_helpers.rb
 1095 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/web-console-2.0.0/lib/web_console/controller_helpers.rb
 1096 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/ipaddr.rb
 1097 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-rails-2.2.2/lib/sprockets/rails/version.rb
 1098 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/version.rb
 1099 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/hike-1.2.3/lib/hike.rb
 1100 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tilt-1.4.1/lib/tilt/template.rb
 1101 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tilt-1.4.1/lib/tilt/string.rb
 1102 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tilt-1.4.1/lib/tilt/erb.rb
 1103 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tilt-1.4.1/lib/tilt/etanni.rb
 1104 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tilt-1.4.1/lib/tilt/haml.rb
 1105 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tilt-1.4.1/lib/tilt/css.rb
 1106 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tilt-1.4.1/lib/tilt/csv.rb
 1107 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tilt-1.4.1/lib/tilt/coffee.rb
 1108 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tilt-1.4.1/lib/tilt/nokogiri.rb
 1109 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tilt-1.4.1/lib/tilt/builder.rb
 1110 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tilt-1.4.1/lib/tilt/markaby.rb
 1111 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tilt-1.4.1/lib/tilt/liquid.rb
 1112 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tilt-1.4.1/lib/tilt/radius.rb
 1113 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tilt-1.4.1/lib/tilt/markdown.rb
 1114 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tilt-1.4.1/lib/tilt/textile.rb
 1115 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tilt-1.4.1/lib/tilt/rdoc.rb
 1116 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tilt-1.4.1/lib/tilt/wiki.rb
 1117 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tilt-1.4.1/lib/tilt/yajl.rb
 1118 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tilt-1.4.1/lib/tilt/asciidoc.rb
 1119 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tilt-1.4.1/lib/tilt/plain.rb
 1120 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/tilt-1.4.1/lib/tilt.rb
 1121 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/eco_template.rb
 1122 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/ejs_template.rb
 1123 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/jst_processor.rb
 1124 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/utils.rb
 1125 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/engines.rb
 1126 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rack-1.6.0.beta2/lib/rack/mime.rb
 1127 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/mime.rb
 1128 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/processor.rb
 1129 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/processing.rb
 1130 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/compressing.rb
 1131 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/paths.rb
 1132 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/hike-1.2.3/lib/hike/normalized_array.rb
 1133 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/hike-1.2.3/lib/hike/extensions.rb
 1134 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/hike-1.2.3/lib/hike/index.rb
 1135 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/hike-1.2.3/lib/hike/paths.rb
 1136 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/hike-1.2.3/lib/hike/trail.rb
 1137 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/directive_processor.rb
 1138 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/safety_colons.rb
 1139 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/charset_normalizer.rb
 1140 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/sass_compressor.rb
 1141 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/yui_compressor.rb
 1142 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/closure_compressor.rb
 1143 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/uglifier_compressor.rb
 1144 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/sass_template.rb
 1145 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/scss_template.rb
 1146 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets.rb
 1147 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/errors.rb
 1148 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-rails-2.2.2/lib/sprockets/rails/helper.rb
 1149 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/source_annotation_extractor.rb
 1150 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/application/configuration.rb
 1151 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-rails-2.2.2/lib/sprockets/railtie.rb
 1152 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-rails-2.2.2/lib/sprockets/rails.rb
 1153 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/web-console-2.0.0/lib/web_console/engine.rb
 1154 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/backtrace_cleaner.rb
 1155 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/web-console-2.0.0/lib/web_console/repl.rb
 1156 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/serialization.rb
 1157 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/serializers/json.rb
 1158 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/naming.rb
 1159 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/web-console-2.0.0/lib/web_console/repl_session.rb
 1160 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/web-console-2.0.0/lib/web_console/unsupported_platforms.rb
 1161 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/web-console-2.0.0/lib/web_console.rb
 1162 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/web-console-2.0.0/lib/web-console.rb
 1163 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-rails-3.1.0/lib/rspec-rails.rb
 1164 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/guard-compat-1.1.0/lib/guard/compat/plugin.rb
 1165 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/guard-rspec-4.5.0/lib/guard/rspec/options.rb
 1166 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/guard-rspec-4.5.0/lib/guard/rspec/deprecator.rb
 1167 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/guard-rspec-4.5.0/lib/guard/rspec/inspectors/base_inspector.rb
 1168 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/guard-rspec-4.5.0/lib/guard/rspec/inspectors/simple_inspector.rb
 1169 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/guard-rspec-4.5.0/lib/guard/rspec/inspectors/keeping_inspector.rb
 1170 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/guard-rspec-4.5.0/lib/guard/rspec/inspectors/focused_inspector.rb
 1171 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/guard-rspec-4.5.0/lib/guard/rspec/inspectors/factory.rb
 1172 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-support-3.1.2/lib/rspec/support/version.rb
 1173 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-support-3.1.2/lib/rspec/support/ruby_features.rb
 1174 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-support-3.1.2/lib/rspec/support.rb
 1175 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-support-3.1.2/lib/rspec/support/caller_filter.rb
 1176 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/version.rb
 1177 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-support-3.1.2/lib/rspec/support/warnings.rb
 1178 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/warnings.rb
 1179 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/flat_map.rb
 1180 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/filter_manager.rb
 1181 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/dsl.rb
 1182 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/formatters/helpers.rb
 1183 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-support-3.1.2/lib/rspec/support/encoded_string.rb
 1184 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/notifications.rb
 1185 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/reporter.rb
 1186 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/hooks.rb
 1187 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/memoized_helpers.rb
 1188 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/metadata.rb
 1189 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/metadata_filter.rb
 1190 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/pending.rb
 1191 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-support-3.1.2/lib/rspec/support/os.rb
 1192 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-support-3.1.2/lib/rspec/support/directory_maker.rb
 1193 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/formatters.rb
 1194 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/ordering.rb
 1195 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/world.rb
 1196 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/backtrace_formatter.rb
 1197 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/ruby_project.rb
 1198 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/formatters/deprecation_formatter.rb
 1199 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/configuration.rb
 1200 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/optparse.rb
 1201 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/option_parser.rb
 1202 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/configuration_options.rb
 1203 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb
 1204 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/example.rb
 1205 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/shared_example_group.rb
 1206 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-support-3.1.2/lib/rspec/support/recursive_const_methods.rb
 1207 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/example_group.rb
 1208 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core.rb
 1209 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/guard-rspec-4.5.0/lib/guard/rspec/command.rb
 1210 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/guard-rspec-4.5.0/lib/guard/rspec/notifier.rb
 1211 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/guard-rspec-4.5.0/lib/guard/rspec/runner.rb
 1212 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/guard-rspec-4.5.0/lib/guard/rspec.rb
 1213 /Volumes/Data/home/alessandro/Sites/closr-core/config/initializers/settings.rb
 1214 /Volumes/Data/home/alessandro/Sites/closr-core/config/application.rb
 1215 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/application/bootstrap.rb
 1216 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/application/finisher.rb
 1217 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/application/routes_reloader.rb
 1218 /Volumes/Data/home/alessandro/Sites/closr-core/config/environments/development.rb
 1219 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/big_decimal.rb
 1220 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/file/atomic.rb
 1221 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/file.rb
 1222 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/hash/compact.rb
 1223 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/hash/transform_values.rb
 1224 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/hash.rb
 1225 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/integer/multiple.rb
 1226 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/integer/inflections.rb
 1227 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/integer.rb
 1228 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/kernel/agnostics.rb
 1229 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/kernel/concern.rb
 1230 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/kernel.rb
 1231 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/marshal.rb
 1232 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/numeric/conversions.rb
 1233 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/numeric.rb
 1234 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/range/conversions.rb
 1235 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/range/include_range.rb
 1236 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/range/overlaps.rb
 1237 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/range/each.rb
 1238 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/range.rb
 1239 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/string/behavior.rb
 1240 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/string/exclude.rb
 1241 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/string/inquiry.rb
 1242 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/string/indent.rb
 1243 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/string.rb
 1244 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/thread.rb
 1245 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext.rb
 1246 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/all.rb
 1247 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/tagged_logging.rb
 1248 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/cache/file_store.rb
 1249 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/cache/strategy/local_cache.rb
 1250 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/cache/strategy/local_cache_middleware.rb
 1251 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/request/utils.rb
 1252 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/secure_password.rb
 1253 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/globalid-0.3.0/lib/global_id/signed_global_id.rb
 1254 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionview-4.2.0.rc3/lib/action_view/routing_url_for.rb
 1255 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/log_subscriber.rb
 1256 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/railties/controller_runtime.rb
 1257 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/responders-2.0.2/lib/responders/flash_responder.rb
 1258 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/attribute_decorators.rb
 1259 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/explain_registry.rb
 1260 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/explain_subscriber.rb
 1261 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/relation/delegation.rb
 1262 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/attributes.rb
 1263 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/connection_handling.rb
 1264 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/query_cache.rb
 1265 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/querying.rb
 1266 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/translation.rb
 1267 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/translation.rb
 1268 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/dynamic_matchers.rb
 1269 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/explain.rb
 1270 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/enum.rb
 1271 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/core.rb
 1272 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/connection_adapters/connection_specification.rb
 1273 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/connection_adapters/abstract/connection_pool.rb
 1274 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/persistence.rb
 1275 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/readonly_attributes.rb
 1276 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/model_schema.rb
 1277 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/inheritance.rb
 1278 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/scoping/default.rb
 1279 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/scoping/named.rb
 1280 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/sanitization.rb
 1281 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/forbidden_attributes_protection.rb
 1282 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/attribute_assignment.rb
 1283 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/conversion.rb
 1284 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/integration.rb
 1285 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/validator.rb
 1286 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/validations/absence.rb
 1287 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/validations/acceptance.rb
 1288 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/validations/callbacks.rb
 1289 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/validations/clusivity.rb
 1290 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/validations/confirmation.rb
 1291 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/validations/exclusion.rb
 1292 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/validations/format.rb
 1293 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/validations/inclusion.rb
 1294 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/validations/length.rb
 1295 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/validations/numericality.rb
 1296 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/validations/presence.rb
 1297 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/validations/validates.rb
 1298 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/validations/with.rb
 1299 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/validations.rb
 1300 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/validations/associated.rb
 1301 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/validations/uniqueness.rb
 1302 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/validations/presence.rb
 1303 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/validations.rb
 1304 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/callbacks.rb
 1305 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/counter_cache.rb
 1306 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/locking/optimistic.rb
 1307 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/locking/pessimistic.rb
 1308 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0.rc3/lib/active_support/core_ext/module/method_transplanting.rb
 1309 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/attribute_methods/read.rb
 1310 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/attribute_methods/write.rb
 1311 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/attribute_methods/before_type_cast.rb
 1312 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/attribute_methods/query.rb
 1313 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/attribute_methods/primary_key.rb
 1314 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/attribute_methods/time_zone_conversion.rb
 1315 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/dirty.rb
 1316 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/attribute_methods/dirty.rb
 1317 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/timestamp.rb
 1318 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/attribute_methods/serialization.rb
 1319 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/callbacks.rb
 1320 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/associations.rb
 1321 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/autosave_association.rb
 1322 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/associations/builder/association.rb
 1323 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/nested_attributes.rb
 1324 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/aggregations.rb
 1325 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/transactions.rb
 1326 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/no_touching.rb
 1327 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/reflection.rb
 1328 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activemodel-4.2.0.rc3/lib/active_model/serializers/xml.rb
 1329 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/serializers/xml_serializer.rb
 1330 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/serialization.rb
 1331 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/store.rb
 1332 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/globalid-0.3.0/lib/global_id/identification.rb
 1333 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/connection_adapters/statement_pool.rb
 1334 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/arel-6.0.0/lib/arel/visitors/bind_visitor.rb
 1335 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/connection_adapters/abstract/savepoints.rb
 1336 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/connection_adapters/sqlite3_adapter.rb
 1337 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/runtime_registry.rb
 1338 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/middleware/reloader.rb
 1339 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0.rc3/lib/active_record/base.rb
 1340 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/devise-3.4.1/lib/devise/orm/active_record.rb
 1341 /Volumes/Data/home/alessandro/Sites/closr-core/lib/image_store/client.rb
 1342 /Volumes/Data/home/alessandro/Sites/closr-core/lib/image_store/aws/storage.rb
 1343 /Volumes/Data/home/alessandro/Sites/closr-core/lib/image_store/local/storage.rb
 1344 /Volumes/Data/home/alessandro/Sites/closr-core/lib/image_store/storage.rb
 1345 /Volumes/Data/home/alessandro/Sites/closr-core/lib/image_store.rb
 1346 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/devise-3.4.1/lib/devise/controllers/url_helpers.rb
 1347 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/devise-3.4.1/lib/devise/token_generator.rb
 1348 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/routing/routes_proxy.rb
 1349 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/application/default_middleware_stack.rb
 1350 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rack-1.6.0.beta2/lib/rack/file.rb
 1351 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rack-1.6.0.beta2/lib/rack/sendfile.rb
 1352 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/middleware/static.rb
 1353 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rack-1.6.0.beta2/lib/rack/lock.rb
 1354 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rack-1.6.0.beta2/lib/rack/runtime.rb
 1355 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rack-1.6.0.beta2/lib/rack/methodoverride.rb
 1356 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/middleware/request_id.rb
 1357 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/rack/logger.rb
 1358 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/middleware/show_exceptions.rb
 1359 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/middleware/public_exceptions.rb
 1360 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/middleware/remote_ip.rb
 1361 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/middleware/callbacks.rb
 1362 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/request/session.rb
 1363 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/middleware/session/abstract_store.rb
 1364 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rack-1.6.0.beta2/lib/rack/session/cookie.rb
 1365 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/middleware/session/cookie_store.rb
 1366 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/middleware/flash.rb
 1367 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0.rc3/lib/action_dispatch/middleware/params_parser.rb
 1368 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rack-1.6.0.beta2/lib/rack/head.rb
 1369 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rack-1.6.0.beta2/lib/rack/conditionalget.rb
 1370 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/rack-1.6.0.beta2/lib/rack/etag.rb
 1371 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/i18n-0.7.0.beta1/lib/i18n/backend.rb
 1372 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/i18n-0.7.0.beta1/lib/i18n/core_ext/hash.rb
 1373 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/i18n-0.7.0.beta1/lib/i18n/core_ext/kernel/suppress_warnings.rb
 1374 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/i18n-0.7.0.beta1/lib/i18n/backend/transliterator.rb
 1375 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/i18n-0.7.0.beta1/lib/i18n/backend/base.rb
 1376 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/i18n-0.7.0.beta1/lib/i18n/backend/simple.rb
 1377 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/net/smtp.rb
 1378 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mime-types-2.4.3/lib/mime.rb
 1379 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mime-types-2.4.3/lib/mime/type.rb
 1380 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mime-types-2.4.3/lib/mime/types/cache.rb
 1381 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mime-types-2.4.3/lib/mime/types/loader_path.rb
 1382 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mime-types-2.4.3/lib/mime/types/loader.rb
 1383 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mime-types-2.4.3/lib/mime/types.rb
 1384 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/version_specific/ruby_1_9.rb
 1385 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/version.rb
 1386 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/core_extensions/nil.rb
 1387 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/core_extensions/object.rb
 1388 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/core_extensions/string.rb
 1389 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/indifferent_hash.rb
 1390 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/constants.rb
 1391 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/utilities.rb
 1392 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/configuration.rb
 1393 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/network/retriever_methods/base.rb
 1394 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/network.rb
 1395 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/message.rb
 1396 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/part.rb
 1397 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/header.rb
 1398 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/parts_list.rb
 1399 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/attachments_list.rb
 1400 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/body.rb
 1401 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields.rb
 1402 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/common/address_container.rb
 1403 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/common/common_address.rb
 1404 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/common/common_field.rb
 1405 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/structured_field.rb
 1406 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/to_field.rb
 1407 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/cc_field.rb
 1408 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/bcc_field.rb
 1409 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/common/common_message_id.rb
 1410 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/message_id_field.rb
 1411 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/in_reply_to_field.rb
 1412 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/references_field.rb
 1413 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/unstructured_field.rb
 1414 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/subject_field.rb
 1415 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/comments_field.rb
 1416 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/keywords_field.rb
 1417 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/common/common_date.rb
 1418 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/date_field.rb
 1419 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/from_field.rb
 1420 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/sender_field.rb
 1421 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/reply_to_field.rb
 1422 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/resent_date_field.rb
 1423 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/resent_from_field.rb
 1424 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/resent_sender_field.rb
 1425 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/resent_to_field.rb
 1426 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/resent_cc_field.rb
 1427 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/resent_bcc_field.rb
 1428 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/resent_message_id_field.rb
 1429 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/return_path_field.rb
 1430 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/received_field.rb
 1431 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/mime_version_field.rb
 1432 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/content_transfer_encoding_field.rb
 1433 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/content_description_field.rb
 1434 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/common/parameter_hash.rb
 1435 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/content_disposition_field.rb
 1436 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/content_type_field.rb
 1437 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/content_id_field.rb
 1438 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/fields/content_location_field.rb
 1439 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/field.rb
 1440 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/field_list.rb
 1441 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/envelope.rb
 1442 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/elements.rb
 1443 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/encodings.rb
 1444 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/encodings/transfer_encoding.rb
 1445 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/encodings/binary.rb
 1446 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/encodings/8bit.rb
 1447 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/encodings/7bit.rb
 1448 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/encodings/base64.rb
 1449 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/encodings/quoted_printable.rb
 1450 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/encodings/unix_to_unix.rb
 1451 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/matchers/has_sent_mail.rb
 1452 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/mail.rb
 1453 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail.rb
 1454 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionmailer-4.2.0.rc3/lib/action_mailer/collector.rb
 1455 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionmailer-4.2.0.rc3/lib/action_mailer/log_subscriber.rb
 1456 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/check_delivery_params.rb
 1457 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/network/delivery_methods/test_mailer.rb
 1458 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionmailer-4.2.0.rc3/lib/action_mailer/delivery_methods.rb
 1459 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/network/delivery_methods/smtp.rb
 1460 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/network/delivery_methods/file_delivery.rb
 1461 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/mail-2.6.3/lib/mail/network/delivery_methods/sendmail.rb
 1462 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionmailer-4.2.0.rc3/lib/action_mailer/preview.rb
 1463 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionmailer-4.2.0.rc3/lib/action_mailer/mail_helper.rb
 1464 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/actionmailer-4.2.0.rc3/lib/action_mailer/base.rb
 1465 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/asset_attributes.rb
 1466 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/asset.rb
 1467 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/bundled_asset.rb
 1468 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/caching.rb
 1469 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/processed_asset.rb
 1470 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/server.rb
 1471 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/static_asset.rb
 1472 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/base.rb
 1473 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/context.rb
 1474 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/index.rb
 1475 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/environment.rb
 1476 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/cache/file_store.rb
 1477 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/sprockets-2.12.3/lib/sprockets/manifest.rb
 1478 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/devise-3.4.1/lib/devise/delegator.rb
 1479 /Volumes/Data/home/alessandro/Sites/closr-core/config/environment.rb
 1480 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/commands/commands_tasks.rb
 1481 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/irb/completion.rb
 1482 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/commands/console.rb
 1483 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/console/app.rb
 1484 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/railties-4.2.0.rc3/lib/rails/console/helpers.rb
 1485 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/2.1.0/psych/y.rb
 1486 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/coderay-1.1.0/lib/coderay/tokens_proxy.rb
 1487 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/coderay-1.1.0/lib/coderay/scanner.rb
 1488 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/coderay-1.1.0/lib/coderay/scanners/_map.rb
 1489 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/coderay-1.1.0/lib/coderay/scanners/ruby.rb
 1490 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/coderay-1.1.0/lib/coderay/tokens.rb
 1491 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/coderay-1.1.0/lib/coderay/scanners/ruby/string_state.rb
 1492 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/coderay-1.1.0/lib/coderay/helpers/word_list.rb
 1493 /usr/local/var/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/coderay-1.1.0/lib/coderay/scanners/ruby/patterns.rb

[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
Don't forget to include the above Crash Report log file.
For details: http://www.ruby-lang.org/bugreport.html

removing any spring-related gem and it works fine, I'm not sure this really needs a fix since spring is loaded only in development, but still, notifying about this issue.

Numerous C warnings during compilation

John, I wonder if we could get rid of these kinds of warnings when compilation is performed?

Here is the part of trace:

stanislaw@localhost ~/work/gems/ruby-vips $ ./compile 
creating Makefile
compiling ext/ruby_vips.c
ext/ruby_vips.c: In function ‘Init_vips_ext’:
ext/ruby_vips.c:130:5: warning: implicit declaration of function 
‘init_Header’
ext/ruby_vips.c:131:5: warning: implicit declaration of function 
‘init_Image’
ext/ruby_vips.c:132:5: warning: implicit declaration of function ‘init_Mask’
ext/ruby_vips.c:133:5: warning: implicit declaration of function 
‘init_Interpolator’
ext/ruby_vips.c:134:5: warning: implicit declaration of function 
‘init_Writer’
ext/ruby_vips.c:135:5: warning: implicit declaration of function 
‘init_Reader’
compiling ext/image_resample.c
ext/image_resample.c: In function ‘img_affinei’:
ext/image_resample.c:40:5: warning: ISO C90 forbids mixed declarations and 
code
ext/image_resample.c:41:5: warning: ISO C90 forbids mixed declarations and 
code
ext/image_resample.c: In function ‘img_affinei_resize’:
ext/image_resample.c:78:5: warning: ISO C90 forbids mixed declarations and 
code
ext/image_resample.c:79:5: warning: ISO C90 forbids mixed declarations and 
code
ext/image_resample.c: In function ‘img_stretch3’:
ext/image_resample.c:115:2: warning: ISO C90 forbids mixed declarations and 
code
ext/image_resample.c:116:2: warning: ISO C90 forbids mixed declarations and 
code
ext/image_resample.c: In function ‘img_shrink’:
ext/image_resample.c:145:5: warning: ISO C90 forbids mixed declarations and 
code
ext/image_resample.c:146:2: warning: ISO C90 forbids mixed declarations and 
code
ext/image_resample.c: In function ‘img_rightshift_size’:
ext/image_resample.c:174:2: warning: ISO C90 forbids mixed declarations and 
code
ext/image_resample.c: In function ‘img_match_linear’:
ext/image_resample.c:200:2: warning: ISO C90 forbids mixed declarations and 
code
ext/image_resample.c:201:2: warning: ISO C90 forbids mixed declarations and 
code
ext/image_resample.c: In function ‘img_match_linear_search’:
ext/image_resample.c:243:2: warning: ISO C90 forbids mixed declarations and 
code
ext/image_resample.c:244:2: warning: ISO C90 forbids mixed declarations and 
code
compiling ext/image_histograms_lut.c

*** glibc detected *** ruby: corrupted double-linked list

I'm running a batch process doing fairly simple image manipulation (reading 4 JPEGs, resizing them by 0.5, composing into a 2x2 image and writing that to another JPEG). Every once in a while, more often that I'd like, I get a nasty crash - almost never in the same place but always looking something like this:

 *** glibc detected *** ruby: corrupted double-linked list: 0x00007fe87162b7d0 *** 
  ======= Backtrace: ========= 
  /lib/libc.so.6(+0x78bb6)[0x7fe87f816bb6] 
  /lib/libc.so.6(+0x7bfd3)[0x7fe87f819fd3] 
  /lib/libc.so.6(cfree+0x73)[0x7fe87f81d483] 
  /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x15e)[0x7fe87960f5de] 
  /usr/lib/libgobject-2.0.so.0(+0x21598)[0x7fe879623598] 
  /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x7f6)[0x7fe879624a76] 
  /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x83)[0x7fe879625033] 
  /app/vips/lib/libvips.so.35(+0x13a0f9)[0x7fe87a00f0f9] 
  /usr/lib/libgobject-2.0.so.0(g_object_unref+0xea)[0x7fe87961151a] 
  /app/vips/lib/libvips.so.35(vips__object_set_member+0x12a)[0x7fe87a00cd2a] 
  /app/vips/lib/libvips.so.35(vips_object_set_property+0x3d6)[0x7fe87a00d936] 
  /usr/lib/libgobject-2.0.so.0(g_object_set_valist+0x317)[0x7fe879613f37] 
  /usr/lib/libgobject-2.0.so.0(g_object_set+0xe4)[0x7fe879614514] 
  /app/vips/lib/libvips.so.35(+0x137256)[0x7fe87a00c256] 
  /app/vips/lib/libvips.so.35(vips_argument_map+0x7a)[0x7fe87a00de4a] 
  /app/vips/lib/libvips.so.35(+0x13a067)[0x7fe87a00f067] 
  /usr/lib/libgobject-2.0.so.0(g_object_unref+0xea)[0x7fe87961151a] 
  /usr/lib/libgobject-2.0.so.0(g_object_set_valist+0x5e9)[0x7fe879614209] 
  /usr/lib/libgobject-2.0.so.0(g_object_set+0xe4)[0x7fe879614514] 
  /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x15e)[0x7fe87960f5de] 
  /usr/lib/libgobject-2.0.so.0(+0x21598)[0x7fe879623598] 
  /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x7f6)[0x7fe879624a76] 
  /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x83)[0x7fe879625033] 
  /app/vips/lib/libvips.so.35(+0x13a0d9)[0x7fe87a00f0d9] 
  /usr/lib/libgobject-2.0.so.0(g_object_unref+0xea)[0x7fe87961151a] 
  /app/vips/lib/libvips.so.35(+0x136cb6)[0x7fe87a00bcb6] 
  /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x15e)[0x7fe87960f5de] 
  /usr/lib/libgobject-2.0.so.0(+0x21598)[0x7fe879623598] 
  /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x7f6)[0x7fe879624a76] 
  /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x83)[0x7fe879625033] 
  /app/vips/lib/libvips.so.35(+0x13a0d9)[0x7fe87a00f0d9] 
  /usr/lib/libgobject-2.0.so.0(g_object_unref+0xea)[0x7fe87961151a] 
  /usr/lib/libgobject-2.0.so.0(g_object_set_valist+0x5e9)[0x7fe879614209] 
  /usr/lib/libgobject-2.0.so.0(g_object_set+0xe4)[0x7fe879614514] 
  /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x15e)[0x7fe87960f5de] 
  /usr/lib/libgobject-2.0.so.0(+0x21598)[0x7fe879623598] 
  /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x7f6)[0x7fe879624a76] 
  /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x83)[0x7fe879625033] 
  /app/vips/lib/libvips.so.35(+0x13a0d9)[0x7fe87a00f0d9] 
  /usr/lib/libgobject-2.0.so.0(g_object_unref+0xea)[0x7fe87961151a] 
  /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x15e)[0x7fe87960f5de] 
  /usr/lib/libgobject-2.0.so.0(+0x21598)[0x7fe879623598] 
  /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x7f6)[0x7fe879624a76] 
  /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x83)[0x7fe879625033] 
  /app/vips/lib/libvips.so.35(+0x13a0d9)[0x7fe87a00f0d9] 
  /usr/lib/libgobject-2.0.so.0(g_object_unref+0xea)[0x7fe87961151a] 
  /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x15e)[0x7fe87960f5de] 
  /usr/lib/libgobject-2.0.so.0(+0x21598)[0x7fe879623598] 
  /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x7f6)[0x7fe879624a76] 
  /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x83)[0x7fe879625033] 
  /app/vips/lib/libvips.so.35(+0x13a0d9)[0x7fe87a00f0d9] 
  /usr/lib/libgobject-2.0.so.0(g_object_unref+0xea)[0x7fe87961151a] 
  /app/vips/lib/libvips.so.35(vips__object_set_member+0x12a)[0x7fe87a00cd2a] 
  /app/vips/lib/libvips.so.35(vips_object_set_property+0x3d6)[0x7fe87a00d936] 
  /usr/lib/libgobject-2.0.so.0(g_object_set_valist+0x317)[0x7fe879613f37] 
  /usr/lib/libgobject-2.0.so.0(g_object_set+0xe4)[0x7fe879614514] 
  /app/vips/lib/libvips.so.35(+0x137256)[0x7fe87a00c256] 
  /app/vips/lib/libvips.so.35(vips_argument_map+0x7a)[0x7fe87a00de4a] 
  /app/vips/lib/libvips.so.35(+0x13a067)[0x7fe87a00f067] 
  /usr/lib/libgobject-2.0.so.0(g_object_unref+0xea)[0x7fe87961151a] 
  /usr/lib/libgobject-2.0.so.0(g_object_set_valist+0x5e9)[0x7fe879614209] 
  /usr/lib/libgobject-2.0.so.0(g_object_set+0xe4)[0x7fe879614514] 
  /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x15e)[0x7fe87960f5de] 
  ======= Memory map: ======== 
  7fe860000000-7fe861295000 rw-p 00000000 00:00 0  
  7fe861295000-7fe864000000 ---p 00000000 00:00 0  
  7fe868000000-7fe8699cd000 rw-p 00000000 00:00 0  
  7fe8699cd000-7fe86c000000 ---p 00000000 00:00 0  
  7fe86dffc000-7fe86dffd000 ---p 00000000 00:00 0  
  7fe86dffd000-7fe86e7fd000 rw-p 00000000 00:00 0  
  7fe86e7fd000-7fe86e7fe000 ---p 00000000 00:00 0  
  7fe86e7fe000-7fe86effe000 rw-p 00000000 00:00 0  
  7fe86effe000-7fe86efff000 ---p 00000000 00:00 0  
  7fe86efff000-7fe86f7ff000 rw-p 00000000 00:00 0  
  7fe86f7ff000-7fe86f800000 ---p 00000000 00:00 0  
  7fe86f800000-7fe870000000 rw-p 00000000 00:00 0  
  7fe870000000-7fe871ddb000 rw-p 00000000 00:00 0  
  7fe871ddb000-7fe874000000 ---p 00000000 00:00 0  
  7fe87429f000-7fe8742a0000 ---p 00000000 00:00 0  
  7fe8742a0000-7fe87431f000 rw-p 00000000 00:00 0  
  7fe87431f000-7fe874320000 ---p 00000000 00:00 0  
  7fe874320000-7fe87439f000 rw-p 00000000 00:00 0  
  7fe87439f000-7fe8743a0000 ---p 00000000 00:00 0  
  7fe8743a0000-7fe87441f000 rw-p 00000000 00:00 0  
  7fe87441f000-7fe874420000 ---p 00000000 00:00 0  
  7fe874420000-7fe87449f000 rw-p 00000000 00:00 0  
  7fe87449f000-7fe8744a1000 r-xp 00000000 fc:00 20189574                   /app/vendor/ruby-2.0. 
  7fe8744a1000-7fe8746a0000 ---p 00002000 fc:00 20189574                   /app/vendor/ruby-2.0. 
  7fe8746a0000-7fe8746a1000 r--p 00001000 fc:00 20189574                   /app/vendor/ruby-2.0. 
  7fe8746a1000-7fe8746a2000 rw-p 00002000 fc:00 20189574                   /app/vendor/ruby-2.0. 
  7fe8747a3000-7fe8748a4000 rw-p 00000000 00:00 0  
  7fe8748a4000-7fe8748ba000 r-xp 00000000 07:01 81140                      /lib/libresolv-2.11.1.
  7fe8748ba000-7fe874ab9000 ---p 00016000 07:01 81140                      /lib/libresolv-2.11.1.
  7fe874ab9000-7fe874aba000 r--p 00015000 07:01 81140                      /lib/libresolv-2.11.1.
  7fe874aba000-7fe874abb000 rw-p 00016000 07:01 81140                      /lib/libresolv-2.11.1.
  7fe874abb000-7fe874abd000 rw-p 00000000 00:00 0  
  7fe874abd000-7fe874ac2000 r-xp 00000000 07:01 81119                      /lib/libnss_dns-2.11.1.
  7fe874ac2000-7fe874cc1000 ---p 00005000 07:01 81119                      /lib/libnss_dns-2.11.1.
  7fe874cc1000-7fe874cc2000 r--p 00004000 07:01 81119                      /lib/libnss_dns-2.11.1.
  7fe874cc2000-7fe874cc3000 rw-p 00005000 07:01 81119                      /lib/libnss_dns-2.11.1.
  7fe874cc3000-7fe874ccf000 r-xp 00000000 07:01 81120                      /lib/libnss_files-2.11.1
  7fe874ccf000-7fe874ece000 ---p 0000c000 07:01 81120                      /lib/libnss_files-2.11.1
  7fe874ece000-7fe874ecf000 r--p 0000b000 07:01 81120                      /lib/libnss_files-2.11.1
  7fe874ecf000-7fe874ed0000 rw-p 0000c000 07:01 81120                      /lib/libnss_files-2.11.1
  7fe874ed0000-7fe874ed1000 ---p 00000000 00:00 0  
  7fe874ed1000-7fe8750d2000 rw-p 00000000 00:00 0                          [stack:8222] 
  7fe8750d2000-7fe8750d3000 ---p 00000000 00:00 0  
  7fe8750d3000-7fe875312000 rw-p 00000000 00:00 0                          [stack:7768] 
  7fe875312000-7fe87531a000 r-xp 00000000 fc:00 20055486                   rb-0.6.0.beta.2/lib/ruby_http_parser.so 
  7fe87531a000-7fe87551a000 ---p 00008000 fc:00 20055486                   rb-0.6.0.beta.2/lib/ruby_http_parser.so 
  7fe87551a000-7fe87551b000 r--p 00008000 fc:00 20055486                   rb-0.6.0.beta.2/lib/ruby_http_parser.so 
  7fe87551b000-7fe87551c000 rw-p 00009000 fc:00 20055486                   rb-0.6.0.beta.2/lib/ruby_http_parser.so 
  7fe87551c000-7fe87551d000 r-xp 00000000 fc:00 20189516                   /app/vendor/ruby-2.0.
  7fe87551d000-7fe87571c000 ---p 00001000 fc:00 20189516                   /app/vendor/ruby-2.0.
  7fe87571c000-7fe87571d000 r--p 00000000 fc:00 20189516                   /app/vendor/ruby-2.0.
  7fe87571d000-7fe87571e000 rw-p 00001000 fc:00 20189516                   /app/vendor/ruby-2.0.
  7fe87571e000-7fe875728000 r-xp 00000000 fc:00 19405248                   5/lib/hiredis/ext/hiredis_ext.so 
  7fe875728000-7fe875927000 ---p 0000a000 fc:00 19405248                   5/lib/hiredis/ext/hiredis_ext.so 
  7fe875927000-7fe875928000 r--p 00009000 fc:00 19405248                   5/lib/hiredis/ext/hiredis_ext.so 
  7fe875928000-7fe875929000 rw-p 0000a000 fc:00 19405248                   5/lib/hiredis/ext/hiredis_ext.so 
  7fe875929000-7fe87592e000 r-xp 00000000 07:01 19407                      /usr/lib/libXdmcp.so.6.0
  7fe87592e000-7fe875b2d000 ---p 00005000 07:01 19407                      /usr/lib/libXdmcp.so.6.0
  7fe875b2d000-7fe875b2e000 r--p 00004000 07:01 19407                      /usr/lib/libXdmcp.so.6.0
  7fe875b2e000-7fe875b2f000 rw-p 00005000 07:01 19407                      /usr/lib/libXdmcp.so.6.0
  7fe875b2f000-7fe875b31000 r-xp 00000000 07:01 19402                      /usr/lib/libXau.so.6.0.
  7fe875b31000-7fe875d31000 ---p 00002000 07:01 19402                      /usr/lib/libXau.so.6.0.
  7fe875d31000-7fe875d32000 r--p 00002000 07:01 19402                      /usr/lib/libXau.so.6.0.
  7fe875d32000-7fe875d33000 rw-p 00003000 07:01 19402                      /usr/lib/libXau.so.6.0.
  7fe875d33000-7fe875d4e000 r-xp 00000000 07:01 19635                      /usr/lib/libxcb.so.1.1.
  7fe875d4e000-7fe875f4d000 ---p 0001b000 07:01 19635                      /usr/lib/libxcb.so.1.1.
  7fe875f4d000-7fe875f4e000 r--p 0001a000 07:01 19635                      /usr/lib/libxcb.so.1.1.
  7fe875f4e000-7fe875f4f000 rw-p 0001b000 07:01 19635                      /usr/lib/libxcb.so.1.1.
  7fe875f4f000-7fe875f53000 r-xp 00000000 07:01 81154                      /lib/libuuid.so.1.3.0 
  7fe875f53000-7fe876152000 ---p 00004000 07:01 81154                      /lib/libuuid.so.1.3.0 
  7fe876152000-7fe876153000 r--p 00003000 07:01 81154                      /lib/libuuid.so.1.3.0 
  7fe876153000-7fe876154000 rw-p 00004000 07:01 81154                      /lib/libuuid.so.1.3.0 
  7fe876154000-7fe876161000 r-xp 00000000 07:01 19506                      /usr/lib/libgomp.so.1.0.
  7fe876161000-7fe876360000 ---p 0000d000 07:01 19506                      /usr/lib/libgomp.so.1.0.
  7fe876360000-7fe876361000 r--p 0000c000 07:01 19506                      /usr/lib/libgomp.so.1.0.
  7fe876361000-7fe876362000 rw-p 0000d000 07:01 19506                      /usr/lib/libgomp.so.1.0.
  7fe876362000-7fe876493000 r-xp 00000000 07:01 19400                      /usr/lib/libX11.so.6.3.
  7fe876493000-7fe876693000 ---p 00131000 07:01 19400                      /usr/lib/libX11.so.6.3.
  7fe876693000-7fe876694000 r--p 00131000 07:01 19400                      /usr/lib/libX11.so.6.3.
  7fe876694000-7fe876698000 rw-p 00132000 07:01 19400                      /usr/lib/libX11.so.6.3.
  7fe876698000-7fe8766af000 r-xp 00000000 07:01 19381                      /usr/lib/libICE.so.6.3.
  7fe8766af000-7fe8768ae000 ---p 00017000 07:01 19381                      /usr/lib/libICE.so.6.3.
  7fe8768ae000-7fe8768af000 r--p 00016000 07:01 19381                      /usr/lib/libICE.so.6.3.
  7fe8768af000-7fe8768b0000 rw-p 00017000 07:01 19381                      /usr/lib/libICE.so.6.3.
  7fe8768b0000-7fe8768b3000 rw-p 00000000 00:00 0  
  7fe8768b3000-7fe8768bb000 r-xp 00000000 07:01 19398                      /usr/lib/libSM.so.6.0.1 
  7fe8768bb000-7fe876aba000 ---p 00008000 07:01 19398                      /usr/lib/libSM.so.6.0.1 
  7fe876aba000-7fe876abb000 r--p 00007000 07:01 19398                      /usr/lib/libSM.so.6.0.1 
  7fe876abb000-7fe876abc000 rw-p 00008000 07:01 19398                      /usr/lib/libSM.so.6.0.1 
  7fe876abc000-7fe876ac4000 r-xp 00000000 07:01 19546                      /usr/lib/libltdl.so.7.2.
  7fe876ac4000-7fe876cc4000 ---p 00008000 07:01 19546                      /usr/lib/libltdl.so.7.2.
  7fe876cc4000-7fe876cc5000 r--p 00008000 07:01 19546                      /usr/lib/libltdl.so.7.2.
  7fe876cc5000-7fe876cc6000 rw-p 00009000 07:01 19546                      /usr/lib/libltdl.so.7.2.
  7fe876cc6000-7fe876cd6000 r-xp 00000000 07:01 81087                      /lib/libbz2.so.1.0.4 
  7fe876cd6000-7fe876ed5000 ---p 00010000 07:01 81087                      /lib/libbz2.so.1.0.4 
  7fe876ed5000-7fe876ed6000 r--p 0000f000 07:01 81087                      /lib/libbz2.so.1.0.4 
  7fe876ed6000-7fe876ed7000 rw-p 00010000 07:01 81087                      /lib/libbz2.so.1.0.4 
  7fe876ed7000-7fe876f35000 r-xp 00000000 07:01 19419                      /usr/lib/libXt.so.6.0.0 
  7fe876f35000-7fe877135000 ---p 0005e000 07:01 19419                      /usr/lib/libXt.so.6.0.0 
  7fe877135000-7fe877136000 r--p 0005e000 07:01 19419                      /usr/lib/libXt.so.6.0.0 
  7fe877136000-7fe87713b000 rw-p 0005f000 07:01 19419                      /usr/lib/libXt.so.6.0.0 
  7fe87713b000-7fe87713c000 rw-p 00000000 00:00 0  
  7fe87713c000-7fe87714d000 r-xp 00000000 07:01 19409                      /usr/lib/libXext.so.6.4.
  7fe87714d000-7fe87734c000 ---p 00011000 07:01 19409                      /usr/lib/libXext.so.6.4.
  7fe87734c000-7fe87734d000 r--p 00010000 07:01 19409                      /usr/lib/libXext.so.6.4.
  7fe87734d000-7fe87734e000 rw-p 00011000 07:01 19409                      /usr/lib/libXext.so.6.4.
  7fe87734e000-7fe8773ce000 r-xp 00000000 07:01 19480                      /usr/lib/libfreetype.so.
  7fe8773ce000-7fe8775ce000 ---p 00080000 07:01 19480                      /usr/lib/libfreetype.so.
  7fe8775ce000-7fe8775d3000 r--p 00080000 07:01 19480                      /usr/lib/libfreetype.so.
  7fe8775d3000-7fe8775d4000 rw-p 00085000 07:01 19480                      /usr/lib/libfreetype.so.
  7fe8775d4000-7fe877601000 r-xp 00000000 07:01 81128                      /lib/libpcre.so.3.12.1 
  7fe877601000-7fe877800000 ---p 0002d000 07:01 81128                      /lib/libpcre.so.3.12.1 
  7fe877800000-7fe877801000 r--p 0002c000 07:01 81128                      /lib/libpcre.so.3.12.1 
  7fe877801000-7fe877802000 rw-p 0002d000 07:01 81128                      /lib/libpcre.so.3.12.1 
  7fe877802000-7fe8779cd000 r-xp 00000000 07:01 19393                      /usr/lib/libMagickCore.
  7fe8779cd000-7fe877bcc000 ---p 001cb000 07:01 19393                      /usr/lib/libMagickCore.
  7fe877bcc000-7fe877bdc000 r--p 001ca000 07:01 19393                      /usr/lib/libMagickCore.
  7fe877bdc000-7fe877c23000 rw-p 001da000 07:01 19393                      /usr/lib/libMagickCore.
  7fe877c23000-7fe877c3c000 rw-p 00000000 00:00 0  
  7fe877c3c000-7fe877d17000 r-xp 00000000 07:01 81106                      /lib/libglib-2.0.so.0.
  7fe877d17000-7fe877f17000 ---p 000db000 07:01 81106                      /lib/libglib-2.0.so.0.
  7fe877f17000-7fe877f18000 r--p 000db000 07:01 81106                      /lib/libglib-2.0.so.0.
  7fe877f18000-7fe877f19000 rw-p 000dc000 07:01 81106                      /lib/libglib-2.0.so.0.
  7fe877f19000-7fe877f1a000 rw-p 00000000 00:00 0  
  7fe877f1a000-7fe877f1e000 r-xp 00000000 07:01 19514                      /usr/lib/libgthread-2.0.
  7fe877f1e000-7fe87811d000 ---p 00004000 07:01 19514                      /usr/lib/libgthread-2.0.
  7fe87811d000-7fe87811e000 r--p 00003000 07:01 19514                      /usr/lib/libgthread-2.0.
  7fe87811e000-7fe87811f000 rw-p 00004000 07:01 19514                      /usr/lib/libgthread-2.0.
  7fe87811f000-7fe878150000 r-xp 00000000 07:01 19465                      /usr/lib/libexif.so.12.3
  7fe878150000-7fe878350000 ---p 00031000 07:01 19465                      /usr/lib/libexif.so.12.3
  7fe878350000-7fe878363000 r--p 00031000 07:01 19465                      /usr/lib/libexif.so.12.3
  7fe878363000-7fe878364000 rw-p 00044000 07:01 19465                      /usr/lib/libexif.so.12.3
  7fe878364000-7fe878389000 r-xp 00000000 07:01 81134                      /lib/libpng12.so.0.42.0 
  7fe878389000-7fe878589000 ---p 00025000 07:01 81134                      /lib/libpng12.so.0.42.0 
  7fe878589000-7fe87858a000 r--p 00025000 07:01 81134                      /lib/libpng12.so.0.42.0 
  7fe87858a000-7fe87858b000 rw-p 00026000 07:01 81134                      /lib/libpng12.so.0.42.0 
  7fe87858b000-7fe878591000 r-xp 00000000 07:01 19388                      /usr/lib/libIlmThread.so
  7fe878591000-7fe878790000 ---p 00006000 07:01 19388                      /usr/lib/libIlmThread.so
  7fe878790000-7fe878791000 r--p 00005000 07:01 19388                      /usr/lib/libIlmThread.so
  7fe878791000-7fe878792000 rw-p 00006000 07:01 19388                      /usr/lib/libIlmThread.so
  7fe878792000-7fe8787ac000 r-xp 00000000 07:01 19383                      /usr/lib/libIex.so.6.0.
  7fe8787ac000-7fe8789ac000 ---p 0001a000 07:01 19383                      /usr/lib/libIex.so.6.0.
  7fe8789ac000-7fe8789b0000 r--p 0001a000 07:01 19383                      /usr/lib/libIex.so.6.0.
  7fe8789b0000-7fe8789b1000 rw-p 0001e000 07:01 19383                      /usr/lib/libIex.so.6.0.
  7fe8789b1000-7fe8789f3000 r-xp 00000000 07:01 19379                      /usr/lib/libHalf.so.6.0.
  7fe8789f3000-7fe878bf2000 ---p 00042000 07:01 19379                      /usr/lib/libHalf.so.6.0.
  7fe878bf2000-7fe878bf3000 r--p 00041000 07:01 19379                      /usr/lib/libHalf.so.6.0.
  7fe878bf3000-7fe878bf4000 rw-p 00042000 07:01 19379                      /usr/lib/libHalf.so.6.0.
  7fe878bf4000-7fe878bf8000 r-xp 00000000 07:01 19390                      /usr/lib/libImath.so.6.0
  7fe878bf8000-7fe878df8000 ---p 00004000 07:01 19390                      /usr/lib/libImath.so.6.0
  7fe878df8000-7fe878df9000 r--p 00004000 07:01 19390                      /usr/lib/libImath.so.6.0
  7fe878df9000-7fe878dfa000 rw-p 00005000 07:01 19390                      /usr/lib/libImath.so.6.0
  7fe878dfa000-7fe878eb8000 r-xp 00000000 07:01 19386                      /usr/lib/libIlmImf.so.6.
  7fe878eb8000-7fe8790b7000 ---p 000be000 07:01 19386                      /usr/lib/libIlmImf.so.6.
  7fe8790b7000-7fe8790ba000 r--p 000bd000 07:01 19386                      /usr/lib/libIlmImf.so.6.
  7fe8790ba000-7fe8790bb000 rw-p 000c0000 07:01 19386                      /usr/lib/libIlmImf.so.6.
  7fe8790bb000-7fe8790ee000 r-xp 00000000 07:01 19541                      /usr/lib/liblcms.so.1.0.
  7fe8790ee000-7fe8792ee000 ---p 00033000 07:01 19541                      /usr/lib/liblcms.so.1.0.
  7fe8792ee000-7fe8792ef000 r--p 00033000 07:01 19541                      /usr/lib/liblcms.so.1.0.
  7fe8792ef000-7fe8792f0000 rw-p 00034000 07:01 19541                      /usr/lib/liblcms.so.1.0.
  7fe8792f0000-7fe8792f2000 rw-p 00000000 00:00 0  
  7fe8792f2000-7fe8793fe000 r-xp 00000000 07:01 19396                      /usr/lib/libMagickWand.
  7fe8793fe000-7fe8795fd000 ---p 0010c000 07:01 19396                      /usr/lib/libMagickWand.
  7fe8795fd000-7fe8795fe000 r--p 0010b000 07:01 19396                      /usr/lib/libMagickWand.
  7fe8795fe000-7fe879602000 rw-p 0010c000 07:01 19396                      /usr/lib/libMagickWand.
  7fe879602000-7fe879647000 r-xp 00000000 07:01 19505                      /usr/lib/libgobject-2.0.
  7fe879647000-7fe879847000 ---p 00045000 07:01 19505                      /usr/lib/libgobject-2.0.
  7fe879847000-7fe879848000 r--p 00045000 07:01 19505                      /usr/lib/libgobject-2.0.
  7fe879848000-7fe879849000 rw-p 00046000 07:01 19505                      /usr/lib/libgobject-2.0.
  7fe879849000-7fe87984a000 rw-p 00000000 00:00 0  
  7fe87984a000-7fe87984d000 r-xp 00000000 07:01 19498                      /usr/lib/libgmodule-2.0.
  7fe87984d000-7fe879a4c000 ---p 00003000 07:01 19498                      /usr/lib/libgmodule-2.0.
  7fe879a4c000-7fe879a4d000 r--p 00002000 07:01 19498                      /usr/lib/libgmodule-2.0.
  7fe879a4d000-7fe879a4e000 rw-p 00003000 07:01 19498                      /usr/lib/libgmodule-2.0.
  7fe879a4e000-7fe879a71000 r-xp 00000000 07:01 19530                      /usr/lib/libjpeg.so.62.0
  7fe879a71000-7fe879c70000 ---p 00023000 07:01 19530                      /usr/lib/libjpeg.so.62.0
  7fe879c70000-7fe879c71000 r--p 00022000 07:01 19530                      /usr/lib/libjpeg.so.62.0
  7fe879c71000-7fe879c72000 rw-p 00023000 07:01 19530                      /usr/lib/libjpeg.so.62.0
  7fe879c72000-7fe879cd2000 r-xp 00000000 07:01 19614                      /usr/lib/libtiff.so.4.3.
  7fe879cd2000-7fe879ed2000 ---p 00060000 07:01 19614                      /usr/lib/libtiff.so.4.3.
  7fe879ed2000-7fe879ed4000 r--p 00060000 07:01 19614                      /usr/lib/libtiff.so.4.3.
  7fe879ed4000-7fe879ed5000 rw-p 00062000 07:01 19614                      /usr/lib/libtiff.so.4.3.
  7fe879ed5000-7fe87a076000 r-xp 00000000 fc:00 17962603                   /app/vips/lib/libvips.so
  7fe87a076000-7fe87a275000 ---p 001a1000 fc:00 17962603                   /app/vips/lib/libvips.so
  7fe87a275000-7fe87a27a000 r--p 001a0000 fc:00 17962603                   /app/vips/lib/libvips.so
  7fe87a27a000-7fe87a28f000 rw-p 001a5000 fc:00 17962603                   /app/vips/lib/libvips.so
  7fe87a28f000-7fe87a45d000 rw-p 00000000 00:00 0  
  7fe87a45d000-7fe87a482000 r-xp 00000000 fc:00 19925775                   3.6/lib/vips_ext.so 
  7fe87a482000-7fe87a681000 ---p 00025000 fc:00 19925775                   3.6/lib/vips_ext.so 
  7fe87a681000-7fe87a682000 r--p 00024000 fc:00 19925775                   3.6/lib/vips_ext.so 
  7fe87a682000-7fe87a683000 rw-p 00025000 fc:00 19925775                   3.6/lib/vips_ext.so 
  7fe87a683000-7fe87a687000 r-xp 00000000 fc:00 20189545                   /app/vendor/ruby-2.0.
  7fe87a687000-7fe87a886000 ---p 00004000 fc:00 20189545                   /app/vendor/ruby-2.0.
  7fe87a886000-7fe87a887000 r--p 00003000 fc:00 20189545                   /app/vendor/ruby-2.0.
  7fe87a887000-7fe87a888000 rw-p 00004000 fc:00 20189545                   /app/vendor/ruby-2.0.
  7fe87a888000-7fe87a88b000 r-xp 00000000 07:01 81107                      /lib/libgpg-error.so.0.4
  7fe87a88b000-7fe87aa8a000 ---p 00003000 07:01 81107                      /lib/libgpg-error.so.0.4
  7fe87aa8a000-7fe87aa8b000 r--p 00002000 07:01 81107                      /lib/libgpg-error.so.0.4
  7fe87aa8b000-7fe87aa8c000 rw-p 00003000 07:01 81107                      /lib/libgpg-error.so.0.4
  7fe87aa8c000-7fe87ab01000 r-xp 00000000 07:01 81105                      /lib/libgcrypt.so.11.5.
  7fe87ab01000-7fe87ad00000 ---p 00075000 07:01 81105                      /lib/libgcrypt.so.11.5.
  7fe87ad00000-7fe87ad01000 r--p 00074000 07:01 81105                      /lib/libgcrypt.so.11.5.
  7fe87ad01000-7fe87ad04000 rw-p 00075000 07:01 81105                      /lib/libgcrypt.so.11.5.
  7fe87ad04000-7fe87ad3e000 r-xp 00000000 07:01 19641                      /usr/lib/libxslt.so.1.1.
  7fe87ad3e000-7fe87af3d000 ---p 0003a000 07:01 19641                      /usr/lib/libxslt.so.1.1.
  7fe87af3d000-7fe87af3e000 r--p 00039000 07:01 19641                      /usr/lib/libxslt.so.1.1.
  7fe87af3e000-7fe87af3f000 rw-p 0003a000 07:01 19641                      /usr/lib/libxslt.so.1.1.
  7fe87af3f000-7fe87af52000 r-xp 00000000 07:01 19472                      /usr/lib/libexslt.so.0.8
  7fe87af52000-7fe87b151000 ---p 00013000 07:01 19472                      /usr/lib/libexslt.so.0.8
  7fe87b151000-7fe87b152000 r--p 00012000 07:01 19472                      /usr/lib/libexslt.so.0.8
  7fe87b152000-7fe87b153000 rw-p 00013000 07:01 19472                      /usr/lib/libexslt.so.0.8
  7fe87b153000-7fe87b299000 r-xp 00000000 07:01 19638                      /usr/lib/libxml2.so.2.7.
  7fe87b299000-7fe87b498000 ---p 00146000 07:01 19638                      /usr/lib/libxml2.so.2.7.
  7fe87b498000-7fe87b4a0000 r--p 00145000 07:01 19638                      /usr/lib/libxml2.so.2.7.
  7fe87b4a0000-7fe87b4a2000 rw-p 0014d000 07:01 19638                      /usr/lib/libxml2.so.2.7.
  7fe87b4a2000-7fe87b4a3000 rw-p 00000000 00:00 0  
  7fe87b4a3000-7fe87b4bc000 r-xp 00000000 fc:00 19531041                   .10/lib/nokogiri/nokogiri.so  
  7fe87b4bc000-7fe87b6bc000 ---p 00019000 fc:00 19531041                   .10/lib/nokogiri/nokogiri.so  
  7fe87b6bc000-7fe87b6bd000 r--p 00019000 fc:00 19531041                   .10/lib/nokogiri/nokogiri.so  
  7fe87b6bd000-7fe87b6be000 rw-p 0001a000 fc:00 19531041                   .10/lib/nokogiri/nokogiri.so  
  7fe87b6be000-7fe87b6c4000 r-xp 00000000 fc:00 20060392                   ib/thin_parser.so 
  7fe87b6c4000-7fe87b8c3000 ---p 00006000 fc:00 20060392                   ib/thin_parser.so 
  7fe87b8c3000-7fe87b8c4000 r--p 00005000 fc:00 20060392                   ib/thin_parser.so 
  7fe87b8c4000-7fe87b8c5000 rw-p 00006000 fc:00 20060392                   ib/thin_parser.so 
  7fe87b8c5000-7fe87b8db000 r-xp 00000000 07:01 81104                      /lib/libgcc_s.so.1 
  7fe87b8db000-7fe87bada000 ---p 00016000 07:01 81104                      /lib/libgcc_s.so.1 
  7fe87bada000-7fe87badb000 r--p 00015000 07:01 81104                      /lib/libgcc_s.so.1 
  7fe87badb000-7fe87badc000 rw-p 00016000 07:01 81104                      /lib/libgcc_s.so.1 
  7fe87badc000-7fe87bbd2000 r-xp 00000000 07:01 19608                      /usr/lib/libstdc++.so.6.
  7fe87bbd2000-7fe87bdd2000 ---p 000f6000 07:01 19608                      /usr/lib/libstdc++.so.6.
  7fe87bdd2000-7fe87bdd9000 r--p 000f6000 07:01 19608                      /usr/lib/libstdc++.so.6.
  7fe87bdd9000-7fe87bddb000 rw-p 000fd000 07:01 19608                      /usr/lib/libstdc++.so.6.
  7fe87bddb000-7fe87bdf0000 rw-p 00000000 00:00 0  
  7fe87bdf0000-7fe87be4c000 r-xp 00000000 fc:00 19926081                   -1.0.3/lib/rubyeventmachine.so 
  7fe87be4c000-7fe87c04c000 ---p 0005c000 fc:00 19926081                   -1.0.3/lib/rubyeventmachine.so 
  7fe87c04c000-7fe87c04d000 r--p 0005c000 fc:00 19926081                   -1.0.3/lib/rubyeventmachine.so 
  7fe87c04d000-7fe87c050000 rw-p 0005d000 fc:00 19926081                   -1.0.3/lib/rubyeventmachine.so 
  7fe87c050000-7fe87c053000 r-xp 00000000 fc:00 19531387                   c3/lib/native.so 
  7fe87c053000-7fe87c252000 ---p 00003000 fc:00 19531387                   c3/lib/native.so 
  7fe87c252000-7fe87c253000 r--p 00002000 fc:00 19531387                   c3/lib/native.so 
  7fe87c253000-7fe87c254000 rw-p 00003000 fc:00 19531387                   c3/lib/native.so 
  7fe87c254000-7fe87c255000 rw-p 00000000 00:00 0  
  7fe87c255000-7fe87c256000 r-xp 00000000 fc:00 20189521                   /app/vendor/ruby-2.0.
  7fe87c256000-7fe87c455000 ---p 00001000 fc:00 20189521                   /app/vendor/ruby-2.0.
  7fe87c455000-7fe87c456000 r--p 00000000 fc:00 20189521                   /app/vendor/ruby-2.0.
  7fe87c456000-7fe87c457000 rw-p 00001000 fc:00 20189521                   /app/vendor/ruby-2.0.
  7fe87c457000-7fe87c466000 r-xp 00000000 fc:00 20189615                   /app/vendor/ruby-2.0.
  7fe87c466000-7fe87c666000 ---p 0000f000 fc:00 20189615                   /app/vendor/ruby-2.0.
  7fe87c666000-7fe87c667000 r--p 0000f000 fc:00 20189615                   /app/vendor/ruby-2.0.
  7fe87c667000-7fe87c668000 rw-p 00010000 fc:00 20189615                   /app/vendor/ruby-2.0.
  7fe87c668000-7fe87c699000 r-xp 00000000 fc:00 20189558                   /app/vendor/ruby-2.0.
  7fe87c699000-7fe87c898000 ---p 00031000 fc:00 20189558                   /app/vendor/ruby-2.0.
  7fe87c898000-7fe87c899000 r--p 00030000 fc:00 20189558                   /app/vendor/ruby-2.0.
  7fe87c899000-7fe87c89a000 rw-p 00031000 fc:00 20189558                   /app/vendor/ruby-2.0.
  7fe87c89a000-7fe87c8a3000 r-xp 00000000 fc:00 19927047                   ib/json/ext/generator.so 
  7fe87c8a3000-7fe87caa2000 ---p 00009000 fc:00 19927047                   ib/json/ext/generator.so 
  7fe87caa2000-7fe87caa3000 r--p 00008000 fc:00 19927047                   ib/json/ext/generator.so 
  7fe87caa3000-7fe87caa4000 rw-p 00009000 fc:00 19927047                   ib/json/ext/generator.so 
  7fe87caa4000-7fe87caa5000 r-xp 00000000 fc:00 20189605                   /app/vendor/ruby-2.0.
  7fe87caa5000-7fe87cca4000 ---p 00001000 fc:00 20189605                   /app/vendor/ruby-2.0.
  7fe87cca4000-7fe87cca5000 r--p 00000000 fc:00 20189605                   /app/vendor/ruby-2.0.
  7fe87cca5000-7fe87cca6000 rw-p 00001000 fc:00 20189605                   /app/vendor/ruby-2.0.
  7fe87cca6000-7fe87cca7000 r-xp 00000000 fc:00 20189567                   /app/vendor/ruby-2.0.
  7fe87cca7000-7fe87cea6000 ---p 00001000 fc:00 20189567                   /app/vendor/ruby-2.0.
  7fe87cea6000-7fe87cea7000 r--p 00000000 fc:00 20189567                   /app/vendor/ruby-2.0.
  7fe87cea7000-7fe87cea8000 rw-p 00001000 fc:00 20189567                   /app/vendor/ruby-2.0.
  7fe87cea8000-7fe87cea9000 r-xp 00000000 fc:00 20189596                   /app/vendor/ruby-2.0.
  7fe87cea9000-7fe87d0a9000 ---p 00001000 fc:00 20189596                   /app/vendor/ruby-2.0.
  7fe87d0a9000-7fe87d0aa000 r--p 00001000 fc:00 20189596                   /app/vendor/ruby-2.0.
  7fe87d0aa000-7fe87d0ab000 rw-p 00002000 fc:00 20189596                   /app/vendor/ruby-2.0.
  7fe87d0ab000-7fe87d0ac000 r-xp 00000000 fc:00 20189560                   /app/vendor/ruby-2.0.
  7fe87d0ac000-7fe87d2ac000 ---p 00001000 fc:00 20189560                   /app/vendor/ruby-2.0.
  7fe87d2ac000-7fe87d2ad000 r--p 00001000 fc:00 20189560                   /app/vendor/ruby-2.0.
  7fe87d2ad000-7fe87d2ae000 rw-p 00002000 fc:00 20189560                   /app/vendor/ruby-2.0.
  7fe87d2ae000-7fe87d2b4000 r-xp 00000000 fc:00 19927046                   ib/json/ext/parser.so 
  7fe87d2b4000-7fe87d4b3000 ---p 00006000 fc:00 19927046                   ib/json/ext/parser.so 
  7fe87d4b3000-7fe87d4b4000 r--p 00005000 fc:00 19927046                   ib/json/ext/parser.so 
  7fe87d4b4000-7fe87d4b5000 rw-p 00006000 fc:00 19927046                   ib/json/ext/parser.so 
  7fe87d4b5000-7fe87d4e9000 r-xp 00000000 fc:00 20189528                   /app/vendor/ruby-2.0.
  7fe87d4e9000-7fe87d6e9000 ---p 00034000 fc:00 20189528                   /app/vendor/ruby-2.0.
  7fe87d6e9000-7fe87d6ea000 r--p 00034000 fc:00 20189528                   /app/vendor/ruby-2.0.
  7fe87d6ea000-7fe87d6eb000 rw-p 00035000 fc:00 20189528                   /app/vendor/ruby-2.0.
  7fe87d6eb000-7fe87d6ec000 rw-p 00000000 00:00 0  
  7fe87d6ec000-7fe87d6ff000 r-xp 00000000 fc:00 20189527                   /app/vendor/ruby-2.0.
  7fe87d6ff000-7fe87d8ff000 ---p 00013000 fc:00 20189527                   /app/vendor/ruby-2.0.
  7fe87d8ff000-7fe87d900000 r--p 00013000 fc:00 20189527                   /app/vendor/ruby-2.0.
  7fe87d900000-7fe87d901000 rw-p 00014000 fc:00 20189527                   /app/vendor/ruby-2.0.
  7fe87d901000-7fe87d907000 r-xp 00000000 fc:00 20189542                   /app/vendor/ruby-2.0.
  7fe87d907000-7fe87db06000 ---p 00006000 fc:00 20189542                   /app/vendor/ruby-2.0.
  7fe87db06000-7fe87db07000 r--p 00005000 fc:00 20189542                   /app/vendor/ruby-2.0.
  7fe87db07000-7fe87db08000 rw-p 00006000 fc:00 20189542                   /app/vendor/ruby-2.0.
  7fe87db08000-7fe87db0f000 r-xp 00000000 fc:00 20189531                   /app/vendor/ruby-2.0.
  7fe87db0f000-7fe87dd0f000 ---p 00007000 fc:00 20189531                   /app/vendor/ruby-2.0.
  7fe87dd0f000-7fe87dd10000 r--p 00007000 fc:00 20189531                   /app/vendor/ruby-2.0.
  7fe87dd10000-7fe87dd11000 rw-p 00008000 fc:00 20189531                   /app/vendor/ruby-2.0.
  7fe87dd11000-7fe87dd5f000 r-xp 00000000 fc:00 20189555                   /app/vendor/ruby-2.0.
  7fe87dd5f000-7fe87df5e000 ---p 0004e000 fc:00 20189555                   /app/vendor/ruby-2.0.
  7fe87df5e000-7fe87df5f000 r--p 0004d000 fc:00 20189555                   /app/vendor/ruby-2.0.
  7fe87df5f000-7fe87df61000 rw-p 0004e000 fc:00 20189555                   /app/vendor/ruby-2.0.
  7fe87df61000-7fe87df62000 rw-p 00000000 00:00 0  
  7fe87df62000-7fe87df63000 r-xp 00000000 fc:00 20189530                   /app/vendor/ruby-2.0.
  7fe87df63000-7fe87e162000 ---p 00001000 fc:00 20189530                   /app/vendor/ruby-2.0.
  7fe87e162000-7fe87e163000 r--p 00000000 fc:00 20189530                   /app/vendor/ruby-2.0.
  7fe87e163000-7fe87e164000 rw-p 00001000 fc:00 20189530                   /app/vendor/ruby-2.0.
  7fe87e164000-7fe87e187000 r-xp 00000000 fc:00 20189525                   /app/vendor/ruby-2.0.
  7fe87e187000-7fe87e386000 ---p 00023000 fc:00 20189525                   /app/vendor/ruby-2.0.
  7fe87e386000-7fe87e387000 r--p 00022000 fc:00 20189525                   /app/vendor/ruby-2.0.
  7fe87e387000-7fe87e388000 rw-p 00023000 fc:00 20189525                   /app/vendor/ruby-2.0.
  7fe87e388000-7fe87e38b000 r-xp 00000000 fc:00 20189529                   /app/vendor/ruby-2.0.
  7fe87e38b000-7fe87e58b000 ---p 00003000 fc:00 20189529                   /app/vendor/ruby-2.0.
  7fe87e58b000-7fe87e58c000 r--p 00003000 fc:00 20189529                   /app/vendor/ruby-2.0.
  7fe87e58c000-7fe87e58d000 rw-p 00004000 fc:00 20189529                   /app/vendor/ruby-2.0.
  7fe87e58d000-7fe87e5a3000 r-xp 00000000 07:01 81156                      /lib/libz.so.1.2.3.3 
  7fe87e5a3000-7fe87e7a2000 ---p 00016000 07:01 81156                      /lib/libz.so.1.2.3.3 
  7fe87e7a2000-7fe87e7a3000 r--p 00015000 07:01 81156                      /lib/libz.so.1.2.3.3 
  7fe87e7a3000-7fe87e7a4000 rw-p 00016000 07:01 81156                      /lib/libz.so.1.2.3.3 
  7fe87e7a4000-7fe87e90c000 r-xp 00000000 07:01 81093                      /lib/libcrypto.so.0.9.8 
  7fe87e90c000-7fe87eb0c000 ---p 00168000 07:01 81093                      /lib/libcrypto.so.0.9.8 
  7fe87eb0c000-7fe87eb19000 r--p 00168000 07:01 81093                      /lib/libcrypto.so.0.9.8 
  7fe87eb19000-7fe87eb31000 rw-p 00175000 07:01 81093                      /lib/libcrypto.so.0.9.8 
  7fe87eb31000-7fe87eb35000 rw-p 00000000 00:00 0  
  7fe87eb35000-7fe87eb82000 r-xp 00000000 07:01 81146                      /lib/libssl.so.0.9.8 
  7fe87eb82000-7fe87ed81000 ---p 0004d000 07:01 81146                      /lib/libssl.so.0.9.8 
  7fe87ed81000-7fe87ed83000 r--p 0004c000 07:01 81146                      /lib/libssl.so.0.9.8 
  7fe87ed83000-7fe87ed89000 rw-p 0004e000 07:01 81146                      /lib/libssl.so.0.9.8 
  7fe87ed89000-7fe87ed8a000 r-xp 00000000 fc:00 20189519                   /app/vendor/ruby-2.0.
  7fe87ed8a000-7fe87ef89000 ---p 00001000 fc:00 20189519                   /app/vendor/ruby-2.0.
  7fe87ef89000-7fe87ef8a000 r--p 00000000 fc:00 20189519                   /app/vendor/ruby-2.0.
  7fe87ef8a000-7fe87ef8b000 rw-p 00001000 fc:00 20189519                   /app/vendor/ruby-2.0.
  7fe87ef8b000-7fe87ef8e000 r-xp 00000000 fc:00 20189557                   /app/vendor/ruby-2.0.
  7fe87ef8e000-7fe87f18d000 ---p 00003000 fc:00 20189557                   /app/vendor/ruby-2.0.
  7fe87f18d000-7fe87f18e000 r--p 00002000 fc:00 20189557                   /app/vendor/ruby-2.0.
  7fe87f18e000-7fe87f18f000 rw-p 00003000 fc:00 20189557                   /app/vendor/ruby-2.0.
  7fe87f18f000-7fe87f196000 r-xp 00000000 fc:00 20189533                   /app/vendor/ruby-2.0.
  7fe87f196000-7fe87f395000 ---p 00007000 fc:00 20189533                   /app/vendor/ruby-2.0.
  7fe87f395000-7fe87f396000 r--p 00006000 fc:00 20189533                   /app/vendor/ruby-2.0.
  7fe87f396000-7fe87f397000 rw-p 00007000 fc:00 20189533                   /app/vendor/ruby-2.0.
  7fe87f397000-7fe87f399000 r-xp 00000000 fc:00 20189592                   /app/vendor/ruby-2.0..so 
  7fe87f399000-7fe87f599000 ---p 00002000 fc:00 20189592                   /app/vendor/ruby-2.0..so 
  7fe87f599000-7fe87f59a000 r--p 00002000 fc:00 20189592                   /app/vendor/ruby-2.0..so 
  7fe87f59a000-7fe87f59b000 rw-p 00003000 fc:00 20189592                   /app/vendor/ruby-2.0..so 
  7fe87f59b000-7fe87f59d000 r-xp 00000000 fc:00 20189562                   /app/vendor/ruby-2.0.
  7fe87f59d000-7fe87f79c000 ---p 00002000 fc:00 20189562                   /app/vendor/ruby-2.0.
  7fe87f79c000-7fe87f79d000 r--p 00001000 fc:00 20189562                   /app/vendor/ruby-2.0.
  7fe87f79d000-7fe87f79e000 rw-p 00002000 fc:00 20189562                   /app/vendor/ruby-2.0.
  7fe87f79e000-7fe87f91b000 r-xp 00000000 07:01 81088                      /lib/libc-2.11.1.so 
  7fe87f91b000-7fe87fb1a000 ---p 0017d000 07:01 81088                      /lib/libc-2.11.1.so 
  7fe87fb1a000-7fe87fb1e000 r--p 0017c000 07:01 81088                      /lib/libc-2.11.1.so 
  7fe87fb1e000-7fe87fb1f000 rw-p 00180000 07:01 81088                      /lib/libc-2.11.1.so 
  7fe87fb1f000-7fe87fb24000 rw-p 00000000 00:00 0  
  7fe87fb24000-7fe87fba6000 r-xp 00000000 07:01 81111                      /lib/libm-2.11.1.so 
  7fe87fba6000-7fe87fda5000 ---p 00082000 07:01 81111                      /lib/libm-2.11.1.so 
  7fe87fda5000-7fe87fda6000 r--p 00081000 07:01 81111                      /lib/libm-2.11.1.so 
  7fe87fda6000-7fe87fda7000 rw-p 00082000 07:01 81111                      /lib/libm-2.11.1.so 
  7fe87fda7000-7fe87fdb0000 r-xp 00000000 07:01 81092                      /lib/libcrypt-2.11.1.so 
  7fe87fdb0000-7fe87ffb0000 ---p 00009000 07:01 81092                      /lib/libcrypt-2.11.1.so 
  7fe87ffb0000-7fe87ffb1000 r--p 00009000 07:01 81092                      /lib/libcrypt-2.11.1.so 
  7fe87ffb1000-7fe87ffb2000 rw-p 0000a000 07:01 81092                      /lib/libcrypt-2.11.1.so 
  7fe87ffb2000-7fe87ffe0000 rw-p 00000000 00:00 0  
  7fe87ffe0000-7fe87ffe2000 r-xp 00000000 07:01 81095                      /lib/libdl-2.11.1.so 
  7fe87ffe2000-7fe8801e2000 ---p 00002000 07:01 81095                      /lib/libdl-2.11.1.so 
  7fe8801e2000-7fe8801e3000 r--p 00002000 07:01 81095                      /lib/libdl-2.11.1.so 
  7fe8801e3000-7fe8801e4000 rw-p 00003000 07:01 81095                      /lib/libdl-2.11.1.so 
  7fe8801e4000-7fe8801eb000 r-xp 00000000 07:01 81141                      /lib/librt-2.11.1.so 
  7fe8801eb000-7fe8803ea000 ---p 00007000 07:01 81141                      /lib/librt-2.11.1.so 
  7fe8803ea000-7fe8803eb000 r--p 00006000 07:01 81141                      /lib/librt-2.11.1.so 
  7fe8803eb000-7fe8803ec000 rw-p 00007000 07:01 81141                      /lib/librt-2.11.1.so 
  7fe8803ec000-7fe880404000 r-xp 00000000 07:01 81137                      /lib/libpthread-2.11.1.
  7fe880404000-7fe880603000 ---p 00018000 07:01 81137                      /lib/libpthread-2.11.1.
  7fe880603000-7fe880604000 r--p 00017000 07:01 81137                      /lib/libpthread-2.11.1.
  7fe880604000-7fe880605000 rw-p 00018000 07:01 81137                      /lib/libpthread-2.11.1.
  7fe880605000-7fe880609000 rw-p 00000000 00:00 0  
  7fe880609000-7fe880629000 r-xp 00000000 07:01 81079                      /lib/ld-2.11.1.so 
  7fe880656000-7fe880657000 ---p 00000000 00:00 0  
  7fe880657000-7fe8806d6000 rw-p 00000000 00:00 0  
  7fe8806d6000-7fe8806d7000 ---p 00000000 00:00 0  
  7fe8806d7000-7fe8807db000 rw-p 00000000 00:00 0                          [stack:6994] 
  7fe8807db000-7fe8807e2000 r--s 00000000 07:01 97395                      /usr/lib/gconv/gconv-
  7fe8807e2000-7fe880821000 r--p 00000000 07:01 33875                      /usr/lib/locale/en_US.
  7fe880821000-7fe880828000 rw-p 00000000 00:00 0  
  7fe880828000-7fe880829000 r--p 0001f000 07:01 81079                      /lib/ld-2.11.1.so 
  7fe880829000-7fe88082a000 rw-p 00020000 07:01 81079                      /lib/ld-2.11.1.so 
  7fe88082a000-7fe88082b000 rw-p 00000000 00:00 0  
  7fe88082b000-7fe880a8c000 r-xp 00000000 fc:00 19009368                   /app/vendor/ruby-2.0.
  7fe880c8b000-7fe880c90000 r--p 00260000 fc:00 19009368                   /app/vendor/ruby-2.0.
  7fe880c90000-7fe880c92000 rw-p 00265000 fc:00 19009368                   /app/vendor/ruby-2.0.
  7fe880c92000-7fe880cb2000 rw-p 00000000 00:00 0  
  7fe880eb9000-7fe88c12a000 rw-p 00000000 00:00 0                          [heap] 
  7fff25382000-7fff253aa000 rw-p 00000000 00:00 0                          [stack] 
  7fff253fe000-7fff25400000 r-xp 00000000 00:00 0                          [vdso] 
  ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall] 

Any ideas on how I would go about debugging something like this?

blending an image with transparency looks weird

Hello, im working in porting some code that uses Rmagick to ruby-vips. I'm trying to make blended images with a color using VIPS::Image.black(x,y,4) and then applying a linear transformation to paint it to desired color.. like

  background = VIPS::Image.black(width,height,4)
  # (Image.hex2rgb(options.blend) => returns an array of rgb, like [255,0,0] in case of red
  background = background.lin([1,1,1,1],(Image.hex2rgb(options.blend)+[255*options.opacity/100.0]))

  #blend
  @process_image.blend(@process_image,background)

when i make the blend the transparency looks really weird.

Rmagick Result
ruby-vips Result

any suggestions will be appreciated.. thanks for your time

EDIT

I'm pretty sure this is because I'm doing something (or everything) wrong

LoadError on require 'vips'

irb(main):001:0> require 'vips'
LoadError: dlopen(/Users/meinzerj/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/ruby-vips-0.3.5/lib/vips_ext.bundle, 9): Symbol not found: _vips__image_sizeof_bandformat
  Referenced from: /Users/meinzerj/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/ruby-vips-0.3.5/lib/vips_ext.bundle
  Expected in: flat namespace
 in /Users/meinzerj/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/ruby-vips-0.3.5/lib/vips_ext.bundle - /Users/meinzerj/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/ruby-vips-0.3.5/lib/vips_ext.bundle
  from /Users/meinzerj/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
  from /Users/meinzerj/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
  from /Users/meinzerj/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/ruby-vips-0.3.5/lib/vips.rb:4:in `<top (required)>'
  from /Users/meinzerj/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/rubygems/custom_require.rb:60:in `require'
  from /Users/meinzerj/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/rubygems/custom_require.rb:60:in `rescue in require'
  from /Users/meinzerj/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/rubygems/custom_require.rb:35:in `require'
  from (irb):1
  from /Users/meinzerj/.rbenv/versions/1.9.3-p194/bin/irb:12:in `<main>'
irb(main):002:0> ENV['PKG_CONFIG_PATH']
=> "/usr/local/lib/pkgconfig:/usr/lib/pkgconfig:/usr/X11/lib/pkgconfig"

This is on OS X 10.7.5; I installed VIPS with:

$ brew install --use-llvm vips

Any ideas?

Reading Exif Data Fails

Howdy,

When I attempt read EXIF data from an image, it fails with:

img.get('exif-Orientation')
VIPS::Error: VIPS error: vips_image_get: field "exif-Orientation" not found

I've attached the image in question:

tall-iphone-photo

If I use header -a tall-iphone-photo.jpg it works and I get:

tall-iphone-photo.jpg: 3264x2448 uchar, 3 bands, srgb, partial VipsImage (0x7ff54b03e030)
width: 3264
height: 2448
bands: 3
format: 0 - uchar
coding: 0 - none
interpretation: 22 - srgb
xoffset: 0
yoffset: 0
xres: 2.834646
yres: 2.834646
filename: "tall-iphone-photo.jpg"
jpeg-multiscan: 0
exif-data: VIPS_TYPE_BLOB, data = 0x7ff54b048600, length = 12284
exif-Manufacturer: Apple (Apple, ASCII, 6 components, 6 bytes)
exif-Model: iPhone 5 (iPhone 5, ASCII, 9 components, 9 bytes)
exif-Orientation: 6 (Right-top, Short, 1 components, 2 bytes)
exif-Software: 6.1.4 (6.1.4, ASCII, 6 components, 6 bytes)
exif-Date and Time: 2013:07:24 15:18:39 (2013:07:24 15:18:39, ASCII, 20 components, 20 bytes)
exif-YCbCr Positioning: 1 (Centered, Short, 1 components, 2 bytes)
exif-Compression: 6 (JPEG compression, Short, 1 components, 2 bytes)
exif-X-Resolution: 72 (72, Rational, 1 components, 8 bytes)
exif-Y-Resolution: 72 (72, Rational, 1 components, 8 bytes)
exif-Resolution Unit: 2 (Inch, Short, 1 components, 2 bytes)
exif-Exposure Time: 0.050000000000000003 (1/20 sec., Rational, 1 components, 8 bytes)
exif-F-Number: 2.3999999999999999 (f/2.4, Rational, 1 components, 8 bytes)
exif-Exposure Program: 2 (Normal program, Short, 1 components, 2 bytes)
exif-ISO Speed Ratings: 64 (64, Short, 1 components, 2 bytes)
exif-Exif Version: Exif Version 2.21 (Exif Version 2.21, Undefined, 4 components, 4 bytes)
exif-Date and Time (Original): 2013:07:24 15:18:39 (2013:07:24 15:18:39, ASCII, 20 components, 20 bytes)
exif-Date and Time (Digitized): 2013:07:24 15:18:39 (2013:07:24 15:18:39, ASCII, 20 components, 20 bytes)
exif-Components Configuration: Y Cb Cr - (Y Cb Cr -, Undefined, 4 components, 4 bytes)
exif-Shutter Speed: 4.3219567690557454 (4.32 EV (1/20 sec.), SRational, 1 components, 8 bytes)
exif-Aperture: 2.5260688216892597 (2.53 EV (f/2.4), Rational, 1 components, 8 bytes)
exif-Brightness: 2.6485933503836319 (2.65 EV (21.48 cd/m^2), SRational, 1 components, 8 bytes)
exif-Metering Mode: 5 (Pattern, Short, 1 components, 2 bytes)
exif-Flash: 24 (Flash did not fire, auto mode, Short, 1 components, 2 bytes)
exif-Focal Length: 4.1299999999999999 (4.1 mm, Rational, 1 components, 8 bytes)
exif-Subject Area: 1631 1223 881 881 (Within rectangle (width 881, height 881) around (x,y) = (1631,1223), Short, 4 components, 8 bytes)
exif-FlashPixVersion: FlashPix Version 1.0 (FlashPix Version 1.0, Undefined, 4 components, 4 bytes)
exif-Color Space: 1 (sRGB, Short, 1 components, 2 bytes)
exif-Pixel X Dimension: 3264 (3264, Long, 1 components, 4 bytes)
exif-Pixel Y Dimension: 2448 (2448, Long, 1 components, 4 bytes)
exif-Sensing Method: 2 (One-chip color area sensor, Short, 1 components, 2 bytes)
exif-Exposure Mode: 0 (Auto exposure, Short, 1 components, 2 bytes)
exif-White Balance: 0 (Auto white balance, Short, 1 components, 2 bytes)
exif-Focal Length in 35mm Film: 33 (33, Short, 1 components, 2 bytes)
exif-Scene Capture Type: 0 (Standard, Short, 1 components, 2 bytes)
exif-Interoperability Index: N (N, ASCII, 2 components, 2 bytes)
exif-Interoperability Version: 45 31.5 0 (45, 31.50,  0, Rational, 3 components, 24 bytes)
exif-East or West Longitude: W (W, ASCII, 2 components, 2 bytes)
exif-Longitude: 122 41.079999999999998 0 (122, 41.08,  0, Rational, 3 components, 24 bytes)
exif-Altitude Reference: Sea level (Sea level, Byte, 1 components, 1 bytes)
exif-Altitude: 18.448275862068964 (18.45, Rational, 1 components, 8 bytes)
exif-GPS Time (Atomic Clock): 22 18 38.43 (22:18:38.43, Rational, 3 components, 24 bytes)
exif-GPS Image Direction Reference: T (T, ASCII, 2 components, 2 bytes)
exif-GPS Image Direction: 281.27149321266967 (281.271, Rational, 1 components, 8 bytes)
resolution-unit: in
jpeg-thumbnail-data: VIPS_TYPE_BLOB, data = 0x7ff54b04d600, length = 8174

I'm not sure if I'm doing something wrong? I've tried it using libvips versions vips-7.32.2 and vips-7.34.1 on Debian Wheezy (7.1).

Any help would be greatly appreciated. The goal is to orient the photo, then remove the exif-orientation data, so that it displays the same on all browsers-- maybe there's a built in way to do this already?

Best,
Seve

Update

The plot thickens, if I use vips version 7.30.2, on OS X, then I get:

img.get('exif-Orientation')
=> "6 (Right-top, Short, 1 components, 2 bytes)"

I'm going to install 7.30.2 on my Debian machine and see if it fixes it.

Add webp support

Is there a chance to add to this gem support to webp image format?
libvips already has support for it.

Image reader segfaulting on load

I'm having trouble with segfaults on initialization of a new VIPS::Image.

These images have issues:

R0104-PLAT-1.jpg
Duffel_Black_Enlarge.jpeg

  class Image
      def initialize(blob, extension)
        @filepath = File.open("/tmp/#{make_tmpname(extension)}", "w+") { |fp| fp << blob }.path
        # system("gm mogrify +profile \"*\" #{@filepath}")
        @extension = extension
        @image = ::VIPS::Image.new(@filepath)
      end
  end

The commented line strips the profile information and hides the issue.

Occurs on OS X 10.9.5 with:
ruby-vips (0.3.9)
vips (7.40.11) installed via Homebrew.

Also occurs on Ubuntu with:

ruby-vips (0.3.9)
vips (7.38.5)
libvips-dev (7.38.5-2)

Relevant portions of the stack trace for the DUFFEL image:

2014-10-26_23:34:11.46255 /usr/lib/shopify-ruby/1.9.3-p484/lib/ruby/gems/1.9.1/gems/ruby-vips-0.3.9/lib/vips/reader.rb:263:in `new'
2014-10-26_23:34:11.46255 /usr/lib/shopify-ruby/1.9.3-p484/lib/ruby/gems/1.9.1/gems/ruby-vips-0.3.9/lib/vips/reader.rb:13:in `read'
2014-10-26_23:34:11.46255 /usr/lib/shopify-ruby/1.9.3-p484/lib/ruby/gems/1.9.1/gems/ruby-vips-0.3.9/lib/vips/reader.rb:42:in `read_retry'
2014-10-26_23:34:11.46255 /usr/lib/shopify-ruby/1.9.3-p484/lib/ruby/gems/1.9.1/gems/ruby-vips-0.3.9/lib/vips/reader.rb:42:in `read_internal'
2014-10-26_23:34:11.46256 
2014-10-26_23:34:11.46256 -- C level backtrace information -------------------------------------------
2014-10-26_23:34:11.46356 ruby() [0x53be00]
2014-10-26_23:34:11.46357 ruby() [0x590fe6]
2014-10-26_23:34:11.46357 ruby(rb_bug+0xb0) [0x592610]
2014-10-26_23:34:11.46357 ruby() [0x4c421c]
2014-10-26_23:34:11.46358 /lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x7f802c759340] image_arithmetic.c:440
2014-10-26_23:34:11.46359 /usr/lib/x86_64-linux-gnu/libvips.so.37(vips_buf_appendf+0x9d) [0x7f802785d45d]
2014-10-26_23:34:11.46359 /usr/lib/x86_64-linux-gnu/libvips.so.37(+0x115f62) [0x7f802782ff62]
2014-10-26_23:34:11.46359 /usr/lib/x86_64-linux-gnu/libexif.so.12(exif_content_foreach_entry+0x43) [0x7f8024427de3] image_arithmetic.c:241
2014-10-26_23:34:11.46359 /usr/lib/x86_64-linux-gnu/libexif.so.12(exif_data_foreach_content+0x2f) [0x7f802442984f] image_mosaicing.c:127
2014-10-26_23:34:11.46360 /usr/lib/x86_64-linux-gnu/libvips.so.37(+0x116826) [0x7f8027830826]
2014-10-26_23:34:11.46360 /usr/lib/x86_64-linux-gnu/libvips.so.37(vips__jpeg_read_file+0xe5) [0x7f8027830cf5]
2014-10-26_23:34:11.46360 /usr/lib/x86_64-linux-gnu/libvips.so.37(+0xd9736) [0x7f80277f3736]
2014-10-26_23:34:11.46360 /usr/lib/x86_64-linux-gnu/libvips.so.37(vips__deprecated_open_read+0x9b) [0x7f80277d4c1b]
2014-10-26_23:34:11.46361 /usr/lib/shopify-ruby/1.9.3-p484/lib/ruby/gems/1.9.1/gems/ruby-vips-0.3.9/lib/vips_ext.so(+0x1a840) [0x7f8027cc3840] reader.c:48
2014-10-26_23:34:11.46361 ruby() [0x534214]
2014-10-26_23:34:11.46361 ruby() [0x52cda9]
2014-10-26_23:34:11.46361 ruby() [0x530bf1]
2014-10-26_23:34:11.46362 ruby() [0x530fd4]
2014-10-26_23:34:11.46362 ruby(rb_class_new_instance+0x21) [0x457121]
2014-10-26_23:34:11.46363 ruby() [0x534214]
2014-10-26_23:34:11.46363 ruby() [0x52cda9]
2014-10-26_23:34:11.46363 ruby() [0x530bf1]
2014-10-26_23:34:11.46363 ruby() [0x530fd4]
2014-10-26_23:34:11.46364 ruby(rb_class_new_instance+0x21) [0x457121]
2014-10-26_23:34:11.46364 ruby() [0x534214]
2014-10-26_23:34:11.46364 ruby() [0x52cda9]
2014-10-26_23:34:11.46364 ruby() [0x530bf1]
2014-10-26_23:34:11.46365 ruby() [0x530fd4]
2014-10-26_23:34:11.46365 ruby(rb_funcall+0xbd) [0x531ded]
2014-10-26_23:34:11.46365 /usr/lib/shopify-ruby/1.9.3-p484/lib/ruby/gems/1.9.1/gems/clogger-1.1.0/lib/clogger_ext.so(+0x3b42) [0x7f801e08cb42] clogger.c:849
2014-10-26_23:34:11.46365 /usr/lib/shopify-ruby/1.9.3-p484/lib/ruby/gems/1.9.1/gems/clogger-1.1.0/lib/clogger_ext.so(+0x3d20) [0x7f801e08cd20] clogger.c:903
2014-10-26_23:34:11.46366 ruby() [0x534214]
2014-10-26_23:34:11.46366 ruby() [0x52cda9]
2014-10-26_23:34:11.46366 ruby() [0x530bf1]
2014-10-26_23:34:11.46366 ruby() [0x533a81]
2014-10-26_23:34:11.46367 ruby() [0x549481]
2014-10-26_23:34:11.46367 /lib/x86_64-linux-gnu/libc.so.6(+0x497a0) [0x7f802ba817a0]

"VIPS error: VipsFormat: file '...' not found" when using Tempfile with jpeg reader.

Currently evaluating libvips as a GM replacement and am running into a funky bug when trying to read from tempfiles with the jpeg reader.

When I try and use jpeg with the tempfile's path I get. "VIPS error: VipsFormat: file '...' not found". Using new works just fine. I would stick with new I need the quality and hopefully to_memory bits from the jpeg reader/writer. When opening permanent files made with File it seems to work quite well, I'd just like to avoid it since Tempfile keeps things cleaner in my case.

The code below reproduces the bug:

require 'rubygems'
require 'vips'
require 'tempfile'
include VIPS

# Create a tempfile
tempfile = Tempfile.new("testing")
tempfile.binmode

# Write to that tempfile
File.open("testfile.jpg", "rb") do |file|
  while chunk = file.read(8192) do
    tempfile.write(chunk)
  end
  tempfile.rewind
end

puts "File exist? #{File.exist?(tempfile.path)}"

im = Image.new(tempfile.path)
puts "Using new I can see it's #{im.x_size} pixels across!"

# VIPS error: VipsFormat: file "/var/folders/06/6vy4w_1948v1r_8j6wxbkv4c0000gn/T/testing20130606-75142-fwttxp:1,," not found (VIPS::Error)
im2 = Image.jpeg(tempfile.path)

# never get here
puts "Using jpeg I can't see it's #{im.x_size} pixels across!"

Any clues? Thanks!

PDF Support > Convert PDF to JPEG

Howdy,

I've been looking through Vips and Ruby-Vips documentation, and I am not seeing anyway to load and convert a PDF. Imagemagick has the convert command in their CLI tools. Is there an equivalent to convert in Vips? My goal is to convert a PDF to a jpeg in my Rails 3 app.

Cheers.

Ruby-vips bug on Mac OS Lion.

I and @eltiare, we both encountered the same issue on Mac OS X Lion.

See https://gist.github.com/3055805 and my trace, they are very similar.

What it could be?

Stanislaws-MacBook-Air:vips-benchmarks Stanislaw$ be ./runner 
Darwin Stanislaws-MacBook-Air.local 11.4.2 Darwin Kernel Version 11.4.2: Wed May 30 20:13:51 PDT 2012; root:xnu-1699.31.2~1/RELEASE_X86_64 x86_64

(ruby-vips.rb:48243): GLib-CRITICAL **: guint g_hash_table_size(GHashTable *): assertion `hash_table != NULL' failed

(ruby-vips.rb:48243): GLib-CRITICAL **: g_hash_table_lookup: assertion `hash_table != NULL' failed

(ruby-vips.rb:48243): GLib-GObject-WARNING **: cannot retrieve class for invalid (unclassed) type `<invalid>'

(ruby-vips.rb:48243): GLib-GObject-WARNING **: invalid class cast from (NULL) pointer to `VipsObject'
/Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/ruby-vips-0.2.1/lib/vips_ext.bundle: [BUG] Segmentation fault
ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin11.4.2]

-- Control frame information -----------------------------------------------
c:0008 p:-17560884325760 s:0020 b:0020 l:000019 d:000019 TOP   
c:0007 p:---- s:0018 b:0018 l:000017 d:000017 CFUNC  :require
c:0006 p:0031 s:0014 b:0014 l:000013 d:000013 TOP    /Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/ruby-vips-0.2.1/lib/vips.rb:4
c:0005 p:---- s:0012 b:0012 l:000011 d:000011 FINISH
c:0004 p:---- s:0010 b:0010 l:000009 d:000009 CFUNC  :require
c:0003 p:0023 s:0006 b:0006 l:001178 d:000ed8 EVAL   ./ruby/versions/ruby-vips.rb:4
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:0000 s:0002 b:0002 l:001178 d:001178 TOP   

-- Ruby level backtrace information ----------------------------------------
./ruby/versions/ruby-vips.rb:4:in `<main>'
./ruby/versions/ruby-vips.rb:4:in `require'
/Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/ruby-vips-0.2.1/lib/vips.rb:4:in `<top (required)>'
/Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/ruby-vips-0.2.1/lib/vips.rb:4:in `require'

-- C level backtrace information -------------------------------------------

   See Crash Report log file under ~/Library/Logs/CrashReporter or
   /Library/Logs/CrashReporter, for the more detail of.

-- Other runtime information -----------------------------------------------

* Loaded script: ./ruby/versions/ruby-vips.rb

* Loaded features:

    0 enumerator.so
    1 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.4.2/enc/encdb.bundle
    2 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.4.2/enc/trans/transdb.bundle
    3 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/defaults.rb
    4 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.4.2/rbconfig.rb
    5 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/deprecate.rb
    6 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/exceptions.rb
    7 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb
    8 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems.rb
    9 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.4.2/pathname.bundle
   10 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/pathname.rb
   11 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/version.rb
   12 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.4.2/etc.bundle
   13 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/config_file.rb
   14 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb
   15 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb
   16 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/platform.rb
   17 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb
   18 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/path_support.rb
   19 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/syntax_error.rb
   20 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.4.2/psych.bundle
   21 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.4.2/stringio.bundle
   22 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/nodes/node.rb
   23 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/nodes/stream.rb
   24 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/nodes/document.rb
   25 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/nodes/sequence.rb
   26 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/nodes/scalar.rb
   27 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/nodes/mapping.rb
   28 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/nodes/alias.rb
   29 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/nodes.rb
   30 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/streaming.rb
   31 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/visitors/visitor.rb
   32 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.4.2/strscan.bundle
   33 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/scalar_scanner.rb
   34 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/visitors/to_ruby.rb
   35 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/visitors/emitter.rb
   36 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/visitors/yaml_tree.rb
   37 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/json/ruby_events.rb
   38 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/visitors/json_tree.rb
   39 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/visitors/depth_first.rb
   40 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/visitors.rb
   41 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/handler.rb
   42 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/tree_builder.rb
   43 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/parser.rb
   44 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/omap.rb
   45 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/set.rb
   46 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/coder.rb
   47 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/core_ext.rb
   48 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.4.2/date_core.bundle
   49 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/date/format.rb
   50 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/date.rb
   51 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/deprecated.rb
   52 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/stream.rb
   53 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/json/yaml_events.rb
   54 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/json/tree_builder.rb
   55 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/json/stream.rb
   56 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/handlers/document_stream.rb
   57 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych.rb
   58 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/psych_additions.rb
   59 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/psych_tree.rb
   60 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/yaml.rb
   61 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/syck_hack.rb
   62 /Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/bundler-1.1.4/lib/bundler/rubygems_integration.rb
   63 /Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/bundler-1.1.4/lib/bundler/shared_helpers.rb
   64 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/fileutils.rb
   65 /Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/bundler-1.1.4/lib/bundler/psyched_yaml.rb
   66 /Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/bundler-1.1.4/lib/bundler/gem_helpers.rb
   67 /Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/bundler-1.1.4/lib/bundler/match_platform.rb
   68 /Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/bundler-1.1.4/lib/bundler/rubygems_ext.rb
   69 /Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/bundler-1.1.4/lib/bundler/version.rb
   70 /Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/bundler-1.1.4/lib/bundler.rb
   71 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.4.2/digest.bundle
   72 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/digest.rb
   73 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.4.2/digest/sha1.bundle
   74 /Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/bundler-1.1.4/lib/bundler/environment.rb
   75 /Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/bundler-1.1.4/lib/bundler/runtime.rb
   76 /Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/bundler-1.1.4/lib/bundler/settings.rb
   77 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/set.rb
   78 /Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/bundler-1.1.4/lib/bundler/definition.rb
   79 /Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/bundler-1.1.4/lib/bundler/dependency.rb
   80 /Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/bundler-1.1.4/lib/bundler/dsl.rb
   81 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/uri/common.rb
   82 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/uri/generic.rb
   83 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/uri/ftp.rb
   84 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/uri/http.rb
   85 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/uri/https.rb
   86 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/uri/ldap.rb
   87 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/uri/ldaps.rb
   88 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/uri/mailto.rb
   89 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/uri.rb
   90 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/user_interaction.rb
   91 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/package/f_sync_dir.rb
   92 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_header.rb
   93 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.4.2/enc/iso_8859_1.bundle
   94 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.4.2/zlib.bundle
   95 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_input.rb
   96 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_output.rb
   97 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_reader/entry.rb
   98 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_reader.rb
   99 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_writer.rb
  100 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/package.rb
  101 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/format.rb
  102 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/ext/builder.rb
  103 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/ext/configure_builder.rb
  104 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/optparse.rb
  105 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/command.rb
  106 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/ext/ext_conf_builder.rb
  107 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/ext/rake_builder.rb
  108 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/ext.rb
  109 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/require_paths_builder.rb
  110 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb
  111 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/remote_fetcher.rb
  112 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/errors.rb
  113 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/text.rb
  114 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/spec_fetcher.rb
  115 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/open3.rb
  116 /Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/bundler-1.1.4/lib/bundler/gem_installer.rb
  117 /Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/bundler-1.1.4/lib/bundler/source.rb
  118 /Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/bundler-1.1.4/lib/bundler/lockfile_parser.rb
  119 /Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/bundler-1.1.4/lib/bundler/lazy_specification.rb
  120 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/tsort.rb
  121 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/forwardable.rb
  122 /Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/bundler-1.1.4/lib/bundler/spec_set.rb
  123 /Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/bundler-1.1.4/lib/bundler/index.rb
  124 /Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/bundler-1.1.4/lib/bundler/remote_specification.rb
  125 /Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/bundler-1.1.4/lib/bundler/endpoint_specification.rb
  126 /Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/bundler-1.1.4/lib/bundler/dep_proxy.rb
  127 /Users/Stanislaw/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb
  128 /Users/Stanislaw/.rvm/gems/ruby-1.9.3-p194/gems/bundler-1.1.4/lib/bundler/setup.rb

[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html

example is slow for tiff

The longer exaple is the README is slow for tiff files for some reason. It should run as fast as vipsthumbnail but does not:

'''
$ time vipsthumbnail wtc.tif --vips-progress --verbose
thumbnailing wtc.tif
detected format as tiff
thumbnailing wtc.tif as tn_wtc.jpg
integer shrink by 73
residual scale by 1
bilinear interpolation
sharpening thumbnail
vipsthumbnail temp-6: 2 threads, 128 x 128 tiles, groups of 768 scanlines
vipsthumbnail temp-6: done in 0s

real 0m1.449s
user 0m0.908s
sys 0m0.180s

$ time ./soak.rb wtc.tif --vips-progress
loop wtc.tif ...
shrink of 73.21875
block shrink by 73
residual scale by 1.0
starting write test.jpg ...
soak.rb temp-4: 2 threads, 128 x 128 tiles, groups of 768 scanlines
soak.rb temp-4: done in 0s

real 0m4.290s
user 0m4.136s
sys 0m0.144s
'''

Converting GM filters (eg, Catrom, Blackman) for use in ruby-vips

General Image processing question here. I'm fairly new to lower level image manipulation but have vips doing my basic things likes resizes and crops.

However, now I'm trying to get my images after resizing up to comprable quality of that in GraphicsMagick. Over there I use a Catrom filter on resize. I've looked up the code that does most of this (and in cases of Hamming and others fits the formulas I've seen) but have no idea how to apply that knowledge to images in vips. I've seen mapping linear equations to a lookup table but spaces with if statements like Catrom, and spaces with parameters I have not.

How might I implement things like these in vips? I feel like it may be something in the FFT space but I'm still so ignorant on all of this that I haven't the foggiest idea and have spent a day beating my head against a wall.

Thanks so much again!

creating Progressive JPEG images

INTERLACE feature isn't supported by JPEGWriter in ruby-vips. Therefore I am creating a progressive jpeg image by PNGWriter, by keeping the extension of output image as .jpg. What issues this will cause, or is there any other way to go about this?

Image.magick() does not properly load a format supported by image magick

I'm using ruby-vips in combination with carrierwave-vips and am having trouble reading a certain camera raw file (3FR, Hasselblad raw format). I've been able to narrow the problem down to Image.magick (or Image.reader for that matter) not probably reading the file.

To start off with, my system has been set up to use imagemagick and vips, with the raw format that I am using (required some tweaking of the imagemagick delegate.xml)
When I run the command
$ vips im_magick2vips image.3FR test.jpeg
This works!

In my rails console

VIPS::Image.magick('image.3FR').shrink(2).write('out2.png')

will result in the out2.png file being generated, but it is created from the 3FR internal thumbnail (the result is 145x109 pixels, while the 3FR image is 40mpx). The same issue occurs with Image.reader.

When I try to do from carrierwave (a file uploader for rails), I get the error:
VIPS::Error:
VIPS error: projects/meat/public/uploads/tmp/20130107-0837-34053-7679/medium_color_repeat.3FR: Cannot read TIFF header
tiff2vips: unable to open "projects/meat/public/uploads/tmp/20130107-0837-34053-7679/medium_color_repeat.3FR" for input
tiff2vips: TIFF file does not contain page 0
vips__region_start: start function failed for image /projects/meat/public/uploads/tmp/20130107-0837-34053-7679/medium_color_repeat.3FR

This seems to occur when carrierwave-vips tries to write the file with JPEGWriter.

Low level trim function?

ruby-vips (well, vips) has proven itself to be significantly faster than Imagemagick for our processing workflow. The only thing keeping IM in the mix, is it's ability to 'trim' an image. This can be implemented by using [x,y] to iterate over pixels in ruby, but it'a be great if this could happen down in C. Is this on the road map for VIPS (or, is it possible already and I just don't know enough math to figure it out?)

Thanks!

dzsave support

I understand libvips8 will automate integration of new and updated features, however advice on implementation or, better still, an example for dzsave within a rails app (using CarrierWave) would be greatly appreciated.

Or if not, flag it for addition to the CarrierWave-Vips gem.

Build: cannot find glib

I have had to add this line to ext/extconf.rb to build on Linux:

pkg_config("glib-2.0")

Otherwise I get this (truncated):

ERROR:  Error installing pkg/ruby-vips-0.1.1.gem:
                  ERROR: Failed to build gem native extension.

        /usr/local/rvm/rubies/ruby-1.9.3-rc1/bin/ruby extconf.rb
checking for vips/vips.h... no
creating Makefile

make
compiling mask.c
In file included from ruby_vips.h:5,
                 from mask.c:1:
/usr/local/include/vips/vips.h:84:18: error: glib.h: No such file or directory
/usr/local/include/vips/vips.h:85:25: error: glib/gstdio.h: No such file or directory
/usr/local/include/vips/vips.h:86:21: error: gmodule.h: No such file or directory
/usr/local/include/vips/vips.h:87:25: error: glib-object.h: No such file or directory

This is also the case with the version currently in RubyGems.

no useful error msg for out of file descriptors

Run the longer example from the README on 1,000 jpg images. It fails at about 500 due to (I guess) no file descriptors, but the error message is not very helpful. Unclar whether the problem is in ruby-vips or libvips.

Adding a GC.start every loop fixes the problem --- it's not a leak, just resource exhaustion.

Valid gemspec

I got this error fetching from master using bundler 1.6.3:

ruby-vips at /tmp/build_7dd894f9-c2c8-4fc4-9635-7d79196da395/vendor/bundle/ruby/2.1.0/bundler/gems/ruby-vips-a3ef1e612fe9 did not have a valid gemspec.
This prevents bundler from installing bins or native extensions, but that may not affect its functionality.
If you need to use this package without installing it from a gem repository, please contact [email protected] and ask them to modify their .gemspec so it can work with `gem build`.
The validation message from Rubygems was:
["ext/tags"] are not files

Flatten support

Since 7.28.7, libvips has supported flattening images, removing the alpha channel and replacing it with an optional background color.

Would it be for ruby-vips to support this?

memory leak when writing

I apologize if this is a very basic question. I'm using ruby-vips in what I think is a very simplistic way to process a few thousand TIFF files and convert them to PNG. It does convert files to PNG but fairly rapidly gobbles up all available memory:

requite 'vips'

for file in Dir.foreach('image_dir') do |filename|
  next if File.extname(file) != '.tif'
  png = tiff.sub '.tif', '.png'
  img = VIPS::Image.new tiff
  img.write png
end

Is there something I'm doing wrong here? I noticed that if I comment out the write it is able to successfully read in all the images, so it appears to be caused by writing the PNG file?

VIPS 7.30 support?

Get this error attempting to install the ruby-vips gem on OS X:

extconf.rb:27:in `

': no pkg_config for any of following libvips versions: 7.29, 7.28, 7.27, 7.26, 7.24, 7.23, 7.22, 7.20 (RuntimeError)

I'm using 7.30. I've also installed 7.30 on Debian (in /usr/local with the system version still in place) and the updated version seems to work fine with ruby-vips.

GIF Reader support

My first use of the library ran into difficulty with reading of GIF files. The vips readme states GIF is supported but ruby-vips apparently does not.

I jumped into the code and discovered that ext/reader.c doesn't create a reader class for GIF file type. Is it just a matter of adding lines as follows and a spec similar to spec/vips/tiff_reader_spec.rb ?

/*
 * Read GIF images.
 */

VALUE gif_reader = rb_define_class_under(mVIPS, "GIFReader", reader);
reader_fmt_set(ppm_reader, "gif");

Problems linking against VIPS in OSX mountain lion

I have install vips using the command given in the readme, VIPS is installed OK. vips --version # => vips-7.30.0-Sun Aug 5 23:36:55 WST 2012

When attempting to install the gem I get the rollowing error:

extconf.rb:27:in `<main>': no pkg_config for any of following libvips versions: 7.30, 7.29, 7.28, 7.27, 7.26, 7.24, 7.23, 7.22, 7.20 (RuntimeError)

I've added 7.30 to the list of versions in the extconf.rb as you can see but it does not seem to pick it up. Any ideas what is required to successfully link the gem against the package?

Here is the output of: pkg-config --exists vips --debug: https://gist.github.com/0111f970a356b5f84a6d

Installation fails on Ubuntu 12.04

done as described in the readme:

$ apt-get install libvips-dev
$ pkg-config --libs vips-7.26
-Wl,--export-dynamic -pthread -lvips -ltiff -ljpeg -lstdc++ -lgmodule-2.0 -lxml2 -lgthread-2.0 -lrt -lfftw3 -lm -lMagickWand -lorc-0.4 -llcms2 -lIlmImf -lImath -lHalf -lIex -lIlmThread -lmatio -lz -lcfitsio -lpthread -lpangoft2-1.0 -lpng12 -lexif -lMagickCore -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 

gem install ruby-vips

output:

Building native extensions.  This could take a while...
ERROR:  Error installing ruby-vips:
    ERROR: Failed to build gem native extension.

        /root/.rbenv/versions/1.9.3-p194/bin/ruby extconf.rb
creating Makefile

make
compiling reader.c
reader.c: In function ‘reader_read_internal’:
reader.c:46:15: warning: initialization discards ‘const’ qualifier from pointer target type [enabled by default]
reader.c: In function ‘init_Reader’:
reader.c:88:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
reader.c:99:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
reader.c:106:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
reader.c:113:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
reader.c:120:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
reader.c:127:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
reader.c:134:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
reader.c:141:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
reader.c:148:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
reader.c:155:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
reader.c:162:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
compiling image_relational.c
image_relational.c: In function ‘img_equal_const’:
image_relational.c:9:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_relational.c: In function ‘img_equal_img’:
image_relational.c:25:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_relational.c:25:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_relational.c: In function ‘img_notequal_const’:
image_relational.c:62:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_relational.c: In function ‘img_notequal_img’:
image_relational.c:78:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_relational.c:78:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_relational.c: In function ‘img_less_const’:
image_relational.c:115:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_relational.c: In function ‘img_less_img’:
image_relational.c:131:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_relational.c:131:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_relational.c: In function ‘img_lesseq_const’:
image_relational.c:168:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_relational.c: In function ‘img_lesseq_img’:
image_relational.c:184:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_relational.c:184:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_relational.c: In function ‘img_more_const’:
image_relational.c:221:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_relational.c: In function ‘img_more_img’:
image_relational.c:237:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_relational.c:237:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_relational.c: In function ‘img_moreeq_const’:
image_relational.c:274:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_relational.c: In function ‘img_moreeq_img’:
image_relational.c:290:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_relational.c:290:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_relational.c: In function ‘img_ifthenelse’:
image_relational.c:343:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_relational.c:344:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_relational.c:345:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_relational.c: In function ‘img_blend’:
image_relational.c:376:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_relational.c:377:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_relational.c:378:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
compiling image_convolution.c
image_convolution.c: In function ‘img_conv’:
image_convolution.c:25:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_convolution.c: In function ‘img_convsep’:
image_convolution.c:69:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_convolution.c: In function ‘img_compass’:
image_convolution.c:98:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_convolution.c: In function ‘img_gradient’:
image_convolution.c:125:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_convolution.c: In function ‘img_lindetect’:
image_convolution.c:152:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_convolution.c: In function ‘img_sharpen’:
image_convolution.c:201:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_convolution.c: In function ‘img_grad_x’:
image_convolution.c:228:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_convolution.c: In function ‘img_grad_y’:
image_convolution.c:249:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_convolution.c: In function ‘img_fastcor’:
image_convolution.c:267:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_convolution.c:267:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_convolution.c: In function ‘img_spcor’:
image_convolution.c:298:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_convolution.c:298:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_convolution.c: In function ‘img_gradcor’:
image_convolution.c:325:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_convolution.c:325:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_convolution.c: In function ‘img_contrast_surface’:
image_convolution.c:341:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_convolution.c: In function ‘img_addgnoise’:
image_convolution.c:362:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
compiling image_colour.c
image_colour.c: In function ‘img_lab_to_lch’:
image_colour.c:16:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_lch_to_lab’:
image_colour.c:29:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_labq_to_xyz’:
image_colour.c:42:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_rad_to_float’:
image_colour.c:55:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_float_to_rad’:
image_colour.c:68:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_lch_to_ucs’:
image_colour.c:81:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_lab_to_labq’:
image_colour.c:94:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_lab_to_labs’:
image_colour.c:107:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_lab_to_xyz’:
image_colour.c:120:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_lab_to_xyz_temp’:
image_colour.c:135:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_lab_to_ucs’:
image_colour.c:153:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_labq_to_lab’:
image_colour.c:166:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_labq_to_labs’:
image_colour.c:179:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_labs_to_labq’:
image_colour.c:192:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_labs_to_lab’:
image_colour.c:205:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_ucs_to_xyz’:
image_colour.c:218:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_ucs_to_lch’:
image_colour.c:231:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_ucs_to_lab’:
image_colour.c:244:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_xyz_to_lab’:
image_colour.c:257:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_xyz_to_lab_temp’:
image_colour.c:272:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_xyz_to_ucs’:
image_colour.c:290:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_srgb_to_xyz’:
image_colour.c:303:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_xyz_to_srgb’:
image_colour.c:316:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_yxy_to_xyz’:
image_colour.c:329:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_xyz_to_yxy’:
image_colour.c:342:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_decmc_from_lab’:
image_colour.c:355:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c:355:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_de00_from_lab’:
image_colour.c:368:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c:368:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_de_from_xyz’:
image_colour.c:381:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c:381:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_de_from_lab’:
image_colour.c:394:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c:394:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_lab_morph’:
image_colour.c:446:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_icc_transform’:
image_colour.c:486:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_icc_import’:
image_colour.c:508:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_icc_import_embedded’:
image_colour.c:531:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_icc_export_depth’:
image_colour.c:554:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_colour.c: In function ‘img_icc_ac2rc’:
image_colour.c:575:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
compiling image_arithmetic.c
image_arithmetic.c: In function ‘img_bandmean’:
image_arithmetic.c:299:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c: In function ‘img_add’:
image_arithmetic.c:321:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c:321:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c: In function ‘img_subtract’:
image_arithmetic.c:343:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c:343:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c: In function ‘img_invert’:
image_arithmetic.c:359:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c: In function ‘img_lin_mult’:
image_arithmetic.c:369:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c: In function ‘img_multiply’:
image_arithmetic.c:440:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c:440:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c: In function ‘img_remainder_img’:
image_arithmetic.c:446:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c:446:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c: In function ‘img_remainder_const’:
image_arithmetic.c:456:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c: In function ‘img_divide’:
image_arithmetic.c:544:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c:544:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c: In function ‘img_recomb’:
image_arithmetic.c:567:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c: In function ‘img_sign’:
image_arithmetic.c:590:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c: In function ‘img_abs’:
image_arithmetic.c:605:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c: In function ‘img_floor’:
image_arithmetic.c:619:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c: In function ‘img_rint’:
image_arithmetic.c:633:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c: In function ‘img_ceil’:
image_arithmetic.c:647:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c: In function ‘img_pow’:
image_arithmetic.c:743:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c:744:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c: In function ‘img_expn’:
image_arithmetic.c:791:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c: In function ‘img_log’:
image_arithmetic.c:816:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c: In function ‘img_log10’:
image_arithmetic.c:831:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c: In function ‘img_sin’:
image_arithmetic.c:846:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c: In function ‘img_cos’:
image_arithmetic.c:861:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c: In function ‘img_tan’:
image_arithmetic.c:876:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c: In function ‘img_asin’:
image_arithmetic.c:891:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c: In function ‘img_acos’:
image_arithmetic.c:906:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c: In function ‘img_atan’:
image_arithmetic.c:921:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c: In function ‘img_cross_phase’:
image_arithmetic.c:935:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_arithmetic.c:935:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
compiling ruby_vips.c
compiling image_histograms_lut.c
image_histograms_lut.c: In function ‘img_histgr’:
image_histograms_lut.c:20:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_histnd’:
image_histograms_lut.c:44:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_hist_indexed’:
image_histograms_lut.c:71:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c:71:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_project’:
image_histograms_lut.c:219:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c:220:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_histnorm’:
image_histograms_lut.c:239:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_histcum’:
image_histograms_lut.c:252:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_histeq’:
image_histograms_lut.c:265:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_histspec’:
image_histograms_lut.c:280:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c:280:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_maplut’:
image_histograms_lut.c:310:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c:311:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_histplot’:
image_histograms_lut.c:335:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_hist’:
image_histograms_lut.c:371:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_hsp’:
image_histograms_lut.c:395:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c:395:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_gammacorrect’:
image_histograms_lut.c:410:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_heq’:
image_histograms_lut.c:482:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_lhisteq’:
image_histograms_lut.c:509:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_stdif’:
image_histograms_lut.c:553:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_histograms_lut.c: In function ‘img_tone_analyse’:
image_histograms_lut.c:632:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
compiling image_freq_filt.c
image_freq_filt.c: In function ‘img_fwfft’:
image_freq_filt.c:18:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_freq_filt.c: In function ‘img_invfft’:
image_freq_filt.c:37:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_freq_filt.c: In function ‘img_rotquad’:
image_freq_filt.c:52:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_freq_filt.c: In function ‘img_invfftr’:
image_freq_filt.c:71:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_freq_filt.c: In function ‘img_freqflt’:
image_freq_filt.c:690:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_freq_filt.c:690:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_freq_filt.c: In function ‘img_disp_ps’:
image_freq_filt.c:706:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_freq_filt.c: In function ‘img_phasecor_fft’:
image_freq_filt.c:720:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_freq_filt.c:720:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
compiling image_resample.c
image_resample.c: In function ‘img_affinei’:
image_resample.c:36:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_resample.c:37:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_resample.c: In function ‘img_affinei_resize’:
image_resample.c:74:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_resample.c:75:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_resample.c: In function ‘img_stretch3’:
image_resample.c:111:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_resample.c:112:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_resample.c: In function ‘img_shrink’:
image_resample.c:141:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_resample.c:142:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_resample.c: In function ‘img_rightshift_size’:
image_resample.c:170:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_resample.c: In function ‘img_match_linear’:
image_resample.c:196:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_resample.c:197:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_resample.c: In function ‘img_match_linear_search’:
image_resample.c:239:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_resample.c:240:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
compiling image_boolean.c
image_boolean.c: In function ‘img_and_img’:
image_boolean.c:6:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_boolean.c:6:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_boolean.c: In function ‘img_and_const’:
image_boolean.c:16:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_boolean.c: In function ‘img_or_img’:
image_boolean.c:81:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_boolean.c:81:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_boolean.c: In function ‘img_or_const’:
image_boolean.c:91:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_boolean.c: In function ‘img_xor_img’:
image_boolean.c:156:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_boolean.c:156:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_boolean.c: In function ‘img_xor_const’:
image_boolean.c:166:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_boolean.c: In function ‘img_shiftleft’:
image_boolean.c:249:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_boolean.c: In function ‘img_shiftright’:
image_boolean.c:286:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
compiling header.c
header.c: In function ‘header_meta_get’:
header.c:269:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
header.c: In function ‘header_meta_get_string’:
header.c:283:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
compiling image_conversion.c
image_conversion.c: In function ‘img_dup’:
image_conversion.c:44:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_copy_swap’:
image_conversion.c:58:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_clip2fmt’:
image_conversion.c:132:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_scale’:
image_conversion.c:152:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_msb’:
image_conversion.c:174:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_c2amph’:
image_conversion.c:198:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_c2rect’:
image_conversion.c:212:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_ri2c’:
image_conversion.c:234:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c:234:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_c2imag’:
image_conversion.c:247:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_c2real’:
image_conversion.c:260:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_scaleps’:
image_conversion.c:274:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_falsecolour’:
image_conversion.c:289:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_extract_band’:
image_conversion.c:385:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_extract_area’:
image_conversion.c:414:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_embed’:
image_conversion.c:456:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_tile_cache’:
image_conversion.c:488:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_bandjoin’:
image_conversion.c:516:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_insert_noexpand’:
image_conversion.c:557:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c:558:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_insert_one’:
image_conversion.c:570:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c:571:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_insertset’:
image_conversion.c:584:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c:585:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_lrjoin’:
image_conversion.c:666:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c:666:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_tbjoin’:
image_conversion.c:687:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c:687:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_replicate’:
image_conversion.c:702:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_grid’:
image_conversion.c:727:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_wrap’:
image_conversion.c:748:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_fliphor’:
image_conversion.c:766:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_flipver’:
image_conversion.c:779:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_rot90’:
image_conversion.c:792:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_rot180’:
image_conversion.c:805:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_rot270’:
image_conversion.c:818:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_subsample’:
image_conversion.c:836:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_conversion.c: In function ‘img_zoom’:
image_conversion.c:863:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
compiling image.c
compiling image_mosaicing.c
image_mosaicing.c: In function ‘img_lrmerge’:
image_mosaicing.c:35:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_mosaicing.c:36:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_mosaicing.c:37:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_mosaicing.c: In function ‘img_tbmerge’:
image_mosaicing.c:62:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_mosaicing.c:63:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_mosaicing.c:64:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_mosaicing.c: In function ‘img_lrmerge1’:
image_mosaicing.c:91:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_mosaicing.c:92:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_mosaicing.c:93:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_mosaicing.c: In function ‘img_tbmerge1’:
image_mosaicing.c:122:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_mosaicing.c:123:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_mosaicing.c:124:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_mosaicing.c: In function ‘img_lrmosaic’:
image_mosaicing.c:221:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_mosaicing.c:222:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_mosaicing.c:223:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_mosaicing.c: In function ‘img_tbmosaic’:
image_mosaicing.c:273:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_mosaicing.c:274:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_mosaicing.c:275:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_mosaicing.c: In function ‘img_lrmosaic1’:
image_mosaicing.c:327:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_mosaicing.c:328:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_mosaicing.c:329:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_mosaicing.c: In function ‘img_tbmosaic1’:
image_mosaicing.c:382:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_mosaicing.c:383:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_mosaicing.c:384:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_mosaicing.c: In function ‘img_global_balance’:
image_mosaicing.c:430:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_mosaicing.c: In function ‘img_global_balancef’:
image_mosaicing.c:451:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_mosaicing.c: In function ‘img_correl’:
image_mosaicing.c:479:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_mosaicing.c: In function ‘img_align_bands’:
image_mosaicing.c:499:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
compiling interpolator.c
interpolator.c: In function ‘interp_register’:
interpolator.c:25:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
interpolator.c: In function ‘interp_register_builtin’:
interpolator.c:45:2: warning: implicit declaration of function ‘vips_class_map_concrete_all’ [-Wimplicit-function-declaration]
compiling mask.c
mask.c: In function ‘ary_is_int_2d’:
mask.c:33:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
mask.c: In function ‘mask_arg2mask’:
mask.c:285:9: warning: format not a string literal and no format arguments [-Wformat-security]
compiling image_morphology.c
image_morphology.c: In function ‘img_dilate’:
image_morphology.c:31:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_morphology.c: In function ‘img_erode’:
image_morphology.c:69:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_morphology.c: In function ‘img_rank’:
image_morphology.c:98:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_morphology.c: In function ‘img_rank_image_internal’:
image_morphology.c:113:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_morphology.c: In function ‘img_zerox’:
image_morphology.c:218:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_morphology.c: In function ‘img_profile’:
image_morphology.c:260:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
image_morphology.c: In function ‘img_label_regions’:
image_morphology.c:321:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
compiling writer.c
writer.c: In function ‘writer_initialize’:
writer.c:10:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
writer.c:11:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
writer.c: In function ‘writer_meta_set’:
writer.c:43:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
writer.c: In function ‘vips_write_internal’:
writer.c:249:33: error: too many arguments to function ‘vips_image_new_from_file’
/usr/include/vips/image.h:468:12: note: declared here
writer.c: In function ‘init_Writer’:
writer.c:283:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
writer.c:291:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
writer.c:298:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
writer.c:305:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
writer.c:313:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
writer.c:320:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
make: *** [writer.o] Error 1


Gem files will remain installed in /root/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/ruby-vips-0.3.0 for inspection.
Results logged to /root/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/ruby-vips-0.3.0/ext/gem_make.out

$ lsb_release  -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 12.04.1 LTS
Release:    12.04
Codename:   precise
$ LANG=C dpkg --list *vips*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                    Version                 Description
+++-=======================-=======================-==============================================================
un  libvips                 <none>                  (no description available)
ii  libvips-dev             7.26.3-1build1          image processing system good for very large images (dev)
ii  libvips-doc             7.26.3-1build1          image processing system good for very large images (doc)
ii  libvips-tools           7.26.3-1build1          image processing system good for very large images (tools)
ii  libvips15               7.26.3-1build1          image processing system good for very large images

tuning resamplers

Running into a small problem with very small images (150x150 or less). It's very slight but it has come up with some of the co-workers.

Here's our current system:

pix150

and here's the new vips one:

vips150

The areas of concern have been around the bowl of nuts and the top of the jar. Seem a little more artifacty? I think some of this is that our current system errors on the side of soft. I spent some time trying to apply very, very slight blurs and then blending them (couldn't find a good way to do image blending) to soften up edges. Even tried doing it using and edge detection mask, bluring, and applying it (that got weird, I think I did it wrong).

Starting to wonder if I'm just running into the limits of the interpolators. Would my best approach here be looking into submitting a patch in libvips itself for the interpolators we use now? Or is there some approaches that I'm missing?

Finally - is there a good introductory text for this sort of stuff? I find it wildly interesting but I'm constantly bumping into the extents of my knowledge and it seems hard to find helpful info (other than constantly submitting GitHub issues :P ).

Thanks once again, and hope you have a great weekend!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.