akasha 0.4.0.pre.186 → 0.4.0.pre.188
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d1030b5feb0a180a809204186957aad4ae39b70a5510775dbb757569877267a0
|
4
|
+
data.tar.gz: 30677c6fed365b2f94d6782507ca0750b4ca58b0732b326f929b5277bdbaf2a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a2d34cac8672b319cf72d8f88081a984c234fef56ba0b3e824b290aec893bf9c983273f71bb298fa13f06f99a620599ca6f514f85e83ea95c94c99ae89e1a377
|
7
|
+
data.tar.gz: d4fb4b3375532f5a7f36638bca3150f964dfa1e0bf7131724bedb549277f9b84f88fb26f8944c973dbfcb831bee8637fd11589eeac55883b2ded7fc2636c1fa4
|
data/README.md
CHANGED
@@ -99,6 +99,10 @@ rspec
|
|
99
99
|
|
100
100
|
Bug reports and pull requests are welcome on GitHub at https://github.com/bilus/akasha.
|
101
101
|
|
102
|
+
1. Create a new PR, setting version in `lib/akasha/version.rb` to a prerelease version,
|
103
|
+
example: `"0.4.0.pre"`.
|
104
|
+
1. Update CHANGELOG.
|
105
|
+
|
102
106
|
## License
|
103
107
|
|
104
108
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|