moto 1.1.6 → 1.1.7

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: '0955cad669b3d86d71325ab80d3d04010a485880'
4
- data.tar.gz: f7b3aff8cfdd40bd0fbd009ded30ba332214f513
3
+ metadata.gz: 9afe5e141024d9d47e3ac10239a8b4af5c2e1c9c
4
+ data.tar.gz: b28034f193afc422ed1c7a094abc585b2e39dadf
5
5
  SHA512:
6
- metadata.gz: 061e7b129091f5caff204a38c68a64ebbfed6870e512d20634132bb8f2441eb922de07f532a2a2decd4858a47133a32ad3911b31865e6b84cee954af33acda4b
7
- data.tar.gz: a9ed51f091931e0781f7340852c4d72c6138f52fef2f3afb2644041f1482a6ddb877ee0b3fe3643685b8f864598f465ff42849ce8458b63a05eff633b5b3391e
6
+ metadata.gz: 615bec763350823064f2646894b24e199c4a374ac0225e2382ef4007eff3c7967cfb31cac95abe9e36410a8e7a829fa1a8048d09ce6b7774651cd356a4db8df1
7
+ data.tar.gz: ded20192e66c29a1c65cf8190ad92aa07d95042582018a5f638217f24f484f993a6ce6b08772183693b72b326b642cc2fb4c554e7a01f4889947144a44ed6d2c
@@ -63,7 +63,7 @@ module Moto
63
63
  end
64
64
 
65
65
 
66
- # @return [Hash] Configuration for selected environment + current thread combination
66
+ # @return [Moto::Config::Hash] Configuration for selected environment + current thread combination
67
67
  def self.config_environment
68
68
  Thread.current['config_environment'] ||= Moto::Config::Hash.new.merge!(Marshal.load(Marshal.dump(@@env_consts)))
69
69
  end
@@ -1,3 +1,3 @@
1
1
  module Moto
2
- VERSION = '1.1.6'
2
+ VERSION = '1.1.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moto
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.6
4
+ version: 1.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bartek Wilczek
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2018-02-15 00:00:00.000000000 Z
14
+ date: 2018-02-16 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activesupport