partystreusel 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.0.4
4
+ * Updated readmore translations (Show less, Weniger anzeigen)
5
+
3
6
  ## v1.0.3 - 2014-06-23
4
7
  * IE Bugfix (toDownCase error)
5
8
 
@@ -3,13 +3,13 @@ I18n.translations ||=
3
3
  readmore:
4
4
  button_text:
5
5
  open: 'Read more'
6
- close: 'Read less'
6
+ close: 'Show less'
7
7
 
8
8
  de:
9
9
  readmore:
10
10
  button_text:
11
11
  open: 'Mehr lesen'
12
- close: 'Weniger lesen'
12
+ close: 'Weniger anzeigen'
13
13
 
14
14
  fr:
15
15
  readmore:
@@ -1,3 +1,3 @@
1
1
  module Partystreusel
2
- VERSION = "1.0.4"
2
+ VERSION = "1.0.5"
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.4
4
+ version: 1.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-06-27 00:00:00.000000000 Z
12
+ date: 2014-06-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties