Rakefile in jwt-1.2.1 vs Rakefile in jwt-1.3.0
- old
+ new
@@ -1,9 +1,9 @@
require 'rubygems'
require 'rake'
require 'echoe'
-Echoe.new('jwt', '1.2.1') do |p|
+Echoe.new('jwt', '1.3.0') do |p|
p.description = "JSON Web Token implementation in Ruby"
p.url = "http://github.com/progrium/ruby-jwt"
p.author = "Jeff Lindsay"
p.email = "progrium@gmail.com"
p.ignore_pattern = ["tmp/*"]