Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Commit 8d6a652

Browse files
committed
Remove Gemfile.lock - http://git.io/vfvtp and fix tests
1 parent e87b63f commit 8d6a652

5 files changed

Lines changed: 8 additions & 51 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ source 'https://rubygems.org'
22

33
group :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'

Gemfile.lock

Lines changed: 0 additions & 48 deletions
This file was deleted.

cache_rules.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require 'date'
66

77
Gem::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

test/test_formatting.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)