bundler-next 0.1.1 → 0.1.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 790f2941b88392a3815be3e0e21f4d2a131f1934
4
- data.tar.gz: c77fb4ead809b4dafe497d7906a7a3647fb3aebd
3
+ metadata.gz: afbdc6eb0ab7e594ed0e0e7c3658a0ec3bdaf940
4
+ data.tar.gz: a92a0e50f1723e9689d8075e3f221dfac5780994
5
5
  SHA512:
6
- metadata.gz: 5cf02777782a66db314ca0619c760143573dadf072563430262cb202cb2209f105686b61e3c3584deda4d0df95e6a1a2ae6b10f311a968db5750bd71698ae399
7
- data.tar.gz: 5afdea19de0ca8e541df50ba30b664a872fd8c410557ddea514960a5239c2b7e37ff55267a57cf4c7fdd134abf49127e11a6978e2c8f02467251e282e6492269
6
+ metadata.gz: 208c149812850ea1af66f1f8cef434dbfc811dade05829b489918efe650352afc5bfc2b5af43839aa4cbbca227709b7cc4870fe57804731f680412f3d07ba56c
7
+ data.tar.gz: c229911efb3517a7100b10ad721a263fbc5deb091a9392a5fcf91438e708588ad1a5b3e187fa3ccfb7e496910006238d8d239fe551056d35cd208105e178f1fe
data/lib/bundler/next.rb CHANGED
@@ -2,10 +2,12 @@ require "bundler/next/version"
2
2
 
3
3
  module Bundler
4
4
  module Next
5
- Bundler::Plugin::API.command('next', self)
5
+ class Command < Bundler::Plugin::API
6
+ command 'next'
6
7
 
7
- def exec(command, args)
8
- puts "You called " + command + " with args: " + args.inspect
8
+ def exec(command, args)
9
+ puts "You called " + command + " with args: " + args.inspect
10
+ end
9
11
  end
10
12
  end
11
13
  end
@@ -1,5 +1,5 @@
1
1
  module Bundler
2
2
  module Next
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundler-next
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - chaunce