rails-reveal-js 3.1.0 → 3.3.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-reveal-js
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Miyashita
@@ -71,8 +71,8 @@ files:
71
71
  - LICENSE.txt
72
72
  - README.md
73
73
  - Rakefile
74
- - lib/rails/reveal/js.rb
75
- - lib/rails/reveal/js/version.rb
74
+ - lib/reveal.rb
75
+ - lib/reveal/version.rb
76
76
  - rails-reveal-js.gemspec
77
77
  - vendor/assets/javascripts/reveal.js
78
78
  - vendor/assets/stylesheets/reveal-theme/README.md
@@ -1,10 +0,0 @@
1
- require "rails/reveal/js/version"
2
-
3
- module Rails
4
- module Reveal
5
- module Js
6
- class Engine < ::Rails::Engine
7
- end
8
- end
9
- end
10
- end
@@ -1,7 +0,0 @@
1
- module Rails
2
- module Reveal
3
- module Js
4
- VERSION = "3.1.0"
5
- end
6
- end
7
- end