privacy 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/Gemfile.lock +3 -1
- data/README.md +3 -3
- data/lib/privacy/version.rb +1 -1
- 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: 5b55720a5f30aac98a2b3bac30350ca97d18b199ee34a2641ac68b4ddfab474e
|
|
4
|
+
data.tar.gz: f3574a4a0fc0428721fc2615b1e0c4a7a504f92d70a3fbc335809609c411701d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 421e833754ebac739c430cb3c155a4f126e7e11c35b664c9acde88c52ff0856f978bb30dc485cadabe7a4391914666ef4ecf362da45e82509f644cab3195e716
|
|
7
|
+
data.tar.gz: 97d8f9e9221dfd774d917b3ed7e90269d39471df41823d5dfd035ac67977cfdd3df329c4edb9436d8ecb64d1d11703b280bcd315de95c3304360b93cdd1c57d3
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# Privacy
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
|
3
|
+
Privacy removes personal data from a xls file.
|
|
6
4
|
|
|
7
5
|
## Installation
|
|
8
6
|
|
|
@@ -32,6 +30,8 @@ After checking out the repo, run `bin/setup` to install dependencies. You can al
|
|
|
32
30
|
|
|
33
31
|
To install this gem onto your local machine, run `bundle exec rake install`. 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).
|
|
34
32
|
|
|
33
|
+
To release a new version, change version number and `rake release`.
|
|
34
|
+
|
|
35
35
|
## Contributing
|
|
36
36
|
|
|
37
37
|
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/privacy. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/privacy/blob/master/CODE_OF_CONDUCT.md).
|
data/lib/privacy/version.rb
CHANGED