mortar 0.15.24 → 0.15.25

Sign up to get free protection for your applications and to get access to all the features.
@@ -272,7 +272,7 @@ protected
272
272
 
273
273
  def self.replace_templates(help)
274
274
  help.each do |line|
275
- line.gsub!("<PIG_VERSION_OPTIONS>", "0.9 (default) and 0.12 (beta)")
275
+ line.gsub!("<PIG_VERSION_OPTIONS>", "0.9 (default) and 0.12")
276
276
  end
277
277
  end
278
278
 
@@ -16,5 +16,5 @@
16
16
 
17
17
  module Mortar
18
18
  # see http://semver.org/
19
- VERSION = "0.15.24"
19
+ VERSION = "0.15.25"
20
20
  end
@@ -106,7 +106,7 @@ other\tgit@github.com:other.git (push)
106
106
  context "method_added" do
107
107
  it "replaces help templates" do
108
108
  lines = Base.replace_templates(["line", "start <PIG_VERSION_OPTIONS>"])
109
- lines.join("").should == 'linestart 0.9 (default) and 0.12 (beta)'
109
+ lines.join("").should == 'linestart 0.9 (default) and 0.12'
110
110
  end
111
111
  end
112
112
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mortar
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 15
9
- - 24
10
- version: 0.15.24
9
+ - 25
10
+ version: 0.15.25
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mortar Data
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2014-08-18 00:00:00 Z
18
+ date: 2014-09-10 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rdoc