Skip to content

Commit

Permalink
Remove a test setting from Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
laurilehmijoki committed May 6, 2014
1 parent 243688e commit a197a2a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
source "http://rubygems.org"

gemspec
gem "filey-diff", :git => 'https://github.com/concord-consortium/filey-diff.git',
:branch => 'fast-diff'
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This project uses [Semantic Versioning](http://semver.org).

## 1.7.6

* Remove a test setting from *Gemfile*

## 1.7.5

* Improve significantly the performance of the push command.
Expand Down
2 changes: 1 addition & 1 deletion s3_website.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = "s3_website"
s.version = "1.7.5"
s.version = "1.7.6"
s.platform = Gem::Platform::RUBY
s.authors = ["Lauri Lehmijoki"]
s.email = ["lauri.lehmijoki@iki.fi"]
Expand Down

0 comments on commit a197a2a

Please sign in to comment.