teamocil 1.0 → 1.0.1

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: ec181d7aedf97f5a86ff36a951f9e6778871d715
4
- data.tar.gz: 898335772480c6026daa85a96ad83c083b553dba
3
+ metadata.gz: 091deeb28007d69a9455c585912c8b3d221cc319
4
+ data.tar.gz: 1967badb6034dcc1863a8cc7bc2389134d9fc4b0
5
5
  SHA512:
6
- metadata.gz: 04b7e11004f212c832c72f4bc6e14690294dd7526c9fb820bbaac3c62c16a7bb5ecdc83f72f42e0b3c4ad9551d27986390b0539c799fcf3d61d86046fbee61e5
7
- data.tar.gz: 066d82e108560b8633c6d79dd5d4ff1b57ec1596286c0738d81ecfc2110eacd6d212cda02c1cd713fc624eaa1a21e3c04c8053b218f45b56175f94233040fc82
6
+ metadata.gz: e75c6ee981986b7aa1a7acba303bd513ce32a824041b1b90b4f35efc8f0f6911f3ef723692362fd34b68d120e373cb9d9ab198d502f81bec82f07d3d795c65c9
7
+ data.tar.gz: 6bd7bb1932a23ac163f2fca2f7b4b716739dc8cd7c42bc0c2ea932abcc96b7c3d5c2b3352aadaa5c18a6d5f12ab9e5fdae075d1e445dd040761a927b3794adf4
data/lib/teamocil.rb CHANGED
@@ -47,7 +47,7 @@ module Teamocil
47
47
  Kernel.system(*args)
48
48
  end
49
49
 
50
- def self.parse_options!(arguments:)
50
+ def self.parse_options!(arguments: nil)
51
51
  parser = OptionParser.new(arguments: arguments)
52
52
  @options = parser.parsed_options
53
53
  end
@@ -16,7 +16,7 @@ module Teamocil
16
16
  Teamocil.system("$EDITOR #{path}")
17
17
  end
18
18
 
19
- def self.print_available_layouts(directory:)
19
+ def self.print_available_layouts(directory: nil)
20
20
  files = Dir.glob(File.join(directory, '*.yml'))
21
21
 
22
22
  files.map! do |file|
@@ -1,6 +1,6 @@
1
1
  module Teamocil
2
2
  class OptionParser
3
- def initialize(arguments:)
3
+ def initialize(arguments: nil)
4
4
  @arguments = arguments
5
5
  @parsed_options = {}
6
6
  end
@@ -1,3 +1,3 @@
1
1
  module Teamocil
2
- VERSION = '1.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: teamocil
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.0'
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rémi Prévost
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-06 00:00:00.000000000 Z
11
+ date: 2014-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake