has_publishing 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ require 'rails'
2
+ module HasPublishing
3
+ class Engine < Rails::Engine
4
+ end
5
+ end
@@ -1,3 +1,3 @@
1
1
  module HasPublishing
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -2,6 +2,7 @@ require 'has_publishing/version'
2
2
  require 'has_publishing/class_methods'
3
3
  require 'has_publishing/instance_methods'
4
4
  require 'has_publishing/configuration'
5
+ require 'has_publishing/engine' if defined?(Rails)
5
6
 
6
7
 
7
8
  class << ActiveRecord::Base
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: has_publishing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -94,6 +94,7 @@ files:
94
94
  - lib/has_publishing.rb
95
95
  - lib/has_publishing/class_methods.rb
96
96
  - lib/has_publishing/configuration.rb
97
+ - lib/has_publishing/engine.rb
97
98
  - lib/has_publishing/instance_methods.rb
98
99
  - lib/has_publishing/version.rb
99
100
  - spec/has_publishing_spec.rb
@@ -111,7 +112,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
111
112
  version: '0'
112
113
  segments:
113
114
  - 0
114
- hash: 1074240194664500084
115
+ hash: 1806748744446144412
115
116
  required_rubygems_version: !ruby/object:Gem::Requirement
116
117
  none: false
117
118
  requirements:
@@ -120,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
120
121
  version: '0'
121
122
  segments:
122
123
  - 0
123
- hash: 1074240194664500084
124
+ hash: 1806748744446144412
124
125
  requirements: []
125
126
  rubyforge_project:
126
127
  rubygems_version: 1.8.24