make_commentable 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
1
+ require File.join(File.dirname(__FILE__), 'rails', 'init')
@@ -1,3 +1,3 @@
1
1
  module Commentable
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -1,5 +1,5 @@
1
1
  # -*- encoding: utf-8 -*-
2
- require File.expand_path('../lib/make_commentable/version', __FILE__)
2
+ require File.expand_path('../lib/version', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["Unitmedia"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: make_commentable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -51,16 +51,17 @@ extensions: []
51
51
  extra_rdoc_files: []
52
52
  files:
53
53
  - make_commentable/Rakefile
54
+ - make_commentable/lib/comment_methods.rb
55
+ - make_commentable/lib/make_commentable.rb
56
+ - make_commentable/lib/version.rb
57
+ - make_commentable/lib/commentable_methods.rb
54
58
  - make_commentable/lib/generators/comment/USEGA
55
59
  - make_commentable/lib/generators/comment/templates/create_comments.rb
56
60
  - make_commentable/lib/generators/comment/templates/comment.rb
57
61
  - make_commentable/lib/generators/comment/comment_generator.rb
58
- - make_commentable/lib/make_commentable/comment_methods.rb
59
- - make_commentable/lib/make_commentable/make_commentable.rb
60
- - make_commentable/lib/make_commentable/version.rb
61
- - make_commentable/lib/make_commentable/commentable_methods.rb
62
62
  - make_commentable/README.md
63
63
  - make_commentable/LICENSE
64
+ - make_commentable/init.rb
64
65
  - make_commentable/make_commentable.gemspec
65
66
  - make_commentable/Gemfile
66
67
  homepage: ''