make_commentable 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Commentable
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -1,5 +1,5 @@
1
1
  # -*- encoding: utf-8 -*-
2
- require File.expand_path('../lib/commentable/version', __FILE__)
2
+ require File.expand_path('../lib/make_commentable/version', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["Unitmedia"]
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
8
8
  gem.summary = %q{a gem for usage comments with awesome_nested_set}
9
9
  gem.homepage = ""
10
10
 
11
- gem.files = Dir['commentable/**/*'].to_a
11
+ gem.files = Dir['make_commentable/**/*'].to_a
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
13
13
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
14
14
  gem.name = "make_commentable"
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.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -50,19 +50,19 @@ executables: []
50
50
  extensions: []
51
51
  extra_rdoc_files: []
52
52
  files:
53
- - commentable/Rakefile
54
- - commentable/lib/generators/comment/USEGA
55
- - commentable/lib/generators/comment/templates/create_comments.rb
56
- - commentable/lib/generators/comment/templates/comment.rb
57
- - commentable/lib/generators/comment/comment_generator.rb
58
- - commentable/lib/commentable/comment_methods.rb
59
- - commentable/lib/commentable/version.rb
60
- - commentable/lib/commentable/commentable_methods.rb
61
- - commentable/lib/commentable/commentable.rb
62
- - commentable/README.md
63
- - commentable/LICENSE
64
- - commentable/commentable.gemspec
65
- - commentable/Gemfile
53
+ - make_commentable/Rakefile
54
+ - make_commentable/lib/generators/comment/USEGA
55
+ - make_commentable/lib/generators/comment/templates/create_comments.rb
56
+ - make_commentable/lib/generators/comment/templates/comment.rb
57
+ - 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
+ - make_commentable/README.md
63
+ - make_commentable/LICENSE
64
+ - make_commentable/make_commentable.gemspec
65
+ - make_commentable/Gemfile
66
66
  homepage: ''
67
67
  licenses: []
68
68
  post_install_message:
File without changes
File without changes
File without changes
File without changes