has_publishing 0.0.1 → 0.0.2

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.
@@ -1,7 +1,7 @@
1
1
  require 'rails/generators'
2
2
  require 'rails/generators/migration'
3
3
 
4
- class HasPublishing::Generators::PublishingGenerator < ::Rails::Generators::Base
4
+ class HasPublishing::PublishingGenerator < ::Rails::Generators::Base
5
5
  include Rails::Generators::Migration
6
6
 
7
7
  def self.source_root
@@ -1,3 +1,3 @@
1
1
  module HasPublishing
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
4
+ version: 0.0.2
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: 2012-12-16 00:00:00.000000000 Z
12
+ date: 2012-12-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord
@@ -89,11 +89,11 @@ files:
89
89
  - README.md
90
90
  - Rakefile
91
91
  - has_publishing.gemspec
92
+ - lib/generators/has_publishing/publishing_generator.rb
93
+ - lib/generators/has_publishing/templates/migration.rb.erb
92
94
  - lib/has_publishing.rb
93
95
  - lib/has_publishing/class_methods.rb
94
96
  - lib/has_publishing/configuration.rb
95
- - lib/has_publishing/generators/publishing_generator.rb
96
- - lib/has_publishing/generators/templates/migration.rb.erb
97
97
  - lib/has_publishing/instance_methods.rb
98
98
  - lib/has_publishing/version.rb
99
99
  - spec/has_publishing_spec.rb
@@ -111,7 +111,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
111
111
  version: '0'
112
112
  segments:
113
113
  - 0
114
- hash: -2118166424192642894
114
+ hash: 1074240194664500084
115
115
  required_rubygems_version: !ruby/object:Gem::Requirement
116
116
  none: false
117
117
  requirements:
@@ -120,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
120
120
  version: '0'
121
121
  segments:
122
122
  - 0
123
- hash: -2118166424192642894
123
+ hash: 1074240194664500084
124
124
  requirements: []
125
125
  rubyforge_project:
126
126
  rubygems_version: 1.8.24