gen-hello 0.0.2 → 0.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.
Files changed (3) hide show
  1. data/Rakefile +2 -1
  2. data/lib/hello/version.rb +1 -1
  3. metadata +1 -1
data/Rakefile CHANGED
@@ -4,7 +4,8 @@ require 'bundler/gem_tasks'
4
4
  module Bundler
5
5
  class GemHelper
6
6
  def gem_push(path)
7
- sh("gem inabox '#{path}'")
7
+ p "BACON"
8
+ # sh("gem inabox '#{path}'")
8
9
  end
9
10
  end
10
11
  end
data/lib/hello/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Hello
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: gen-hello
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Adam