pushdown 0.1.0.pre.20210714190141 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
metadata.gz.sig ADDED
Binary file
data/.simplecov DELETED
@@ -1,9 +0,0 @@
1
- # Simplecov config
2
-
3
- SimpleCov.start do
4
- add_filter 'spec'
5
- add_filter 'integration'
6
- add_group "Needing tests" do |file|
7
- file.covered_percent < 90
8
- end
9
- end
data/Rakefile DELETED
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env ruby -S rake
2
-
3
- require 'rake/deveiate'
4
-
5
- Rake::DevEiate.setup( 'pushdown' ) do |project|
6
- project.publish_to = 'deveiate:/usr/local/www/public/code'
7
- end
8
-