proptax 0.0.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 6dc77c2e564347a1bf8b2efb16fe57c1bb0dc551
4
+ data.tar.gz: cd89de94ba9ca334fcbd8225167f10f135f2957e
5
+ SHA512:
6
+ metadata.gz: 653113a33d9501a650541a6fa13effb72a80865f97191cd71f4c12f4f78f32e692163582b66fe3af60a055aaf00d4b0944c6b695619494ae98efa0b6288d09b8
7
+ data.tar.gz: 393d3e9942e077299fa670370e8ccf12a43888c039f39312317deec2cbdaa3cad8030ca4e6f444216703c3b7f547ca0561c0732a1529c4352da74ead7ff686f0
data/.gitignore ADDED
@@ -0,0 +1,16 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+
11
+ # rspec failure tracking
12
+ .rspec_status
13
+
14
+ *.sw*
15
+ .Rhistory
16
+ reports/
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --format documentation
2
+ --color
data/.travis.yml ADDED
@@ -0,0 +1,5 @@
1
+ sudo: false
2
+ language: ruby
3
+ rvm:
4
+ - 2.4.0
5
+ before_install: gem install bundler -v 1.15.1
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source "https://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in proptax.gemspec
4
+ gemspec