dmacvicar / ruby-sfcc

ruby bindings for sblim client
MIT License
6 stars 6 forks source link

Ruby-SFCC gemspec should build extension #2

Closed wca closed 13 years ago

wca commented 13 years ago

Without this commit, I get, when trying to use Active CIM:

irb(main):001:0> require 'rubygems' => true irb(main):002:0> require 'active_cim/base' DEPRECATION WARNING: require "activesupport" is deprecated and will be removed in Rails 3. Use require "active_support" instead.. (called from /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.5/lib/activesuppor t.rb:2) MissingSourceFile: no such file to load -- sfcc.so [long stack trace snipped]

Let me know if you have any concerns. Thanks. --Will.

dmacvicar commented 13 years ago

Thanks, merged your change!