Skip to content

Commit 1889e00

Browse files
committed
Merge pull request #105 from id774/master
Version bump to v14.3.0
2 parents 13efc16 + 4adcced commit 1889e00

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.2.0
1+
14.3.0

doc/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
=== 14.3.0 / 2014-03-22
2+
3+
* Downgrade nokogiri version for OS X.
4+
15
=== 14.2.0 / 2014-02-26
26

37
* Added new plugins.

lib/automatic/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Automatic
2-
VERSION = "14.2.0-devel"
2+
VERSION = "14.3.0"
33
end

spec/lib/automatic_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Author:: kzgs
44
# 774 <http://id774.net>
55
# Created:: Mar 9, 2012
6-
# Updated:: Feb 26, 2014
6+
# Updated:: Mar 21, 2014
77
# Copyright:: Copyright (c) 2012-2014 Automatic Ruby Developers.
88
# License:: Licensed under the GNU GENERAL PUBLIC LICENSE, Version 3.0.
99

@@ -27,7 +27,7 @@
2727
describe "#version" do
2828
subject { Automatic.const_get(:VERSION) }
2929

30-
it { expect(subject).to eq "14.2.0-devel" }
30+
it { expect(subject).to eq "14.3.0" }
3131
end
3232

3333
describe "#(root)_dir" do

0 commit comments

Comments
 (0)