simple_flash_helper 0.0.3 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # FlashHelper
1
+ # SimpleFlashHelper
2
2
 
3
3
  TODO: Write a gem description
4
4
 
@@ -6,7 +6,7 @@ TODO: Write a gem description
6
6
 
7
7
  Add this line to your application's Gemfile:
8
8
 
9
- gem 'flash_helper'
9
+ gem 'simple_flash_helper'
10
10
 
11
11
  And then execute:
12
12
 
@@ -14,7 +14,7 @@ And then execute:
14
14
 
15
15
  Or install it yourself as:
16
16
 
17
- $ gem install flash_helper
17
+ $ gem install simple_flash_helper
18
18
 
19
19
  ## Usage
20
20
 
@@ -1 +1 @@
1
- ActionView::Base.send(:include, SimpleFlashHelper)
1
+ ActionView::Base.send(:include, FlashHelper)
@@ -1,3 +1,3 @@
1
1
  module SimpleFlashHelper
2
- VERSION = "0.0.3"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_flash_helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: