File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- # Version:20141226
1+ # Version:20141227
22
33source "http://rubygems.org"
44source "http://gems.github.com"
@@ -14,11 +14,11 @@ gem 'feedbag'
1414gem 'nokogiri'
1515gem 'sanitize'
1616gem 'faraday'
17- gem 'twitter' , '~> 4.8'
17+ gem 'twitter' , '~> 4.8'
1818gem 'pocket-ruby'
1919gem 'weather_hacker'
2020gem 'hipchat'
21- gem 'fluent-logger' , '~> 0.4'
21+ gem 'fluent-logger' , '~> 0.4'
2222gem 'dalli'
2323gem 'aws-sdk'
2424
Original file line number Diff line number Diff line change 1- 14.10.1
1+ 14.12.0
Original file line number Diff line number Diff line change 11module Automatic
2- VERSION = "14.10.1-devel "
2+ VERSION = "14.12.0 "
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:: Oct 26 , 2014
6+ # Updated:: Dec 27 , 2014
77# Copyright:: Copyright (c) 2012-2014 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.10.1-devel " }
30+ it { expect ( subject ) . to eq "14.12.0 " }
3131 end
3232
3333 describe "#(root)_dir" do
You can’t perform that action at this time.
0 commit comments