rapflag 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: 44875993e7dd2c5db62512b8a8baf5f760702e39
4
+ data.tar.gz: 2888fcf78ccb8954979a8dc0ec40e02b0f099ea7
5
+ SHA512:
6
+ metadata.gz: 28170281a25a075a5c78703b01b1df4522c5cdafc984dc2f3f158188e775ac9e48b60e300223a2179373835d399f9eab5e4a82a27f654c1e5ed62b670e0376f1
7
+ data.tar.gz: c19989b208d495d251bfb3c77e841780064500492b4ddba084630fde9a70f9174dca46cf9a50f03a02b3b6af28e7b5cc64da0ce773067d8f5793a26b5009cecc
data/.gitignore ADDED
@@ -0,0 +1,4 @@
1
+ etc/
2
+ *.csv
3
+ *#
4
+ output
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --color
2
+ --require spec_helper
data/.travis.yml ADDED
@@ -0,0 +1,25 @@
1
+ language: ruby
2
+
3
+ bundler_args: --without debugger
4
+
5
+ cache: bundler
6
+ sudo: false
7
+
8
+ before_install:
9
+ - gem --version
10
+
11
+ rvm:
12
+ - 2.3.1
13
+ - 2.4.0
14
+ - ruby-head
15
+
16
+ matrix:
17
+ allow_failures:
18
+ - rvm: ruby-head
19
+
20
+ notifications:
21
+ email:
22
+ recipients:
23
+ - ngiger@ywesee.com
24
+ env:
25
+ - TZ=UTC-1
data/Gemfile ADDED
@@ -0,0 +1,3 @@
1
+ source "https://rubygems.org"
2
+
3
+ gemspec