Skip to content

Commit

Permalink
Version bump to 1.3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
saghaulor committed May 12, 2015
1 parent 1e35565 commit 5858354
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
require "bundler/gem_tasks"

desc 'Test the attr_encrypted gem.'
Rake::TestTask.new(:test) do |t|
4 changes: 2 additions & 2 deletions attr_encrypted.gemspec
Original file line number Diff line number Diff line change
@@ -14,8 +14,8 @@ Gem::Specification.new do |s|
s.summary = 'Encrypt and decrypt attributes'
s.description = 'Generates attr_accessors that encrypt and decrypt attributes transparently'

s.authors = ['Sean Huber', 'S. Brent Faulkner', 'William Monk']
s.email = ['shuber@huberry.com', 'sbfaulkner@gmail.com', 'billy.monk@gmail.com']
s.authors = ['Sean Huber', 'S. Brent Faulkner', 'William Monk', 'Stephen Aghaulor']
s.email = ['shuber@huberry.com', 'sbfaulkner@gmail.com', 'billy.monk@gmail.com', 'saghaulor@gmail.com']
s.homepage = 'http://github.com/attr-encrypted/attr_encrypted'

s.has_rdoc = false
2 changes: 1 addition & 1 deletion lib/attr_encrypted/version.rb
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ module AttrEncrypted
module Version
MAJOR = 1
MINOR = 3
PATCH = 3
PATCH = 4

# Returns a version string by joining <tt>MAJOR</tt>, <tt>MINOR</tt>, and <tt>PATCH</tt> with <tt>'.'</tt>
#

0 comments on commit 5858354

Please sign in to comment.