font-kit-rails 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,4 @@
1
+ require "font-kit-rails/engine"
1
2
 
2
3
  module FontKitRails
3
4
  end
@@ -0,0 +1,5 @@
1
+ module FontKitRails
2
+ class Engine < ::Rails::Engine
3
+ isolate_namespace FontKitRails
4
+ end
5
+ end
@@ -1,3 +1,3 @@
1
1
  module FontKitRails
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: font-kit-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -115,6 +115,7 @@ files:
115
115
  - app/assets/stylesheets/font-kit-rails/open-sans.css.scss
116
116
  - app/assets/stylesheets/font-kit-rails/ubuntu.css.scss
117
117
  - app/assets/stylesheets/font-kit-rails.css
118
+ - lib/font-kit-rails/engine.rb
118
119
  - lib/font-kit-rails/version.rb
119
120
  - lib/font-kit-rails.rb
120
121
  - MIT-LICENSE