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 CHANGED
@@ -1,10 +1,30 @@
1
- [![Build Status](https://smoke.snap-ci.com/projects/goci/x-rubygem-with-test-unit/build_image)](https://smoke.snap-ci.com/projects/goci/x-rubygem-with-test-unit/build_history)
2
-
3
- hehe
4
- hoho
5
- hula
6
- oi, menino!
7
- tudo bem?
8
- tudo bem
9
- ola, bom dia
10
- bom dia =)
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
+
@@ -2,7 +2,7 @@ module Rubygem
2
2
  module With
3
3
  module Test
4
4
  module Unit
5
- VERSION = "0.0.4"
5
+ VERSION = "0.0.5"
6
6
  end
7
7
  end
8
8
  end
@@ -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{Test gem}
12
- gem.summary = %q{Testing 1,2,3}
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) }
@@ -4,4 +4,8 @@ class FooTest < Test::Unit::TestCase
4
4
  def test_passes
5
5
  assert true
6
6
  end
7
+
8
+ def test_fails
9
+ #assert false
10
+ end
7
11
  end
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
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-05-16 00:00:00.000000000 Z
12
+ date: 2014-06-10 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: Test gem
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: Testing 1,2,3
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