apish 0.10.0 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Apish
2
- VERSION = "0.10.0"
2
+ VERSION = "0.11.0"
3
3
  end
@@ -1,5 +1,5 @@
1
1
  require 'spec_helper'
2
2
 
3
- describe <%= endpoint_controller_class %>, :type => :api do
3
+ describe <%= endpoint_controller_class %>, :api => true do
4
4
 
5
5
  end
@@ -1,5 +1,5 @@
1
1
  require 'spec_helper'
2
2
 
3
- describe "<%= versioned_endpoint_human_name %> API <%= action_name %>", :type =>:api do
3
+ describe "<%= versioned_endpoint_human_name %> API <%= action_name %>", :api => true do
4
4
 
5
5
  end
@@ -1,5 +1,5 @@
1
1
  require 'spec_helper'
2
2
 
3
- describe '<%= versioned_endpoint_human_name %> routing', :type => :api do
3
+ describe '<%= versioned_endpoint_human_name %> routing', :api => true do
4
4
 
5
5
  end
@@ -1,5 +1,5 @@
1
1
  require 'spec_helper'
2
2
 
3
- describe '<%= view_file_name( action_name )%>', :type => :api do
3
+ describe '<%= view_file_name( action_name )%>', :api => true do
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apish
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: