simple_tabs 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/lib/simple_tabs.rb CHANGED
@@ -1,3 +1,5 @@
1
+ require 'simple_tabs/engine'
2
+
1
3
  module ActionView
2
4
  # = Action View Form Helpers
3
5
  module Helpers
@@ -0,0 +1,4 @@
1
+ module SimpleTabs
2
+ class Engine < Rails::Engine
3
+ end
4
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_tabs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -18,6 +18,7 @@ extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
20
  - lib/simple_tabs.rb
21
+ - lib/simple_tabs/engine.rb
21
22
  - app/assets/javascripts/simple_tabs.js
22
23
  - app/assets/stylesheets/simple_tabs.css
23
24
  homepage: