gem-ripper-tags 1.0.5 → 1.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/gem-ripper-tags.gemspec +1 -0
- metadata +4 -3
data/gem-ripper-tags.gemspec
CHANGED
@@ -8,6 +8,7 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.email = ["code@tpop"+'e.net', "lzap+rpm@red"+'hat.com']
|
9
9
|
s.homepage = "https://github.com/lzap/gem-ripper-tags"
|
10
10
|
s.summary = %q{fast and accurate ctags generator on gem install}
|
11
|
+
s.license = 'MIT'
|
11
12
|
|
12
13
|
s.files = `git ls-files`.split("\n")
|
13
14
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gem-ripper-tags
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.6
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-08-
|
13
|
+
date: 2013-08-19 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: ripper-tags
|
@@ -63,7 +63,8 @@ files:
|
|
63
63
|
- release.sh
|
64
64
|
- test.sh
|
65
65
|
homepage: https://github.com/lzap/gem-ripper-tags
|
66
|
-
licenses:
|
66
|
+
licenses:
|
67
|
+
- MIT
|
67
68
|
post_install_message:
|
68
69
|
rdoc_options: []
|
69
70
|
require_paths:
|