mercenary 0.2.0 → 0.2.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: 87eebf74783259bf4e3c5cbc9e3afede61659dd4
4
- data.tar.gz: ca77110aa931e23251435f575b14af771781932a
3
+ metadata.gz: 3ab95f854272a3615464fc0189bb7dd05de87115
4
+ data.tar.gz: 5cb99b4246ee7194d1c69a142ef2b8ff8f1e3b3a
5
5
  SHA512:
6
- metadata.gz: 3b8bf7ccc50c989fdd2a06bc088d8219254ba7eeb49d8dd42ccba83ceaf12b28f6ef74b5ca3a7cdf568a673da320242019fb0970821aafc95a37014dec2e06a6
7
- data.tar.gz: 0f2f3400b7ee7ac5350084294689567132ce5f536b6c9114a403479cda32cffa0fb1ab9267528a3146dbb06ec99af0dad952d4abcef37047920b87bb86a48c02
6
+ metadata.gz: d557c2b7ec5b68148a50aded7101043f5de8f8e2024faa76fd745df535fb8c06ade969c9ebe3caa0f9345d777eedef954645e59777e4ac7767b638d7e924ebec
7
+ data.tar.gz: 75495874c6ee7cd0c287005f4ef4ce2e4089ff07557014812f516a80805c04d7d84a6b7a021b97f8080721004bc0d7220c3e2376542e90728cb22bdac818524c
data/.travis.yml CHANGED
@@ -4,9 +4,9 @@ rvm:
4
4
  - 1.9.3
5
5
  - 2.0.0
6
6
  script: "./script/cibuild"
7
- notification:
8
- recipients:
9
- - mercenary@jekyllrb.com
7
+ notifications:
10
8
  email:
9
+ recipients:
10
+ - mercenary@jekyllrb.com
11
11
  on_success: change
12
12
  on_failure: change
data/History.markdown CHANGED
@@ -8,6 +8,12 @@
8
8
 
9
9
  ### Development Fixes
10
10
 
11
+ ## 0.2.1 / 2013-12-25
12
+
13
+ ### Bug Fixes
14
+
15
+ * Added missing comma to fix '-v' and '--version' options (#9)
16
+
11
17
  ## 0.2.0 / 2013-11-30
12
18
 
13
19
  ### Major Enhancements
@@ -36,7 +36,7 @@ module Mercenary
36
36
  @optparse = OptionParser.new do |opts|
37
37
  cmd = super(argv, opts, @config)
38
38
 
39
- opts.on('-v' '--version', 'Print the version') do
39
+ opts.on('-v', '--version', 'Print the version') do
40
40
  puts "#{name} #{version}"
41
41
  abort
42
42
  end
@@ -1,3 +1,3 @@
1
1
  module Mercenary
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mercenary
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Preston-Werner
@@ -9,48 +9,48 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-12-01 00:00:00.000000000 Z
12
+ date: 2013-12-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - ~>
18
+ - - "~>"
19
19
  - !ruby/object:Gem::Version
20
20
  version: '1.3'
21
21
  type: :development
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - ~>
25
+ - - "~>"
26
26
  - !ruby/object:Gem::Version
27
27
  version: '1.3'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: rake
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - '>='
32
+ - - ">="
33
33
  - !ruby/object:Gem::Version
34
34
  version: '0'
35
35
  type: :development
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - '>='
39
+ - - ">="
40
40
  - !ruby/object:Gem::Version
41
41
  version: '0'
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: rspec
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
- - - ~>
46
+ - - "~>"
47
47
  - !ruby/object:Gem::Version
48
48
  version: '2.14'
49
49
  type: :development
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
- - - ~>
53
+ - - "~>"
54
54
  - !ruby/object:Gem::Version
55
55
  version: '2.14'
56
56
  description: Lightweight and flexible library for writing command-line apps in Ruby.
@@ -61,9 +61,9 @@ executables: []
61
61
  extensions: []
62
62
  extra_rdoc_files: []
63
63
  files:
64
- - .gitignore
65
- - .rspec
66
- - .travis.yml
64
+ - ".gitignore"
65
+ - ".rspec"
66
+ - ".travis.yml"
67
67
  - Gemfile
68
68
  - History.markdown
69
69
  - LICENSE.txt
@@ -89,17 +89,17 @@ require_paths:
89
89
  - lib
90
90
  required_ruby_version: !ruby/object:Gem::Requirement
91
91
  requirements:
92
- - - '>='
92
+ - - ">="
93
93
  - !ruby/object:Gem::Version
94
94
  version: '0'
95
95
  required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  requirements:
97
- - - '>='
97
+ - - ">="
98
98
  - !ruby/object:Gem::Version
99
99
  version: '0'
100
100
  requirements: []
101
101
  rubyforge_project:
102
- rubygems_version: 2.0.14
102
+ rubygems_version: 2.2.0
103
103
  signing_key:
104
104
  specification_version: 4
105
105
  summary: Lightweight and flexible library for writing command-line apps in Ruby.