lib/cloudkick/base.rb in cloudkick-0.1.2 vs lib/cloudkick/base.rb in cloudkick-0.2.0

- old
+ new

@@ -9,9 +9,11 @@ # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +require 'oauth' + module Cloudkick class Base BASE_URL = 'https://api.cloudkick.com'