This repository was archived by the owner on Dec 3, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.11 (2015-04-20)
4+
5+ * Remove Gemfile.lock
6+ * Adjust Gemfile dependencies
7+ * Run travis-ci tests in container
8+
39## 0.1.10 (2015-04-20)
410
511 * Remove gemspec post_install message
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ source 'https://rubygems.org'
22
33group :test do
44 gem 'coveralls' , require : false
5- gem 'rest-client' , "~> 1.7.0"
65 gem "rake"
76 gem "fakeweb" , "~> 1.3"
87 gem 'minitest' , '~> 5.5.0'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require 'date'
66
77Gem ::Specification . new do |s |
88 s . name = 'cache_rules'
9- s . version = '0.1.10 '
9+ s . version = '0.1.11 '
1010
1111 s . date = Date . today . to_s
1212
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ def test_httpdate_helper
126126 timestamp1 = CacheRules . httpdate_helper httpdate
127127 timestamp2 = CacheRules . httpdate_helper rfc850
128128 timestamp3 = CacheRules . httpdate_helper ansi_c
129- timestamp4 = CacheRules . httpdate_helper 'invalid!(@*&^#%$'
129+ timestamp4 = CacheRules . httpdate_helper "2012-13-08T15:43:59" # invalid date
130130
131131 assert_equal timestamp1 , result
132132 assert_equal timestamp2 , result
You can’t perform that action at this time.
0 commit comments