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

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blithe committed May 10, 2016
1 parent ad06c4d commit 3b73476
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fastly-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ require "fastly-rails/version"
Gem::Specification.new do |s|
s.name = "fastly-rails"
s.version = FastlyRails::VERSION
s.authors = ["Michael May", "Hassan Shahid", "Ezekiel Templin", "Thomas O'Neil"]
s.email = ["michael@fastly.com", "hassan@fastly.com", "ezekiel@fastly.com", "tommy@fastly.com"]
s.authors = ["Michael May", "Hassan Shahid", "Ezekiel Templin", "Thomas O'Neil", 'Blithe Rocher']
s.email = ["michael@fastly.com", "hassan@fastly.com", "ezekiel@fastly.com", "tommy@fastly.com", 'blithe@fastly.com']
s.homepage = "https://github.com/fastly/fastly-rails"
s.summary = "Fastly instant purging integration for Rails"
s.description = "Creates surrogate keys on ActiveRecord models, sets cache/surrogate headers, and adds a purge method to ActiveRecord objects."
Expand Down
2 changes: 1 addition & 1 deletion lib/fastly-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FastlyRails
VERSION = "0.5.0"
VERSION = "0.6.0"
end

0 comments on commit 3b73476

Please sign in to comment.