wetransfer_style 0.6.3 → 0.6.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +19 -0
- data/README.md +8 -7
- metadata +9 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 805334e866fbea0312b49d866a8ddd0fd5c2750ef2b4e589e1ae521deec7db52
|
4
|
+
data.tar.gz: d8d1a44eea965cb28845166491c81987cd0ac5a5e8a7837ab7ea91ba0f4e6de9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bbb47c591490f8a0ed5cff02a56694e58a40119216b067595509f1783ac2537a178d2679a4b8301fa9f53c2abb4abfd3244a274bc7bd4376f8906422df9707ce
|
7
|
+
data.tar.gz: f7e9d4513c80697bfcbbaf8f34570b04ba99ae84f2fc21768e2a0789eeefdb41252477ec7761d2c220d7716159d1ecd285c0e8ebec1d7f62d3539004b64c5bef
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
# Changelog
|
2
|
+
|
3
|
+
## 0.6.4
|
4
|
+
|
5
|
+
[Added]
|
6
|
+
|
7
|
+
- This changelog file
|
8
|
+
- Rubygems metadata in gemspec so other libs can parse this changelog
|
9
|
+
- Homepage and repo-info added to metadata because we can
|
10
|
+
|
11
|
+
[Changed]
|
12
|
+
|
13
|
+
- Pin Rubocop to '0.61.1'
|
14
|
+
|
15
|
+
## 0.6.3
|
16
|
+
|
17
|
+
[Changed]
|
18
|
+
|
19
|
+
- Update Rubocop to '~> 0.61.1'
|
data/README.md
CHANGED
@@ -30,14 +30,15 @@ inherit_gem:
|
|
30
30
|
## Contributing
|
31
31
|
|
32
32
|
Thanks for taking the time to bring our style to the next level. If you aren't a
|
33
|
-
contributor, please follow step 1 through
|
33
|
+
contributor, please follow step 1 through 5. If you are a contributor to the
|
34
34
|
repository, please follow all steps.
|
35
35
|
|
36
36
|
1. (Fork and) Clone this repository
|
37
37
|
2. Make your changes
|
38
|
-
3.
|
39
|
-
4.
|
40
|
-
5.
|
41
|
-
6.
|
42
|
-
7.
|
43
|
-
8.
|
38
|
+
3. Make a concise entry in ./CHANGELOG.md
|
39
|
+
4. Bump the version number
|
40
|
+
5. Create a Pull Request
|
41
|
+
6. Merge the PR on enough approvals
|
42
|
+
7. Pull latest changes on your system
|
43
|
+
8. Build the gem with `gem build wetransfer_style.gemspec`
|
44
|
+
9. Push your changes with `gem push wetransfer_style-x.y.z.gem`
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wetransfer_style
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrei Horak
|
@@ -15,20 +15,20 @@ authors:
|
|
15
15
|
autorequire:
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
|
-
date:
|
18
|
+
date: 2019-01-08 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: rubocop
|
22
22
|
requirement: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: 0.61.1
|
27
27
|
type: :runtime
|
28
28
|
prerelease: false
|
29
29
|
version_requirements: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: 0.61.1
|
34
34
|
description: At WeTransfer we code in style. This is our style.
|
@@ -37,13 +37,17 @@ executables: []
|
|
37
37
|
extensions: []
|
38
38
|
extra_rdoc_files: []
|
39
39
|
files:
|
40
|
+
- CHANGELOG.md
|
40
41
|
- LICENSE
|
41
42
|
- README.md
|
42
43
|
- ruby/default.yml
|
43
44
|
homepage: https://github.com/WeTransfer/wetransfer_style
|
44
45
|
licenses:
|
45
46
|
- MIT
|
46
|
-
metadata:
|
47
|
+
metadata:
|
48
|
+
homepage_uri: https://github.com/WeTransfer/wetransfer_style
|
49
|
+
changelog_uri: https://github.com/WeTransfer/wetransfer_style/blob/master/CHANGELOG.md
|
50
|
+
source_code_uri: https://github.com/WeTransfer/wetransfer_style
|
47
51
|
post_install_message:
|
48
52
|
rdoc_options: []
|
49
53
|
require_paths:
|