cmd-matcher 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -13,7 +13,7 @@ require 'spec/rake/spectask'
13
13
 
14
14
  spec = Gem::Specification.new do |s|
15
15
  s.name = 'cmd-matcher'
16
- s.version = '0.0.2'
16
+ s.version = '0.0.3'
17
17
  s.has_rdoc = true
18
18
  s.extra_rdoc_files = ['README', 'LICENSE']
19
19
  s.summary = 'command line response to hash'
File without changes
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cmd-matcher
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - YuZhenpin
@@ -31,7 +31,7 @@ files:
31
31
  - LICENSE
32
32
  - README
33
33
  - Rakefile
34
- - lib/cmd_matcher.rb
34
+ - lib/cmd-matcher.rb
35
35
  - spec/cmd_matcher_spec.rb
36
36
  - spec/line_matcher_spec.rb
37
37
  homepage: