attr_masker 0.1.0

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: a6c5ae88c368437043840351487b67c3d5a4e9a6
4
+ data.tar.gz: fca5c1719634945ba02cf3bbc5ba02ee3418816f
5
+ SHA512:
6
+ metadata.gz: 659120184ebe3048eda7bfbf459f394a167bdc4902eb1462f26d42918979a0a5b7174807145fd42a1bb0b3a32d51a68c5cd860e27b3fe4ede6fc8e7497fa36a1
7
+ data.tar.gz: 1c8f330415a6347dc6a7c0f719666f8dceca8d64cb139a2aef01c899fb9ae7602029a7f0e70677835cacf3117852ecba4be693170bb40c0cab375628542d1074
data/.editorconfig ADDED
@@ -0,0 +1,15 @@
1
+ # EditorConfig is awesome: http://EditorConfig.org
2
+
3
+ # top-most EditorConfig file
4
+ root = true
5
+
6
+ # Unix-style newlines with a newline ending every file
7
+ [*]
8
+ charset = utf-8
9
+ end_of_line = lf
10
+
11
+ [*.{rb,yml}]
12
+ indent_style = space
13
+ indent_size = 2
14
+ insert_final_newline = true
15
+ trim_trailing_whitespace = true
data/.gitignore ADDED
@@ -0,0 +1,5 @@
1
+ /.rspec_status
2
+ /.ruby-version
3
+ /.ruby-gemset
4
+ /Gemfile.lock
5
+ /spec/dummy/log/*.log
data/.hound.yml ADDED
@@ -0,0 +1,3 @@
1
+ ruby:
2
+ Enabled: true
3
+ config_file: .rubocop.yml
data/.rspec ADDED
@@ -0,0 +1 @@
1
+ --color