Skip to content

Commit

Permalink
Update griddler to 1.0.0 and make version 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradpauly committed Jun 30, 2014
1 parent a1b3443 commit a29e69d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.1.1
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'

gem 'griddler', github: 'thoughtbot/griddler'
gem 'griddler', '1.0.0'

gemspec
2 changes: 1 addition & 1 deletion griddler-mailgun.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.email = ["[email protected]"]
spec.summary = %q{Mailgun adapter for Griddler}
spec.description = %q{Adapter to allow the use of mailgun forwarded routes with Griddler.}
spec.homepage = ""
spec.homepage = "https://github.com/bradpauly/griddler-mailgun"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0")
Expand Down
2 changes: 1 addition & 1 deletion lib/griddler/mailgun/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Griddler
module Mailgun
VERSION = "0.0.1"
VERSION = "1.0.0"
end
end

0 comments on commit a29e69d

Please sign in to comment.