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

Commit

Permalink
Remove Gemfile.lock - http://git.io/vfvtp and fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aw committed Apr 20, 2015
1 parent e87b63f commit 8d6a652
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 51 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 0.1.11 (2015-04-20)

* Remove Gemfile.lock
* Adjust Gemfile dependencies
* Run travis-ci tests in container

## 0.1.10 (2015-04-20)

* Remove gemspec post_install message
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -2,7 +2,6 @@ source 'https://rubygems.org'

group :test do
gem 'coveralls', require: false
gem 'rest-client', "~> 1.7.0"
gem "rake"
gem "fakeweb", "~> 1.3"
gem 'minitest', '~> 5.5.0'
Expand Down
48 changes: 0 additions & 48 deletions Gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion cache_rules.gemspec
Expand Up @@ -6,7 +6,7 @@ require 'date'

Gem::Specification.new do |s|
s.name = 'cache_rules'
s.version = '0.1.10'
s.version = '0.1.11'

s.date = Date.today.to_s

Expand Down
2 changes: 1 addition & 1 deletion test/test_formatting.rb
Expand Up @@ -126,7 +126,7 @@ def test_httpdate_helper
timestamp1 = CacheRules.httpdate_helper httpdate
timestamp2 = CacheRules.httpdate_helper rfc850
timestamp3 = CacheRules.httpdate_helper ansi_c
timestamp4 = CacheRules.httpdate_helper 'invalid!(@*&^#%$'
timestamp4 = CacheRules.httpdate_helper "2012-13-08T15:43:59" # invalid date

assert_equal timestamp1, result
assert_equal timestamp2, result
Expand Down

0 comments on commit 8d6a652

Please sign in to comment.