respond_with_backport 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore ADDED
@@ -0,0 +1,2 @@
1
+ pkg
2
+ *.gemspec
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.2.0
data/init.rb CHANGED
@@ -1,5 +1,2 @@
1
1
  # Include hook code here
2
2
  require 'responds_to_backport'
3
-
4
- ActionController::Base.send :include, ActionController::MimeResponds
5
- ActionController::Base.send :public, :render
@@ -586,3 +586,7 @@ module ActionController #:nodoc:
586
586
  end
587
587
  end
588
588
  end
589
+
590
+
591
+ ActionController::Base.send :include, ActionController::MimeResponds
592
+ ActionController::Base.send :public, :render
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: respond_with_backport
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Riley
@@ -22,6 +22,7 @@ extensions: []
22
22
  extra_rdoc_files:
23
23
  - README
24
24
  files:
25
+ - .gitignore
25
26
  - MIT-LICENSE
26
27
  - README
27
28
  - Rakefile