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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8e43f59881052bff4df200d87ea0058f3c1400235d7bbc947dcde15727b1cd48
4
- data.tar.gz: 57fd3cf9d93c96980faa238f0a2611ceffed53782acaf34d981b76d3b6552877
3
+ metadata.gz: 5b55720a5f30aac98a2b3bac30350ca97d18b199ee34a2641ac68b4ddfab474e
4
+ data.tar.gz: f3574a4a0fc0428721fc2615b1e0c4a7a504f92d70a3fbc335809609c411701d
5
5
  SHA512:
6
- metadata.gz: 70766c9d2aa81bdd286cdbae07f8080ecb19996b50285b66d0a1e846f8c457409f425ba01d16d9f213ce76604e0d244fb151c17572399806fa3b047b4b137161
7
- data.tar.gz: 334375cc60576731aaf10c28a7409d61fd3f35f39dd645515fffba4f85cca2cd5d29ee8fcd210e18996099b7e53b10007c7cdbfa1b98983eb186f20300447f1e
6
+ metadata.gz: 421e833754ebac739c430cb3c155a4f126e7e11c35b664c9acde88c52ff0856f978bb30dc485cadabe7a4391914666ef4ecf362da45e82509f644cab3195e716
7
+ data.tar.gz: 97d8f9e9221dfd774d917b3ed7e90269d39471df41823d5dfd035ac67977cfdd3df329c4edb9436d8ecb64d1d11703b280bcd315de95c3304360b93cdd1c57d3
data/Gemfile.lock CHANGED
@@ -1,12 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- privacy (0.1.0)
4
+ privacy (0.1.1)
5
+ thor (~> 0.20)
5
6
 
6
7
  GEM
7
8
  remote: https://rubygems.org/
8
9
  specs:
9
10
  rake (12.3.3)
11
+ thor (0.20.3)
10
12
 
11
13
  PLATFORMS
12
14
  ruby
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # Privacy
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/privacy`. To experiment with that code, run `bin/console` for an interactive prompt.
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).
@@ -1,3 +1,3 @@
1
1
  module Privacy
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: privacy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arnaud Levy