assets_offline 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/init.rb +1 -0
  2. data/lib/assets_offline/version.rb +1 -1
  3. metadata +2 -1
data/init.rb ADDED
@@ -0,0 +1 @@
1
+ require 'assets_offline'
@@ -1,3 +1,3 @@
1
1
  module AssetsOffline
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: assets_offline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -25,6 +25,7 @@ files:
25
25
  - app/controllers/assets_offline_controller.rb
26
26
  - assets_offline.gemspec
27
27
  - config/routes.rb
28
+ - init.rb
28
29
  - lib/assets_offline.rb
29
30
  - lib/assets_offline/version.rb
30
31
  homepage: ''