File tree Expand file tree Collapse file tree 5 files changed +13
-8
lines changed
Expand file tree Collapse file tree 5 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1- # Version:20141227
1+ # Version:20150103
22
33source "http://rubygems.org"
44source "http://gems.github.com"
55
66gem 'json'
77gem 'sqlite3'
8- gem 'activesupport'
9- gem 'activerecord'
8+ gem 'activesupport' , '~> 4.1.0'
9+ gem 'activerecord' , '~> 4.1.0'
1010gem 'hashie'
1111gem 'gcalapi'
1212gem 'xml-simple'
Original file line number Diff line number Diff line change 1- 14.12.0
1+ 14.12.1
Original file line number Diff line number Diff line change 1+ === 14.12.1 / 2015-01-03
2+
3+ * Fix Gemfile problem
4+
5+
16=== 14.12.0 / 2014-12-27
27
38* Rewrite obsolete methods.
Original file line number Diff line number Diff line change 11module Automatic
2- VERSION = "14.12.0-devel "
2+ VERSION = "14.12.1 "
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:: Dec 30, 2014
7- # Copyright:: Copyright (c) 2012-2014 Automatic Ruby Developers.
6+ # Updated:: Jan 3, 2015
7+ # Copyright:: Copyright (c) 2012-2015 Automatic Ruby Developers.
88# License:: Licensed under the GNU GENERAL PUBLIC LICENSE, Version 3.0.
99
1010require File . expand_path ( File . join ( File . dirname ( __FILE__ ) , '../spec_helper' ) )
2727 describe "#version" do
2828 subject { Automatic . const_get ( :VERSION ) }
2929
30- it { expect ( subject ) . to eq "14.12.0-devel " }
30+ it { expect ( subject ) . to eq "14.12.1 " }
3131 end
3232
3333 describe "#(root)_dir" do
You can’t perform that action at this time.
0 commit comments