kmayer-highrise 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/highrise/base.rb +2 -2
  3. metadata +1 -1
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 0
2
+ :patch: 1
3
3
  :major: 0
4
4
  :minor: 8
data/lib/highrise/base.rb CHANGED
@@ -1,7 +1,7 @@
1
- require 'lib/cachable'
1
+ require File.expand_path(File.dirname(__FILE__) + '/../cachable')
2
2
 
3
3
  module Highrise
4
4
  class Base < ActiveResource::Base
5
5
  end
6
6
  include Cachable
7
- end
7
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kmayer-highrise
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Marcos Tapaj\xC3\xB3s"