We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b52b3df + 6e6c112 commit 641ede4Copy full SHA for 641ede4
lib/automatic/version.rb
@@ -1,3 +1,3 @@
1
module Automatic
2
- VERSION = "14.12.0"
+ VERSION = "14.12.0-devel"
3
end
spec/lib/automatic_spec.rb
@@ -3,7 +3,7 @@
# Author:: kzgs
4
# 774 <http://id774.net>
5
# Created:: Mar 9, 2012
6
-# Updated:: Dec 27, 2014
+# Updated:: Dec 30, 2014
7
# Copyright:: Copyright (c) 2012-2014 Automatic Ruby Developers.
8
# License:: Licensed under the GNU GENERAL PUBLIC LICENSE, Version 3.0.
9
@@ -27,7 +27,7 @@
27
describe "#version" do
28
subject { Automatic.const_get(:VERSION) }
29
30
- it { expect(subject).to eq "14.12.0" }
+ it { expect(subject).to eq "14.12.0-devel" }
31
32
33
describe "#(root)_dir" do
0 commit comments