sitefull-cloud 0.1 → 0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 92e6a59aa462576c96fe758d339417d7d4b31f32
4
- data.tar.gz: b306b27f8b52c8392955d57f95146f8ab95a71e8
3
+ metadata.gz: 0358f1455160b67d55d58ef70ab2cd674bfc3e88
4
+ data.tar.gz: 51b956b3219f6f3c92bbc92bdb3f5a0e928b0d66
5
5
  SHA512:
6
- metadata.gz: 88d5c9e983102ee97effbc0d02afc7963f34913b469b41dbd3f41724e06632a3bd44fba8c8c8c36383cdc86bc5299738c6211690a35a2a32a4ecbcc1bdc01811
7
- data.tar.gz: 8a7da3c1cb275a35a0079f38c51c9dace4cc72f6433a84af33dc8a3a4d195e66a9891ece6163db328eaac3f33086f0c0996f53b5c12c9fec92b444921d7cdb48
6
+ metadata.gz: e9961239382459e0b03256825522a8d4ee882360fe0951bccbd7de1a6c4fcb0be07f7324b8e73ef6d058229c1c9a936423bc5ff1bd6139e9081782a7a0452fbf
7
+ data.tar.gz: 68c98d25871703d88c42ad9fb9f0aba630a14b64fdc478150eac81b49c859ba167996602eba193935760080db081ea586929d08f3d128118868cc5c411e12fe8
data/.rubocop.yml CHANGED
@@ -528,11 +528,6 @@ Style/DefWithParentheses:
528
528
  StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#method-parens'
529
529
  Enabled: false
530
530
 
531
- Style/DeprecatedHashMethods:
532
- Description: 'Checks for use of deprecated Hash methods.'
533
- StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#hash-key'
534
- Enabled: false
535
-
536
531
  Style/Documentation:
537
532
  Description: 'Document classes and non-namespace modules.'
538
533
  Enabled: false
@@ -1,5 +1,5 @@
1
1
  module Sitefull
2
2
  module Cloud
3
- VERSION = '0.1'
3
+ VERSION = '0.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sitefull-cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: '0.2'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stanimir Dimitrov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-05-28 00:00:00.000000000 Z
11
+ date: 2016-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json