We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f62add commit 5157b4fCopy full SHA for 5157b4f
lib/automatic/version.rb
@@ -1,3 +1,3 @@
1
module Automatic
2
- VERSION = "14.12.2"
+ VERSION = "14.12.2-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:: Jan 4, 2015
+# Updated:: Jan 24, 2015
7
# Copyright:: Copyright (c) 2012-2015 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.2" }
+ it { expect(subject).to eq "14.12.2-devel" }
31
32
33
describe "#(root)_dir" do
0 commit comments