gris 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/gris/generators/templates/api/spec/endpoints/%name_tableize%_endpoint_spec.rb.tt +2 -2
- data/lib/gris/generators/templates/scaffold/spec/endpoints/cors_spec.rb.tt +1 -1
- data/lib/gris/generators/templates/scaffold/spec/support/app_helper.rb +1 -1
- data/lib/gris/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52bcd59c303ceabf2a94e804e7ba70de117fdec6
|
4
|
+
data.tar.gz: 2d2445908532e655da55c60d1417b5f2b290751e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9efbb2afac85185af3d3e2922230a87d43122deec3dbbc0a18afd6cfc1117fb23696e3e49dc40aa35feede2c4ea5f4faf5c9928688fdf8888b587fc0aac67e00
|
7
|
+
data.tar.gz: f18acc03a113e6443ebf95ec31b828cde16a3d2b4b87a03454f1001d174593ca1cdea9083e46eff0c7f5c233f6bfc75b62c26b4daa215d6c4f1fa95ba5d3b37b
|
data/Gemfile.lock
CHANGED
@@ -3,8 +3,8 @@ require 'spec_helper'
|
|
3
3
|
describe <%= name.classify.pluralize %>Endpoint do
|
4
4
|
include Rack::Test::Methods
|
5
5
|
|
6
|
-
context 'with a running app and
|
7
|
-
include_context 'with a running app and
|
6
|
+
context 'with a running app and client' do
|
7
|
+
include_context 'with a running app and client'
|
8
8
|
|
9
9
|
context '<%= name.tableize %>' do
|
10
10
|
before(:each) do
|
@@ -2,7 +2,7 @@ shared_context 'with a running app' do
|
|
2
2
|
let(:app) { Rack::Builder.parse_file('config.ru').first }
|
3
3
|
end
|
4
4
|
|
5
|
-
shared_context 'with a running app and
|
5
|
+
shared_context 'with a running app and client' do
|
6
6
|
include_context 'with a running app'
|
7
7
|
|
8
8
|
let(:client) do
|
data/lib/gris/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gris
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dylan Fareed
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-09-
|
11
|
+
date: 2015-09-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|