We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7308fab commit 24b07f1Copy full SHA for 24b07f1
lib/automatic/version.rb
@@ -1,3 +1,3 @@
1
module Automatic
2
- VERSION = "14.10.1"
+ VERSION = "14.10.1-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:: Oct 23, 2014
+# Updated:: Oct 26, 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.10.1" }
+ it { expect(subject).to eq "14.10.1-devel" }
31
32
33
describe "#(root)_dir" do
0 commit comments