acts_as_published 0.0.5.pre → 0.0.6.pre

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4 @@
1
+ module ActsAsPublished
2
+ class Engine < ::Rails::Engine
3
+ end
4
+ end
@@ -1,3 +1,3 @@
1
1
  module ActsAsPublished
2
- VERSION = '0.0.5.pre'
2
+ VERSION = '0.0.6.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: 961915984
4
+ hash: 961915996
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
9
+ - 6
10
10
  - pre
11
- version: 0.0.5.pre
11
+ version: 0.0.6.pre
12
12
  platform: ruby
13
13
  authors:
14
14
  - Roberto Vasquez Angel
@@ -233,6 +233,7 @@ files:
233
233
  - config/locales/acts_as_published.de.yml
234
234
  - config/locales/acts_as_published.en.yml
235
235
  - lib/acts_as_published/active_admin_helper.rb
236
+ - lib/acts_as_published/engine.rb
236
237
  - lib/acts_as_published/version.rb
237
238
  - lib/acts_as_published/active_record.rb
238
239
  - lib/acts_as_published.rb