acts_as_published 0.0.7.pre → 0.0.8.pre

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.
@@ -4,8 +4,8 @@ de:
4
4
  publish: Veröffentlichen
5
5
  unpublish: Zurückziehen
6
6
  notices:
7
- published: %{name} ist ab jetzt öffentlich sichtbar.
8
- unpublished: %{name} ist ab jetzt nicht mehr öffentlich sichtbar.
7
+ published: "%{name} ist ab jetzt öffentlich sichtbar."
8
+ unpublished: "%{name} ist ab jetzt nicht mehr öffentlich sichtbar."
9
9
  'true': Ja
10
10
  'false': Nein
11
11
 
@@ -4,7 +4,7 @@ en:
4
4
  publish: Publish
5
5
  unpublish: Unpublish
6
6
  notices:
7
- published: %{name} has been published.
8
- unpublished: %{name} has been unpublished.
7
+ published: "%{name} has been published."
8
+ unpublished: "%{name} has been unpublished."
9
9
  'true': yes
10
10
  'false': no
@@ -1,3 +1,3 @@
1
1
  module ActsAsPublished
2
- VERSION = '0.0.7.pre'
2
+ VERSION = '0.0.8.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: 961915992
4
+ hash: 961916004
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 7
9
+ - 8
10
10
  - pre
11
- version: 0.0.7.pre
11
+ version: 0.0.8.pre
12
12
  platform: ruby
13
13
  authors:
14
14
  - Roberto Vasquez Angel
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-08-18 00:00:00 Z
19
+ date: 2012-08-19 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: rails