zilkey-auto_tagger 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +17 -1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zilkey-auto_tagger
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
  - Jeff Dean
@@ -31,6 +31,22 @@ extensions: []
31
31
  extra_rdoc_files: []
32
32
 
33
33
  files:
34
+ - ./lib/auto_tagger
35
+ - ./lib/auto_tagger/auto_tagger.rb
36
+ - ./lib/auto_tagger/capistrano_helper.rb
37
+ - ./lib/auto_tagger/commander.rb
38
+ - ./lib/auto_tagger/repository.rb
39
+ - ./lib/auto_tagger/tag.rb
40
+ - ./lib/auto_tagger.rb
41
+ - ./recipes/release_tagger.rb
42
+ - ./bin/autotag
43
+ - ./spec/auto_tagger
44
+ - ./spec/auto_tagger/auto_tagger_spec.rb
45
+ - ./spec/auto_tagger/capistrano_helper_spec.rb
46
+ - ./spec/auto_tagger/commander_spec.rb
47
+ - ./spec/auto_tagger/repository_spec.rb
48
+ - ./spec/auto_tagger/tag_spec.rb
49
+ - ./spec/spec_helper.rb
34
50
  - ./MIT-LICENSE
35
51
  - ./README.md
36
52
  has_rdoc: false