gen-hello 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +8 -0
  2. data/lib/hello/version.rb +1 -1
  3. metadata +2 -2
data/Rakefile CHANGED
@@ -1,2 +1,10 @@
1
1
  #!/usr/bin/env rake
2
2
  require 'bundler/gem_tasks'
3
+
4
+ module Bundler
5
+ class GemHelper
6
+ def gem_push(path)
7
+ sh("gem inabox '#{path}'")
8
+ end
9
+ end
10
+ end
@@ -1,3 +1,3 @@
1
1
  module Hello
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
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.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Adam
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-08-10 00:00:00 +01:00
13
+ date: 2011-08-17 00:00:00 +01:00
14
14
  default_executable:
15
15
  dependencies: []
16
16