gem-ripper-tags 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/gem-ripper-tags.gemspec +1 -1
- data/release.sh +1 -1
- data/{rebuild-gems.sh → test.sh} +0 -0
- metadata +2 -2
data/gem-ripper-tags.gemspec
CHANGED
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = "gem-ripper-tags"
|
6
|
-
s.version =
|
6
|
+
s.version = `git describe --abbrev=0 --tags`
|
7
7
|
s.authors = ["Tim Pope", "Lukas Zapletal"]
|
8
8
|
s.email = ["code@tpop"+'e.net', "lzap+rpm@red"+'hat.com']
|
9
9
|
s.homepage = "https://github.com/lzap/gem-ripper-tags"
|
data/release.sh
CHANGED
data/{rebuild-gems.sh → test.sh}
RENAMED
File without changes
|
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.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -60,8 +60,8 @@ files:
|
|
60
60
|
- gem-ripper-tags.gemspec
|
61
61
|
- lib/rubygems/commands/ripper_tags_command.rb
|
62
62
|
- lib/rubygems_plugin.rb
|
63
|
-
- rebuild-gems.sh
|
64
63
|
- release.sh
|
64
|
+
- test.sh
|
65
65
|
homepage: https://github.com/lzap/gem-ripper-tags
|
66
66
|
licenses: []
|
67
67
|
post_install_message:
|