shellac 0.0.2 → 0.0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/shellac.rb +1 -0
  3. data/shellac.gemspec +1 -1
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.2.1
@@ -10,6 +10,7 @@ class Railtie < Rails::Railtie
10
10
 
11
11
  config.to_prepare do
12
12
  ActionController::Base.send :extend, Shellac::Actions
13
+ ActionController::Base.send :include, Shellac::Actions
13
14
  end
14
15
 
15
16
  end
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{shellac}
8
- s.version = "0.0.2"
8
+ s.version = "0.0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Marian"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: shellac
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.2.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Marian
@@ -119,7 +119,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
119
119
  requirements:
120
120
  - - ">="
121
121
  - !ruby/object:Gem::Version
122
- hash: -1649615466522431169
122
+ hash: -1693957586213964393
123
123
  segments:
124
124
  - 0
125
125
  version: "0"