regulator 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: b3db854196ef6578280ed448fe9fdf888c91742a
4
+ data.tar.gz: 88a9856bac4ae6d00216011a05e7ed543fafc17e
5
+ SHA512:
6
+ metadata.gz: 2b588448c03f5b60d767b6b0b790968a6cccad90be5274a687dc84a6f79de96ecaafce62338655768c8d97ebbceece0abf6d2dd94de5274479d71121527ddd3c
7
+ data.tar.gz: 96770fb5bb9a7639eea0bfe695a3c98d109e2f904fc51fde933f9d36f535c5d024a3761a518ffed57715e9d73e51aa3b34718b0507bc799d2bcac99ac8244cf4
data/.gitignore ADDED
@@ -0,0 +1,9 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
data/.hound.yml ADDED
@@ -0,0 +1,2 @@
1
+ ruby:
2
+ config_file: .ruby-style.yml
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --format documentation
2
+ --color