We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d57ab98 commit f5c3f69Copy full SHA for f5c3f69
.travis.yml
@@ -51,6 +51,8 @@ jobs:
51
- stage: deploy
52
before_script:
53
- cd $LANGUAGE/$COMPONENT
54
+ script:
55
+ - echo deploying $COMPONENT
56
deploy:
57
- provider: rubygems
58
api_key:
ruby/hyper-trace/hyper-trace.gemspec
@@ -5,7 +5,7 @@ require 'hyper_trace/version'
5
6
Gem::Specification.new do |spec|
7
spec.name = "hyper-trace"
8
- spec.version = '0.0.1.abogus1' #HyperTrace::VERSION
+ spec.version = '0.0.1.abogus2' #HyperTrace::VERSION
9
spec.authors = ["catmando"]
10
spec.email = ["mitch@catprint.com"]
11
0 commit comments