partystreusel 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,6 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
- ## v1.0.4
3
+ ## v1.0.6
4
+ * Make partystreusel loadable in middleman
5
+
6
+ ## v1.0.5
4
7
  * Updated readmore translations (Show less, Weniger anzeigen)
5
8
 
6
9
  ## v1.0.3 - 2014-06-23
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  [![Build Status](https://travis-ci.org/screenconcept/partystreusel.svg?branch=development)](https://travis-ci.org/screenconcept/partystreusel)
2
2
  # Partystreusel
3
3
 
4
- ## Installation
4
+ ## Installation Rails
5
5
 
6
6
  Add **partystreusel** to your Gemfile `gem 'partystreusel'` and bundle.
7
7
 
data/lib/partystreusel.rb CHANGED
@@ -1,9 +1,12 @@
1
- module Partystreusel
2
- module Rails
3
- class Engine < ::Rails::Engine
1
+ if defined?(Rails)
2
+ module Partystreusel
3
+ module Rails
4
+ class Engine < ::Rails::Engine
5
+ end
4
6
  end
5
7
  end
6
8
  end
9
+
7
10
  require "partystreusel/version"
8
11
  require "partystreusel/helpers"
9
12
 
@@ -1,3 +1,3 @@
1
1
  module Partystreusel
2
- VERSION = "1.0.5"
2
+ VERSION = "1.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: partystreusel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: