acts_as_published 0.0.4.pre → 0.0.5.pre

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,11 @@
1
1
  de:
2
- true: Ja
3
- false: Nein
2
+ acts_as_published:
3
+ actions:
4
+ publish: Veröffentlichen
5
+ unpublish: Zurückziehen
6
+ notices:
7
+ published: %{name} ist ab jetzt öffentlich sichtbar.
8
+ unpublished: %{name} ist ab jetzt nicht mehr öffentlich sichtbar.
9
+ 'true': Ja
10
+ 'false': Nein
4
11
 
@@ -1,3 +1,10 @@
1
1
  en:
2
- true: yes
3
- false: no
2
+ acts_as_published:
3
+ actions:
4
+ publish: Publish
5
+ unpublish: Unpublish
6
+ notices:
7
+ published: %{name} has been published.
8
+ unpublished: %{name} has been unpublished.
9
+ 'true': yes
10
+ 'false': no
@@ -1,3 +1,3 @@
1
1
  module ActsAsPublished
2
- VERSION = '0.0.4.pre'
2
+ VERSION = '0.0.5.pre'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_published
3
3
  version: !ruby/object:Gem::Version
4
- hash: 961915988
4
+ hash: 961915984
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
9
+ - 5
10
10
  - pre
11
- version: 0.0.4.pre
11
+ version: 0.0.5.pre
12
12
  platform: ruby
13
13
  authors:
14
14
  - Roberto Vasquez Angel