ngs-ci 0.0.1.a

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: 85d1cc53730fb57307136cd2313e81c60e55aad2
4
+ data.tar.gz: c6724259d4f7709b728bb7df07a3cbdcaa352173
5
+ SHA512:
6
+ metadata.gz: 334662df0f16af26954bc29d99bfe6ecb59289f892a34de669d57be2125482a557ce4657086f167cf50afd31f00cbdc8ae8e41e2905c7269a25b3a41adce33a9
7
+ data.tar.gz: 354bd86f5d1274c0cf26dc266b41f348d8ff26d1572101bd3196c72dc8aaad9f994d5703730777a91c8efa30d392bf8217d14b5a5c8a40f7998b2af2ff456ad3
data/.coveralls.yml ADDED
@@ -0,0 +1 @@
1
+ service_name: travis-ci
data/.gitignore ADDED
@@ -0,0 +1,15 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+ *.bundle
11
+ *.so
12
+ *.o
13
+ *.a
14
+ mkmf.log
15
+ *~
data/.rspec ADDED
@@ -0,0 +1 @@
1
+ --color
data/.travis.yml ADDED
@@ -0,0 +1,19 @@
1
+ language: ruby
2
+ rvm:
3
+ - "2.0.0"
4
+ - "2.1.0"
5
+ before_script:
6
+ - bundle install
7
+ os:
8
+ - linux
9
+ - osx
10
+ #matrix:
11
+ # allow_failures:
12
+ # - os: osx
13
+ # - rvm: "2.2.0"
14
+ notifications:
15
+ email:
16
+ recipients:
17
+ - mrals@udel.edu
18
+ on_failure: change
19
+ on_success: never
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in SCI.gemspec
4
+ gemspec