no_comment 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 939e7c2e5aea33a101f3e9266e81f52fe265b208
4
- data.tar.gz: 61d92253af575d15a1fde06bd4f6095ac7b97025
3
+ metadata.gz: 55d57da1a8e2d2e31192adee34f6b46436d98938
4
+ data.tar.gz: 74c2ca1abc12feb63adadd0e8d8e5f3c29653e06
5
5
  SHA512:
6
- metadata.gz: f7c87ccf3bdc4c881c6e08765b2ece3d6f2dd1f014588209b748e40c19794ecb52a970ef817e46f33dfcba3570e5d31a8f2e508ded0aea909d6e68255077c86d
7
- data.tar.gz: 4e2b95f09bbe755ba729902e9db47871a814925048b122fba038070cb5d94448146eafe5dc7435d837735882b324f78ee3cc9b17e71e8c23cd934bf7a9f1a214
6
+ metadata.gz: 2e8010985a9dc725cab72ae9eebb12e5ab7ab87a9c152666025cca4a9d7d7bd915b1173d1668ad868cbe661d4843b7f3fc0728f0a06ea7a5c235b66778ef2534
7
+ data.tar.gz: 749baf7cad5520255ea8e0536d8051f5401d36e084ca31bf39bf7ef2bb38822d26f5d4de54b13b673b535e2793cba3a784d3ce8b2191a97d0970357b37e32cd0
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- [![Build Status](https://travis-ci.org/jstkim7/no_comment.png?branch=master)](https://travis-ci.org/jstkim7/no_comment)
2
- [![Gem Version](https://badge.fury.io/rb/no_comment.png)](http://badge.fury.io/rb/no_comment)
3
- [![Gem Version](https://badge.fury.io/rb/no_comment.png)](http://badge.fury.io/rb/no_comment)
1
+ [![Build Status](https://travis-ci.org/jstkim7/no_comment.svg?branch=master)](https://travis-ci.org/jstkim7/no_comment)
2
+ [![Gem Version](https://badge.fury.io/rb/no_comment.svg)](http://badge.fury.io/rb/no_comment)
3
+ [![Coverage Status](https://coveralls.io/repos/jstkim7/no_comment/badge.png)](https://coveralls.io/r/jstkim7/no_comment)
4
4
 
5
5
  # NoComment
6
6
 
data/Rakefile CHANGED
@@ -2,7 +2,8 @@ require 'rspec/core/rake_task'
2
2
  require 'bundler/gem_tasks'
3
3
 
4
4
  RSpec::Core::RakeTask.new(:spec) do |task|
5
- task.rspec_opts = ['--color', '--format', 'nested']
5
+ task.rspec_opts = ['--color', '--format', 'doc']
6
6
  end
7
7
 
8
- task :default => :spec
8
+
9
+ task :default => :spec
@@ -1,3 +1,3 @@
1
1
  module NoComment
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: no_comment
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sung Kim