anaconda 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.markdown +3 -0
- data/lib/anaconda/form_builder_helpers.rb +1 -1
- data/lib/anaconda/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: 20a626eb236bf4ff39e32bb83f8b975fa664530c
|
4
|
+
data.tar.gz: 6a991a2b23aa1c971f0a0deaee2f8e6c3713082e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d41093e0fd99096c0a8c9bfbb306a147146b5bb81dca7168008264df11b93d3c959397efc062e9273ca44468a299bf25ff62882b796587a85e236e8892c6279
|
7
|
+
data.tar.gz: ac78dfde3e04e5e6c778d591b85d40030c6a6a6e2a294d2c15fbcc89f366d28c39c315549b3fcc3e3f75b29df15b418fc412db49210d104299b50508b9ed1d2e
|
data/README.markdown
CHANGED
@@ -202,6 +202,9 @@ If you return false to the following events it will prevent the default behavior
|
|
202
202
|
From version 1.0.0 on we have used [Semantic Versioning](http://semver.org/).
|
203
203
|
|
204
204
|
## Changelog
|
205
|
+
* 1.0.1
|
206
|
+
* Use OpenSSL::Digest instead of deprecated OpenSSL::Digest::Digest.
|
207
|
+
|
205
208
|
* 1.0.0
|
206
209
|
* Fix incorrect return value from `all_uploads_are_complete` method in AnacondaUploadManager
|
207
210
|
* Remove unused `upload_helper.rb` and other old code.
|
data/lib/anaconda/version.rb
CHANGED