gem-ripper-tags 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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 = "1.0.2"
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
@@ -5,5 +5,5 @@
5
5
 
6
6
  VERSION=$(git describe --abbrev=0 --tags)
7
7
  git checkout $VERSION && \
8
- gem build gem-ripper-tags-$VERSION.gem && \
8
+ gem build gem-ripper-tags.gemspec && \
9
9
  gem push gem-ripper-tags-$VERSION.gem
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.2
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: