rubygem-with-test-unit 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +30 -10
- data/lib/rubygem-with-test-unit/version.rb +1 -1
- data/rubygem-with-test-unit.gemspec +3 -2
- data/test/foo_test.rb +4 -0
- metadata +6 -8
- data/Foo +0 -0
- data/foobar +0 -1
- data/master +0 -0
data/README.md
CHANGED
@@ -1,10 +1,30 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
1
|
+
# Rubygem::With::Test::Unit
|
2
|
+
|
3
|
+
TODO: Write a gem description
|
4
|
+
|
5
|
+
## Installation
|
6
|
+
|
7
|
+
Add this line to your application's Gemfile:
|
8
|
+
|
9
|
+
gem 'rubygem-with-test-unit'
|
10
|
+
|
11
|
+
And then execute:
|
12
|
+
|
13
|
+
$ bundle
|
14
|
+
|
15
|
+
Or install it yourself as:
|
16
|
+
|
17
|
+
$ gem install rubygem-with-test-unit
|
18
|
+
|
19
|
+
## Usage
|
20
|
+
|
21
|
+
TODO: Write usage instructions here
|
22
|
+
|
23
|
+
## Contributing
|
24
|
+
|
25
|
+
1. Fork it
|
26
|
+
2. Create your feature branch (`git checkout -b my-new-feature`)
|
27
|
+
3. Commit your changes (`git commit -am 'Add some feature'`)
|
28
|
+
4. Push to the branch (`git push origin my-new-feature`)
|
29
|
+
5. Create new Pull Request
|
30
|
+
|
@@ -8,9 +8,10 @@ Gem::Specification.new do |gem|
|
|
8
8
|
gem.version = Rubygem::With::Test::Unit::VERSION
|
9
9
|
gem.authors = ["Sahil and Ketan"]
|
10
10
|
gem.email = ["sahil+ketan@snap-ci.com"]
|
11
|
-
gem.description = %q{
|
12
|
-
gem.summary = %q{
|
11
|
+
gem.description = %q{Write a gem description}
|
12
|
+
gem.summary = %q{Write a gem summary}
|
13
13
|
gem.homepage = ""
|
14
|
+
gem.licenses = ['MIT']
|
14
15
|
|
15
16
|
gem.files = `git ls-files`.split($/)
|
16
17
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
data/test/foo_test.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubygem-with-test-unit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,9 +9,9 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-
|
12
|
+
date: 2014-06-10 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
|
-
description:
|
14
|
+
description: Write a gem description
|
15
15
|
email:
|
16
16
|
- sahil+ketan@snap-ci.com
|
17
17
|
executables: []
|
@@ -19,19 +19,17 @@ extensions: []
|
|
19
19
|
extra_rdoc_files: []
|
20
20
|
files:
|
21
21
|
- .gitignore
|
22
|
-
- Foo
|
23
22
|
- Gemfile
|
24
23
|
- LICENSE.txt
|
25
24
|
- README.md
|
26
25
|
- Rakefile
|
27
|
-
- foobar
|
28
26
|
- lib/rubygem-with-test-unit.rb
|
29
27
|
- lib/rubygem-with-test-unit/version.rb
|
30
|
-
- master
|
31
28
|
- rubygem-with-test-unit.gemspec
|
32
29
|
- test/foo_test.rb
|
33
30
|
homepage: ''
|
34
|
-
licenses:
|
31
|
+
licenses:
|
32
|
+
- MIT
|
35
33
|
post_install_message:
|
36
34
|
rdoc_options: []
|
37
35
|
require_paths:
|
@@ -53,6 +51,6 @@ rubyforge_project:
|
|
53
51
|
rubygems_version: 1.8.21
|
54
52
|
signing_key:
|
55
53
|
specification_version: 3
|
56
|
-
summary:
|
54
|
+
summary: Write a gem summary
|
57
55
|
test_files:
|
58
56
|
- test/foo_test.rb
|
data/Foo
DELETED
File without changes
|
data/foobar
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
asdf
|
data/master
DELETED
File without changes
|