respond_with_backport 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.3.0
data/init.rb CHANGED
@@ -1,2 +1,2 @@
1
1
  # Include hook code here
2
- require 'responds_to_backport'
2
+ require 'respond_with_backport'
data/rails/init.rb ADDED
@@ -0,0 +1 @@
1
+ require 'respond_with_backport'
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.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Riley
@@ -29,7 +29,8 @@ files:
29
29
  - VERSION
30
30
  - init.rb
31
31
  - install.rb
32
- - lib/responds_to_backport.rb
32
+ - lib/respond_with_backport.rb
33
+ - rails/init.rb
33
34
  - tasks/responds_to_backport_tasks.rake
34
35
  - test/responds_to_backport_test.rb
35
36
  - test/test_helper.rb