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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 55ae6febff9cf2532144a37b41d2d4fbb613ff34
4
- data.tar.gz: a3d0a3d7c8df09f003d40a375c798205f56e2aa4
3
+ metadata.gz: 52bcd59c303ceabf2a94e804e7ba70de117fdec6
4
+ data.tar.gz: 2d2445908532e655da55c60d1417b5f2b290751e
5
5
  SHA512:
6
- metadata.gz: 36fa488ffa15e6b5bdb8609f49c4c1238f2d053eeacb114ea129ce2d6fd8cb2635db4421dbd0233b584a40c101621bf82cc7aaa53a803e1beb9b9367fbc0a45a
7
- data.tar.gz: f5a3058a2b00e558c017fbbbafe029335adf37585673b2c2cd6be1973f5794183a55bd6468870b07008fc3a4935527606d94b256d09f728eecec7c8518ec683d
6
+ metadata.gz: 9efbb2afac85185af3d3e2922230a87d43122deec3dbbc0a18afd6cfc1117fb23696e3e49dc40aa35feede2c4ea5f4faf5c9928688fdf8888b587fc0aac67e00
7
+ data.tar.gz: f18acc03a113e6443ebf95ec31b828cde16a3d2b4b87a03454f1001d174593ca1cdea9083e46eff0c7f5c233f6bfc75b62c26b4daa215d6c4f1fa95ba5d3b37b
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gris (0.5.1)
4
+ gris (0.5.2)
5
5
  activesupport (~> 4.2, >= 4.2.0)
6
6
  chronic (~> 0.10.0)
7
7
  dalli (~> 2.7)
@@ -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 token authorized client' do
7
- include_context 'with a running app and token authorized client'
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
@@ -5,7 +5,7 @@ describe <%= app_name.classify %>::Application do
5
5
 
6
6
  context 'CORS' do
7
7
  include_context 'with a running app'
8
- include_context 'with token authorization'
8
+
9
9
  it 'supports options' do
10
10
  options '/', {},
11
11
  'HTTP_ORIGIN' => 'http://cors.example.com',
@@ -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 token authorized client' do
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
@@ -1,5 +1,5 @@
1
1
  module Gris
2
- VERSION = '0.5.1'
2
+ VERSION = '0.5.2'
3
3
 
4
4
  class Version
5
5
  class << self
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.1
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-02 00:00:00.000000000 Z
11
+ date: 2015-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor