mule 0.1.0 → 0.1.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.
Files changed (4) hide show
  1. data/Gemfile.lock +1 -1
  2. data/bin/mule +1 -1
  3. data/lib/mule/version.rb +1 -1
  4. metadata +5 -5
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mule (0.1.0)
4
+ mule (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
data/bin/mule CHANGED
@@ -12,7 +12,7 @@ OptionParser.new do |opts|
12
12
  options[:config] = c
13
13
  end
14
14
 
15
- opts.on("-w", "--working-dir", "Specify working directory. Defaults to current location") do |dir|
15
+ opts.on("-w", "--working-dir WORKING_DIR", "Specify working directory. Defaults to current location") do |dir|
16
16
  Dir.chdir(dir)
17
17
  end
18
18
  end.parse!
@@ -1,3 +1,3 @@
1
1
  module Mule
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tyler Flint
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-04-14 00:00:00 -06:00
17
+ date: 2011-04-15 00:00:00 -06:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -95,7 +95,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
95
95
  requirements:
96
96
  - - ">="
97
97
  - !ruby/object:Gem::Version
98
- hash: 66554467767449461
98
+ hash: 992647250210091485
99
99
  segments:
100
100
  - 0
101
101
  version: "0"
@@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  requirements:
105
105
  - - ">="
106
106
  - !ruby/object:Gem::Version
107
- hash: 66554467767449461
107
+ hash: 992647250210091485
108
108
  segments:
109
109
  - 0
110
110
  version: "0"