File tree Expand file tree Collapse file tree 4 files changed +4
-9
lines changed
Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1- 14.12.1
1+ 14.12.2
Original file line number Diff line number Diff line change 1- === 14.12.1 / 2015-01-03
2-
3- * Fix Gemfile problem
4-
5-
61=== 14.12.0 / 2014-12-27
72
83* Rewrite obsolete methods.
Original file line number Diff line number Diff line change 11module Automatic
2- VERSION = "14.12.1 "
2+ VERSION = "14.12.2 "
33end
Original file line number Diff line number Diff line change 33# Author:: kzgs
44# 774 <http://id774.net>
55# Created:: Mar 9, 2012
6- # Updated:: Jan 3 , 2015
6+ # Updated:: Jan 4 , 2015
77# Copyright:: Copyright (c) 2012-2015 Automatic Ruby Developers.
88# License:: Licensed under the GNU GENERAL PUBLIC LICENSE, Version 3.0.
99
2727 describe "#version" do
2828 subject { Automatic . const_get ( :VERSION ) }
2929
30- it { expect ( subject ) . to eq "14.12.1 " }
30+ it { expect ( subject ) . to eq "14.12.2 " }
3131 end
3232
3333 describe "#(root)_dir" do
You can’t perform that action at this time.
0 commit comments