mutx 0.1.2 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cd516b2fbfcac06cbc311d2dc3ef1bfc04551fdb
4
- data.tar.gz: 715c7e97c93571caddb1636ac0d96703b7a546ca
3
+ metadata.gz: 197a147803a535b29684a2577c6d7f2806915269
4
+ data.tar.gz: 8db3c34fb4ca890b418b8676da1427c924efbbf7
5
5
  SHA512:
6
- metadata.gz: 4d9356515d7c17cb6bd559b97a242bb22ace7f9117888e181f21010f75e48f8777d0166b0fa96afbc34b0cd2224f6297789d5d619d98c5159b6f8c6851587d88
7
- data.tar.gz: 41fe84a5bb8daa2d2e2aa5e2499ac21dc53c1abc298b38e3685b50f7ad92265be1811399b56a8bd68009e5ad4afed5a9cd0408ec5be0b1700a4bb6dcc4a7a01e
6
+ metadata.gz: b6c6b2dbba9a02ed8bafee236db667303168f24419aaa61f1a73925af75d92553d9851014d24802f95e03b3f1197cf3214d3014e920a10f58d88f43aec23a161
7
+ data.tar.gz: ad959fd6fd9a15e5728f59f64f5c7db3481007fdb8c3bd02c94f3f115995eb5c5f620bf6be6ab8d3fd3e5ede8a7654f42ba2ee1f761a2c1e295848e6d64f28d2
data/.DS_Store CHANGED
Binary file
data/.gitignore CHANGED
@@ -2,3 +2,4 @@ pkg
2
2
  Gemfile.lock
3
3
  mutx/
4
4
  mutx/*
5
+ .DS_Store
@@ -1,3 +1,4 @@
1
+ # enconding: utf-8
1
2
  module Mutx
2
3
  class TaskRack < Thor::Group
3
4
 
@@ -57,7 +58,7 @@ module Mutx
57
58
  end until (1..branch_list.size).include? option
58
59
  =end
59
60
 
60
- selected_branch_name = branch_list[9]#branch_list[option-1]
61
+ selected_branch_name = branch_list[10]#branch_list[option-1]
61
62
  puts "
62
63
  Lets work on '#{selected_branch_name}'
63
64
 
@@ -1,3 +1,4 @@
1
+ # enconding: utf-8
1
2
  require "mutx/version"
2
3
  require "thor"
3
4
  require 'json'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mutx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Rodriguez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-03 00:00:00.000000000 Z
11
+ date: 2016-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor