airslie-style 0.1.0 → 0.1.1
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/README.md +8 -0
- data/lib/airslie/style/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0f234f35bbf000b44529e51ea3598fd503199156
|
|
4
|
+
data.tar.gz: 1265235baf2ba380dabbb48db359d1fbd2102bea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 17f283b7ffe700a15f399943e821d3390e4b3c24bdaf325cc2d6a6d165217aa0519753fea383310d08d9bcc362824335a9b7b224eedc01585cdaaa7d9a70a91a
|
|
7
|
+
data.tar.gz: 612dffb69c1c9f2d259c31dcb0ce9caae05b2387569754b7c051a21fe12f77fb513b7bae1fc08aaeb8905a81b99e59366dafe66ba135380282a4686acacf6303
|
data/README.md
CHANGED
|
@@ -41,3 +41,11 @@ $ bundle exec rubocop
|
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
You do not need to include rubocop directly in your application's dependences. Airslie-style will include a specific version of `rubocop` and `rubocop-rspec` that is shared across all projects.
|
|
44
|
+
|
|
45
|
+
To re-release a new version of this gem
|
|
46
|
+
|
|
47
|
+
```
|
|
48
|
+
# Change version in lib/style/version
|
|
49
|
+
# Commit the changes locally
|
|
50
|
+
$ bundle exec rake release
|
|
51
|
+
```
|