rails_view 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/rails_view.rb +1 -1
  2. data/rails_view.gemspec +1 -1
  3. metadata +1 -1
data/lib/rails_view.rb CHANGED
@@ -2,7 +2,7 @@ require 'rails' unless defined?(::Rails)
2
2
  require 'action_controller' unless defined?(::ActionController)
3
3
 
4
4
  class View
5
- VERSION = '1.0.0'
5
+ VERSION = '1.0.1'
6
6
 
7
7
  def View.version
8
8
  View::VERSION
data/rails_view.gemspec CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  Gem::Specification::new do |spec|
5
5
  spec.name = "rails_view"
6
- spec.version = "1.0.0"
6
+ spec.version = "1.0.1"
7
7
  spec.platform = Gem::Platform::RUBY
8
8
  spec.summary = "rails_view"
9
9
  spec.description = "View.render(:template => 'shared/view', :locals => {:key => :val})"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_view
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: