roar 0.11.13 → 0.11.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,7 @@
1
+ # 0.11.14
2
+
3
+ * Fixing Gemfile.
4
+
1
5
  # 0.11.13
2
6
 
3
7
  * Adding `Roar::Decorator`, see [representable docs](https://github.com/apotonick/representable#decorator-vs-extend) for now.
data/Gemfile CHANGED
@@ -3,7 +3,7 @@ source "http://rubygems.org"
3
3
  # Specify your gem's dependencies in roar.gemspec
4
4
  gemspec
5
5
 
6
- gem "representable", :path => "../representable"#">= 1.3.2"
6
+ #gem "representable", :path => "../representable"#">= 1.3.2"
7
7
 
8
8
 
9
9
  group :test do
@@ -1,3 +1,3 @@
1
1
  module Roar
2
- VERSION = "0.11.13"
2
+ VERSION = "0.11.14"
3
3
  end
@@ -5,6 +5,7 @@ class DecoratorTest < MiniTest::Spec
5
5
 
6
6
  describe "Decorator" do
7
7
  it "exposes ::prepare" do
8
+ require 'representable/version'
8
9
  if Representable::VERSION.split(".")[1] == "4"
9
10
  require 'roar/decorator'
10
11
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.13
4
+ version: 0.11.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: