heise_two_click_social_buttons 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,6 @@
1
- require 'heise_two_click_social_buttons/engine'
2
-
3
1
  module HeiseTwoClickSocialButtons
2
+ module Rails
3
+ class Engine < Rails::Engine
4
+ end
5
+ end
4
6
  end
@@ -1,3 +1,3 @@
1
1
  module HeiseTwoClickSocialButtons
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: heise_two_click_social_buttons
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:
@@ -82,9 +82,7 @@ executables: []
82
82
  extensions: []
83
83
  extra_rdoc_files: []
84
84
  files:
85
- - lib/tasks/heise_two_click_social_buttons_tasks.rake
86
85
  - lib/heise_two_click_social_buttons.rb
87
- - lib/heise_two_click_social_buttons/engine.rb
88
86
  - lib/heise_two_click_social_buttons/version.rb
89
87
  - MIT-LICENSE
90
88
  - Rakefile
@@ -1,7 +0,0 @@
1
- module HeiseTwoClickSocialButtons
2
- class Engine < ::Rails::Engine
3
- initializer 'heise_two_click_social_buttons.load_static_assets' do |app|
4
- app.middleware.use ::ActionDispatch::Static, "#{root}/vendor"
5
- end
6
- end
7
- end
@@ -1,4 +0,0 @@
1
- # desc "Explaining what the task does"
2
- # task :heise_two_click_social_buttons do
3
- # # Task goes here
4
- # end