mirror of
https://github.com/ai/visibilityjs.git
synced 2026-04-19 03:00:02 -04:00
Clean up gem files
This commit is contained in:
@@ -1 +1,8 @@
|
||||
require 'visibilityjs/engine'
|
||||
# Used only for Ruby on Rails gem to tell, that gem contain `vendor/assets` with
|
||||
# visibility.js file.
|
||||
module VisibilityJs
|
||||
module Rails
|
||||
class Engine < ::Rails::Engine
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
# Used only for Ruby on Rails gem to tell, that gem contain `vendor/assets` with
|
||||
# visibility.js file.
|
||||
module VisibilityJs
|
||||
module Rails
|
||||
class Engine < ::Rails::Engine
|
||||
end
|
||||
end
|
||||
end
|
||||
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
|
||||
s.add_dependency 'sprockets', '>= 2.0.0.beta.5'
|
||||
|
||||
s.files = ['vendor/assets/javascripts/visibility.js',
|
||||
'lib/visibilityjs.rb', 'lib/visibilityjs/engine.rb',
|
||||
'lib/visibilityjs.rb',
|
||||
'LICENSE', 'README.md', 'ChangeLog']
|
||||
s.extra_rdoc_files = ['LICENSE', 'README.md', 'ChangeLog']
|
||||
s.require_path = 'lib'
|
||||
|
||||
Reference in New Issue
Block a user