apiway 0.0.3 → 0.0.4

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: 07142ef3ddaf22a0c60dda85351a5f6b8466a501
4
- data.tar.gz: d5c8d4189c8582734d6d87540f12eee3d46871ec
3
+ metadata.gz: 9005cd517fa2679e9091b72f66b82e5390558e8e
4
+ data.tar.gz: 94c5ae31b5085166b1d8ea8d8bf44cf6a0226b0e
5
5
  SHA512:
6
- metadata.gz: eaa7666ee0109a4af6c9054c77a2b122d5d11834f52beedc98b3cd9d19bd93bb9207928f1bdf908a5571b4fc1b31494a4d640e0eabbd381f1384200ae6250e15
7
- data.tar.gz: d581e17355df3e9c280e7185480c18eba3dfdc2540eaad49f3f45cc27db6ade436cdaebd6e497031c3cb99d0fd80428ab441cafae07e2239baf2e52659a730e6
6
+ metadata.gz: 232100d4d130c4730ae859bf642177e4cce82f6c63fc3abb97bbf0d0338e2b46542cb6106395fe958773bc6f6426eaeb53b0f98c2989d53249ae46147b16d8bd
7
+ data.tar.gz: 83c4f9ffcccb28e6be974f04ef1e4f952c6a7dd2ed5518f8150d03b513db2691d1e5b6b8bd6f4c67560fa2bc783b06f61b013ac4d6d7875bd22816c7613d17df
@@ -1,5 +1,5 @@
1
1
  module Apiway
2
2
 
3
- VERSION = '0.0.3'
3
+ VERSION = '0.0.4'
4
4
 
5
5
  end
@@ -1,4 +1,4 @@
1
- Apiway::Application.configure :development do |config|
1
+ Apiway::Application.configure do |config|
2
2
 
3
3
 
4
4
  config.set apiway_log: :info
@@ -1,4 +1,4 @@
1
- Apiway::Application.configure :production do |config|
1
+ Apiway::Application.configure do |config|
2
2
 
3
3
 
4
4
  config.set apiway_log: false
@@ -1,4 +1,4 @@
1
- Apiway::Application.configure :test do |config|
1
+ Apiway::Application.configure do |config|
2
2
 
3
3
 
4
4
  config.set apiway_log: :error
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apiway
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - 4urbanoff
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-23 00:00:00.000000000 Z
11
+ date: 2015-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thin