minitest-spec-context 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,3 @@
1
- require "minitest-spec-context/version"
2
1
  require 'minitest/spec'
3
2
 
4
3
  module MiniTest
@@ -1,6 +1,4 @@
1
1
  # -*- encoding: utf-8 -*-
2
- require File.expand_path('../lib/minitest-spec-context/version', __FILE__)
3
-
4
2
  Gem::Specification.new do |gem|
5
3
  gem.authors = ["Yi Wen"]
6
4
  gem.email = ["hayafirst@gmail.com"]
@@ -13,5 +11,5 @@ Gem::Specification.new do |gem|
13
11
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
14
12
  gem.name = "minitest-spec-context"
15
13
  gem.require_paths = ["lib"]
16
- gem.version = Minitest::Spec::Context::VERSION
14
+ gem.version = '0.0.2'
17
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minitest-spec-context
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -24,7 +24,6 @@ files:
24
24
  - README.md
25
25
  - Rakefile
26
26
  - lib/minitest-spec-context.rb
27
- - lib/minitest-spec-context/version.rb
28
27
  - minitest-spec-context.gemspec
29
28
  - tasks/test.rb
30
29
  - test/context_test.rb
@@ -1,7 +0,0 @@
1
- module Minitest
2
- module Spec
3
- module Context
4
- VERSION = "0.0.1"
5
- end
6
- end
7
- end