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 +4 -4
- data/.rubocop.yml +0 -5
- data/lib/sitefull-cloud/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: 0358f1455160b67d55d58ef70ab2cd674bfc3e88
|
4
|
+
data.tar.gz: 51b956b3219f6f3c92bbc92bdb3f5a0e928b0d66
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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-
|
11
|
+
date: 2016-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: multi_json
|