testignore 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ YmIzYzQ0MjE3ZTgzZGE1ZTE5NjY5MjZmYzE5ZDg2MjBlYjMxODM5NA==
5
+ data.tar.gz: !binary |-
6
+ Mzk4YjllNGZkZWQ1ODFhMjNjMjJkNTg2NjIxMjEzOGM5NDQ5OGM2ZQ==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ NTNiMjEzYTkxMjQyOGI1ZmFmNDc4MmNiZDE1YTg4MjU1YWM2NTA5NDEzMDQx
10
+ NWIzMzIyMTVlZTA2Y2I5YmUxNWM1ODBiMzYzZDEwZjdmZGVhNGFjNGUzOTFm
11
+ ZTNjYmM2MTdmYzBiOTU4NjgzNmZkYzZlZGI2MDI1MTdlNzA3MDA=
12
+ data.tar.gz: !binary |-
13
+ ZTk4ZTUzNGViNzk5ZjkyNmJiZTUxZTVkOTRhMTQ4YzYxMTExNzk1NDcxYTQx
14
+ OTEyZDY4OWJjNTYzOTEyZTNiNGE4MmNjOWIxOTA0Njg1ZmMyOGU3YjFmZjAz
15
+ ZWViZjBmNDkxNzYzNzZiZGM1MjMyM2RlYmM3OWEyYmEyOGNiNGQ=
data/lib/testignore.rb ADDED
@@ -0,0 +1 @@
1
+ require 'testignore/testignore'
@@ -0,0 +1,3 @@
1
+ module TestIgnore
2
+
3
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: testignore
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Arvind CJ
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-04-08 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Test Ignore - under development
14
+ email: code@arvindcj.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/testignore.rb
20
+ - lib/testignore/testignore.rb
21
+ homepage: https://github.com/arvindcj/testignore
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ! '>='
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.3.0
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Test Ignore - under development
45
+ test_files: []