aw_datapipe 0.2.2 → 0.2.3
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/CHANGELOG.md +3 -0
- data/README.md +2 -0
- data/lib/aw_datapipe/pipeline_object.rb +1 -1
- data/lib/aw_datapipe/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: 7409863129aa7799585aa77be92d24a69ba54dd5
|
|
4
|
+
data.tar.gz: bb72bb793a705bee75ed6fbfd96c366696a60239
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ec360d3bce499fa2f28709d368ff642636d78fa944a3a27b2880c8546674f3f393725358d30689d1d767f60e224c15bd476b98b31a64f171f767de0015cc36c
|
|
7
|
+
data.tar.gz: e37d10c31b7fba43bd1854da6be243392e439aa73002fbf946b150595b27c835eaf60913197e88bab122ede6be264af81cf8e0201ef12330ccd0f087d806d82e
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -58,6 +58,8 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/varyon
|
|
|
58
58
|
|
|
59
59
|
## Releasing
|
|
60
60
|
|
|
61
|
+
Make sure Travis CI is passing.
|
|
62
|
+
|
|
61
63
|
To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
|
62
64
|
|
|
63
65
|
## License
|
data/lib/aw_datapipe/version.rb
CHANGED