strict_machine 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: e80bf81c2327da9903a2be8ec2f83cc8e10b8e44
4
+ data.tar.gz: 4be3c1652532a57bf79b09036dc99a55958b4121
5
+ SHA512:
6
+ metadata.gz: e9f2e943526578b4dc12537392501b74e04cfb8c9ef041c04c59e8ddfdaa80808f67605e87adaf8f5acfecf76877ba4bd3f4bcf67ca88de6ee0287969907eb43
7
+ data.tar.gz: 3bcc12ee4ee03e665f74fcc389525eef5852ccc8d89a6ce2a4d0f34659b297bf9a8fc297261d98fbdde0065f2f09e5caeedb194795c26761e5189d7fbb5771df
data/.gitignore ADDED
@@ -0,0 +1,12 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+
11
+ /spec/dummy/log
12
+ /.byebug_history
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --format documentation
2
+ --color